From 1aa0b8eb686918641c0bacb2ba202c0e22897dd4 Mon Sep 17 00:00:00 2001 From: Apress Date: Tue, 11 Oct 2016 06:29:46 +0100 Subject: [PATCH] First commit --- 3309.pdf | Bin 0 -> 1704269 bytes 3353.pdf | Bin 0 -> 310059 bytes 9781590597026.jpg | Bin 0 -> 10341 bytes LICENSE.txt | 27 + .../Chapter 03/ConsoleHost/App.config | 33 + .../ConsoleHost/App_messages.svclog | 1 + .../Chapter 03/ConsoleHost/App_tracelog.e2e | 29 + .../ConsoleHost/App_tracelog.svclog | 1 + .../Chapter 03/ConsoleHost/ConsoleHost.cs | 68 + .../Chapter 03/ConsoleHost/ConsoleHost.csproj | 66 + .../ConsoleHost/ConsoleHost.csproj.user | 5 + .../ConsoleHost/ConsoleHost.csproj.vspscc | 10 + .../ConsoleHost/Properties/AssemblyInfo.cs | 33 + .../Contracts/ITradeService.cs | 15 + .../Contracts/ITradeServiceMessage.cs | 16 + .../ExchangeService/DataContracts/Quote.cs | 24 + .../ExchangeService/ExchangeService.csproj | 61 + .../ExchangeService.csproj.vspscc | 10 + .../MessageContracts/QuoteMessage.cs | 25 + .../Properties/AssemblyInfo.cs | 35 + ...ckReturns.StockTrading.ExchangeService.suo | Bin 0 -> 3584 bytes .../ExchangeService/TradeService.cs | 47 + .../Chapter 03/ProgrammingModel.sln | 38 + .../Chapter 03/ProgrammingModel.suo | Bin 0 -> 96336 bytes .../Chapter 03/SimpleClient/App.config | 11 + .../SimpleClient/Properties/AssemblyInfo.cs | 33 + .../Service References/localhost.cs | 175 +++ .../Service References/localhost.map | 17 + .../Chapter 03/SimpleClient/SimpleClient.cs | 92 ++ .../SimpleClient/SimpleClient.csproj | 60 + .../SimpleClient/SimpleClient.csproj.vspscc | 10 + .../SimpleClientUsingProxy/App.config | 27 + .../Properties/AssemblyInfo.cs | 33 + .../SimpleClientWithProxy.cs | 54 + .../SimpleClientWithProxy.csproj | 62 + .../SimpleClientWithProxy.csproj.user | 5 + .../SimpleClientWithProxy.csproj.vspscc | 10 + .../SimpleClientUsingProxy/TradeService.wsdl | 31 + .../TradeServiceProxy.cs | 174 +++ .../Chapter 04/Example01/CreateVDir.vbs | 98 ++ .../Example01/CreateVirtualDirs.bat | 11 + .../Chapter 04/Example01/DeleteVDir.vbs | 38 + .../Example01/DeleteVirtualDirs.bat | 4 + .../Chapter 04/Example01/Example01.sln | 76 ++ .../Chapter 04/Example01/Example01.suo | Bin 0 -> 9728 bytes .../Example01/MyAspNetWs/MyService.asmx | 14 + .../Chapter 04/Example01/MyWcfWs/Service.svc | 15 + .../Chapter 04/Example01/MyWcfWs/Web.config | 24 + .../Chapter 04/Example02/CreateVDir.vbs | 98 ++ .../Example02/CreateVirtualDirs.bat | 7 + .../Chapter 04/Example02/DeleteVDir.vbs | 38 + .../Example02/DeleteVirtualDirs.bat | 3 + .../Chapter 04/Example02/Example02.sln | 34 + .../Chapter 04/Example02/Example02.suo | Bin 0 -> 8704 bytes .../Example02/WcfHelloWorld/Service.svc | 19 + .../Example02/WcfHelloWorld/Web.config | 24 + .../Chapter 04/Example03/CreateVDir.vbs | 98 ++ .../Example03/CreateVirtualDirs.bat | 7 + .../Chapter 04/Example03/DeleteVDir.vbs | 38 + .../Example03/DeleteVirtualDirs.bat | 3 + .../Chapter 04/Example03/Example03.sln | 59 + .../Chapter 04/Example03/Example03.suo | Bin 0 -> 15360 bytes .../Chapter 04/Example03/WcfClient/Program.cs | 19 + .../WcfClient/Properties/AssemblyInfo.cs | 33 + .../WcfClient/Service References/Example03.cs | 63 + .../Service References/Example03.map | 17 + .../Service References/Example03.map.bak | 17 + .../Example03/WcfClient/WcfClient.csproj | 56 + .../Example03/WcfClient/WcfClient.csproj.user | 5 + .../Chapter 04/Example03/WcfClient/app.config | 35 + .../WcfHelloWorld/App_Code/MyService.cs | 16 + .../Example03/WcfHelloWorld/Service.svc | 3 + .../Example03/WcfHelloWorld/Web.config | 24 + .../Chapter 04/Example04/CreateVDir.vbs | 98 ++ .../Example04/CreateVirtualDirs.bat | 7 + .../Chapter 04/Example04/DeleteVDir.vbs | 38 + .../Example04/DeleteVirtualDirs.bat | 3 + .../Chapter 04/Example04/Example04.sln | 60 + .../Chapter 04/Example04/Example04.suo | Bin 0 -> 13824 bytes .../Example04Web/App_Code/Service.cs | 50 + .../Example04/Example04Web/Service.svc | 1 + .../Example04/Example04Web/Web.config | 25 + .../Chapter 04/Example04/WcfClient/Program.cs | 28 + .../WcfClient/Properties/AssemblyInfo.cs | 33 + .../WcfClient/Service References/Example04.cs | 127 ++ .../Service References/Example04.map | 17 + .../Service References/Example04.map.bak | 17 + .../Example04/WcfClient/WcfClient.csproj | 56 + .../Chapter 04/Example04/WcfClient/app.config | 35 + .../Example04/WcfClient/app.config.bak | 35 + .../Chapter 04/Example05/Example05.sln | 62 + .../Chapter 04/Example05/Example05.suo | Bin 0 -> 15360 bytes .../ExchangeService/ExchangeService.csproj | 51 + .../ExchangeService.csproj.user | 5 + .../Properties/AssemblyInfo.cs | 35 + .../Example05/ExchangeService/TradeService.cs | 36 + .../Example05/ExchangeWeb/TradeService.svc | 1 + .../Example05/ExchangeWeb/Web.config | 34 + .../Chapter 04/Example06/Example06.sln | 74 ++ .../Chapter 04/Example06/Example06.suo | Bin 0 -> 22016 bytes .../ExchangeService/ExchangeService.csproj | 49 + .../ExchangeService.csproj.user | 5 + .../Properties/AssemblyInfo.cs | 35 + .../Example06/ExchangeService/TradeService.cs | 50 + .../Example06/ExchangeWeb/TradeService.svc | 1 + .../Example06/ExchangeWeb/Web.config | 33 + .../Chapter 04/Example06/WcfClient/Program.cs | 45 + .../WcfClient/Properties/AssemblyInfo.cs | 33 + .../Service References/ExchangeService.cs | 63 + .../Service References/ExchangeService.map | 17 + .../Example06/WcfClient/WcfClient.csproj | 56 + .../Chapter 04/Example06/WcfClient/app.config | 35 + .../Chapter 04/Example07/Begin/Example07.sln | 73 ++ .../Chapter 04/Example07/Begin/Example07.suo | Bin 0 -> 23040 bytes .../ExchangeService/ExchangeService.csproj | 50 + .../ExchangeService.csproj.user | 5 + .../Properties/AssemblyInfo.cs | 35 + .../Example07/Begin/ExchangeService/Trade.cs | 97 ++ .../Begin/ExchangeService/TradeService.cs | 56 + .../Begin/ExchangeWeb/TradeService.svc | 1 + .../Example07/Begin/ExchangeWeb/Web.config | 34 + .../Example07/Begin/WcfClient/Program.cs | 46 + .../WcfClient/Properties/AssemblyInfo.cs | 33 + .../Service References/ExchangeService.cs | 208 +++ .../Service References/ExchangeService.map | 17 + .../Begin/WcfClient/WcfClient.csproj | 56 + .../Example07/Begin/WcfClient/app.config | 70 ++ .../Chapter 04/Example07/End/Example07.sln | 73 ++ .../Chapter 04/Example07/End/Example07.suo | Bin 0 -> 23552 bytes .../ExchangeService/ExchangeService.csproj | 50 + .../ExchangeService.csproj.user | 5 + .../Properties/AssemblyInfo.cs | 35 + .../Example07/End/ExchangeService/Trade.cs | 106 ++ .../End/ExchangeService/TradeService.cs | 59 + .../End/ExchangeWeb/TradeService.svc | 1 + .../Example07/End/ExchangeWeb/Web.config | 34 + .../Example07/End/WcfClient/Program.cs | 46 + .../End/WcfClient/Properties/AssemblyInfo.cs | 33 + .../Service References/ExchangeService.cs | 187 +++ .../Service References/ExchangeService.map | 17 + .../Example07/End/WcfClient/WcfClient.csproj | 56 + .../Example07/End/WcfClient/app.config | 36 + .../Chapter 04/Example07/Step1/Example07.sln | 73 ++ .../Chapter 04/Example07/Step1/Example07.suo | Bin 0 -> 24576 bytes .../ExchangeService/ExchangeService.csproj | 50 + .../ExchangeService.csproj.user | 5 + .../Properties/AssemblyInfo.cs | 35 + .../Example07/Step1/ExchangeService/Trade.cs | 97 ++ .../Step1/ExchangeService/TradeService.cs | 59 + .../Step1/ExchangeWeb/TradeService.svc | 1 + .../Example07/Step1/ExchangeWeb/Web.config | 34 + .../Example07/Step1/WcfClient/Program.cs | 46 + .../WcfClient/Properties/AssemblyInfo.cs | 33 + .../Service References/ExchangeService.cs | 297 +++++ .../Service References/ExchangeService.map | 17 + .../Step1/WcfClient/WcfClient.csproj | 56 + .../Example07/Step1/WcfClient/app.config | 36 + .../Chapter 04/Example08/Begin/Example08.sln | 73 ++ .../Chapter 04/Example08/Begin/Example08.suo | Bin 0 -> 20992 bytes .../ExchangeService/ExchangeService.csproj | 50 + .../ExchangeService.csproj.user | 5 + .../Properties/AssemblyInfo.cs | 35 + .../Example08/Begin/ExchangeService/Trade.cs | 100 ++ .../Begin/ExchangeService/TradeService.cs | 59 + .../Begin/ExchangeWeb/TradeService.svc | 1 + .../Example08/Begin/ExchangeWeb/Web.config | 34 + .../Example08/Begin/WcfClient/Program.cs | 46 + .../WcfClient/Properties/AssemblyInfo.cs | 33 + .../Service References/ExchangeService.cs | 297 +++++ .../Service References/ExchangeService.map | 17 + .../Begin/WcfClient/WcfClient.csproj | 56 + .../Example08/Begin/WcfClient/app.config | 36 + .../Chapter 04/Example08/End/Example08.sln | 73 ++ .../Chapter 04/Example08/End/Example08.suo | Bin 0 -> 22528 bytes .../ExchangeService/ExchangeService.csproj | 50 + .../ExchangeService.csproj.user | 5 + .../Properties/AssemblyInfo.cs | 35 + .../Example08/End/ExchangeService/Trade.cs | 115 ++ .../End/ExchangeService/TradeService.cs | 56 + .../End/ExchangeWeb/TradeService.svc | 1 + .../Example08/End/ExchangeWeb/Web.config | 34 + .../Example08/End/WcfClient/Program.cs | 46 + .../End/WcfClient/Properties/AssemblyInfo.cs | 33 + .../Service References/ExchangeService.cs | 195 +++ .../Service References/ExchangeService.map | 17 + .../Example08/End/WcfClient/WcfClient.csproj | 56 + .../Example08/End/WcfClient/app.config | 36 + .../Chapter 04/Example09/Example09.sln | 73 ++ .../Chapter 04/Example09/Example09.suo | Bin 0 -> 22528 bytes .../ExchangeService/ExchangeService.csproj | 52 + .../ExchangeService.csproj.user | 5 + .../Example09/ExchangeService/Execution.cs | 55 + .../Example09/ExchangeService/Messages.cs | 102 ++ .../Properties/AssemblyInfo.cs | 35 + .../Example09/ExchangeService/Trade.cs | 115 ++ .../Example09/ExchangeService/TradeService.cs | 94 ++ .../Example09/ExchangeWeb/TradeService.svc | 1 + .../Example09/ExchangeWeb/Web.config | 34 + .../Chapter 04/Example09/WcfClient/Program.cs | 57 + .../WcfClient/Properties/AssemblyInfo.cs | 33 + .../Service References/ExchangeService.cs | 343 +++++ .../Service References/ExchangeService.map | 17 + .../Example09/WcfClient/WcfClient.csproj | 56 + .../Chapter 04/Example09/WcfClient/app.config | 36 + .../Contracts/ITradeService.cs | 15 + .../Contracts/ITradeServiceMessage.cs | 16 + .../ExchangeService/DataContracts/Quote.cs | 24 + .../ExchangeService/ExchangeService.csproj | 60 + .../ExchangeService.csproj.vspscc | 10 + .../Properties/AssemblyInfo.cs | 35 + ...ckReturns.StockTrading.ExchangeService.suo | Bin 0 -> 3584 bytes .../ExchangeService/TradeService.cs | 49 + .../App_Code/TradeServiceCustomHost.cs | 29 + .../ExchangeService.svc | 1 + .../ExchangeServiceCustomHost.svc | 4 + .../ExchangeServiceInline.svc | 50 + .../ExchangeServiceIISHost/Web.config | 45 + .../ExchangeServiceWindowsHostSetup.vdproj | 1115 +++++++++++++++++ ...hangeServiceWindowsHostSetup.vdproj.vspscc | 10 + .../App.config | 25 + .../ExchangeServiceWindowsServiceHost.csproj | 87 ++ ...ngeServiceWindowsServiceHost.csproj.vspscc | 10 + .../ExchangeWindowsService.Designer.cs | 37 + .../ExchangeWindowsService.cs | 31 + .../Program.cs | 27 + .../ProjectInstaller.Designer.cs | 58 + .../ProjectInstaller.cs | 16 + .../ProjectInstaller.resx | 129 ++ .../Properties/AssemblyInfo.cs | 33 + .../SimpleClientWithProxy/Program.cs | 56 + .../Service References/ExchangeService.cs | 175 +++ .../Service References/ExchangeService.map | 17 + .../SimpleClientWithProxy.csproj | 68 + .../SimpleClientWithProxy.csproj.vspscc | 10 + .../SimpleClientWithProxy/app.config | 48 + PRO WCF Final Code/Chapter 05/WCFHosting.sln | 120 ++ PRO WCF Final Code/Chapter 05/WCFHosting.suo | Bin 0 -> 53760 bytes .../ExchangeService/ExchangeService.csproj | 56 + .../ExchangeService/ITradeMonitor.cs | 16 + .../Properties/AssemblyInfo.cs | 35 + .../ExchangeService/TradePerfMon.cs | 131 ++ .../ExchangeService/TradeService.cs | 56 + .../ExchangeService/TradeService.svc | 1 + .../Chapter 06/ExchangeService/Web.config | 23 + .../Chapter 06/TradeServiceHost/App.config | 60 + .../TradeServiceHost/App_TraceLog.e2e | 698 +++++++++++ .../Chapter 06/TradeServiceHost/Host.cs | 20 + .../Properties/AssemblyInfo.cs | 33 + .../TradeServiceHost/TradeServiceHost.csproj | 57 + .../TradingServicePerfMonHost/App.config | 16 + .../TradingServicePerfMonHost/Program.cs | 31 + .../Properties/AssemblyInfo.cs | 33 + .../TradingServicePerfMonHost.csproj | 58 + .../Chapter 06/WCFManagement.sln | 66 + .../Chapter 06/WCFManagement.suo | Bin 0 -> 34816 bytes .../Chapter 06/WcfSimpleClient/App.config | 35 + .../Chapter 06/WcfSimpleClient/Program.cs | 37 + .../Properties/AssemblyInfo.cs | 33 + .../WcfSimpleClient/WcfSimpleClient.csproj | 59 + .../WcfSimpleClient.csproj.user | 5 + .../AuthAuditClient/AuthAuditClient.csproj | 57 + .../Chapter 07/AuthAuditClient/Program.cs | 36 + .../Properties/AssemblyInfo.cs | 33 + .../AuthAuditHost/AuthAuditHost.csproj | 57 + .../Chapter 07/AuthAuditHost/Host.cs | 35 + .../AuthAuditHost/Properties/AssemblyInfo.cs | 33 + .../Chapter 07/ClaimClient/App.config | 9 + .../Chapter 07/ClaimClient/ClaimClient.csproj | 60 + .../Chapter 07/ClaimClient/Program.cs | 36 + .../ClaimClient/Properties/AssemblyInfo.cs | 33 + .../Chapter 07/ClaimHost/App.config | 19 + .../Chapter 07/ClaimHost/ClaimHost.csproj | 60 + .../Chapter 07/ClaimHost/Host.cs | 20 + .../ClaimHost/Properties/AssemblyInfo.cs | 33 + .../ExchangeService/ExchangeService.csproj | 57 + .../ExchangeService/ITradeMonitor.cs | 16 + .../Properties/AssemblyInfo.cs | 35 + .../ExchangeService/TradePerfMon.cs | 128 ++ .../ExchangeService/TradeService.cs | 88 ++ .../ExchangeService/TradeService.svc | 1 + .../Chapter 07/ExchangeService/Web.config | 23 + .../Chapter 07/TradeServiceHost/App.config | 21 + .../Chapter 07/TradeServiceHost/Host.cs | 34 + .../Properties/AssemblyInfo.cs | 33 + .../TradeServiceHost/TradeServiceHost.csproj | 58 + PRO WCF Final Code/Chapter 07/WCFSecurity.sln | 56 + PRO WCF Final Code/Chapter 07/WCFSecurity.suo | Bin 0 -> 66560 bytes .../Chapter 07/WcfSimpleClient/App.config | 35 + .../Chapter 07/WcfSimpleClient/Program.cs | 37 + .../Properties/AssemblyInfo.cs | 33 + .../WcfSimpleClient/WcfSimpleClient.csproj | 59 + .../WcfSimpleClient.csproj.user | 5 + .../QuickReturnsQueueMessaging.sln | 26 + .../QuickReturnsQueueMessaging.suo | Bin 0 -> 38400 bytes .../QueueMessaging/client/App.config | 30 + .../client/Properties/AssemblyInfo.cs | 34 + .../client/Properties/Settings.cs | 29 + .../client/Properties/Settings.settings | 7 + .../QueueMessaging/client/TradeService.cs | 51 + .../QueueMessaging/client/client.cs | 37 + .../QueueMessaging/client/client.csproj | 44 + .../QueueMessaging/service/App.config | 51 + .../service/Properties/AssemblyInfo.cs | 36 + .../service/Properties/Resources.cs | 58 + .../service/Properties/Resources.resx | 117 ++ .../service/Properties/Settings.cs | 38 + .../service/Properties/Settings.settings | 7 + .../QueueMessaging/service/TradeService.cs | 58 + .../service/tradeservice.csproj | 47 + .../Client/App.config | 25 + .../Client/Client.csproj | 54 + .../Client/ITradeService.cs | 26 + .../Client/Program.cs | 33 + .../Client/Properties/AssemblyInfo.cs | 33 + .../QuickReturnsTradeService/Client/Trade.cs | 20 + .../QuickReturnsTradeService.sln | 32 + .../QuickReturnsTradeService.suo | Bin 0 -> 36864 bytes .../QuickReturnsTradeService/ItradeService.cs | 26 + .../Properties/AssemblyInfo.cs | 35 + .../QuickReturnsTradeService.csproj | 51 + .../QuickReturnsTradeService/Trade.cs | 24 + .../QuickReturnsTradeService/TradeService.cs | 96 ++ .../TradeServiceHost/Program.cs | 36 + .../Properties/AssemblyInfo.cs | 35 + .../TradeServiceHost/TradeServiceHost.csproj | 83 ++ .../TradeServiceHost.csproj.user | 17 + .../TradeServiceHost/app.config | 49 + .../QuickReturnsQueueMessaging.sln | 26 + .../QuickReturnsQueueMessaging.suo | Bin 0 -> 43520 bytes .../QueueMessaging/client/App.config | 30 + .../QueueMessaging/client/Client.cs | 38 + .../client/Properties/AssemblyInfo.cs | 34 + .../client/Properties/Resources.Designer.cs | 63 + .../client/Properties/Resources.resx | 117 ++ .../client/Properties/Settings.Designer.cs | 26 + .../client/Properties/Settings.settings | 7 + .../QueueMessaging/client/TradeService.cs | 54 + .../QueueMessaging/client/client.csproj | 62 + .../QueueMessaging/client/output.config | 55 + .../QueueMessaging/service/App.config | 57 + .../service/Properties/AssemblyInfo.cs | 36 + .../service/Properties/Resources.cs | 58 + .../service/Properties/Resources.resx | 117 ++ .../service/Properties/Settings.cs | 38 + .../service/Properties/Settings.settings | 7 + .../QueueMessaging/service/TradeService.cs | 59 + .../service/tradeservice.csproj | 48 + .../QuickReturnsTransactional.sln | 26 + .../QuickReturnsTransactional.suo | Bin 0 -> 26624 bytes .../client/App.config | 32 + .../client/Properties/AssemblyInfo.cs | 35 + .../client/client.cs | 52 + .../client/client.csproj | 47 + .../client/client.csproj.user | 16 + .../client/generatedClient.cs | 45 + .../service/App.config | 60 + .../service/Program.cs | 23 + .../service/Properties/AssemblyInfo.cs | 37 + .../service/TradeService.cs | 59 + .../service/TradeService.csproj | 62 + .../service/TradeService.csproj.user | 16 + .../service/TradeServiceDb.mdf | Bin 0 -> 2293760 bytes .../service/TradeServiceDb_log.ldf | Bin 0 -> 516096 bytes .../Chapter 10/Example01/CreateVDir.vbs | 97 ++ .../Example01/CreateVirtualDirs.bat | 15 + .../Chapter 10/Example01/DeleteVDir.vbs | 38 + .../Example01/DeleteVirtualDirs.bat | 4 + .../DotNetComClient/DotNetComClient.csproj | 56 + .../DotNetComClient/DotNetComClient.sln | 20 + .../DotNetComClient/DotNetComClient.suo | Bin 0 -> 13312 bytes .../Example01/DotNetComClient/Program.cs | 24 + .../Properties/AssemblyInfo.cs | 33 + .../Service References/OldHorse2.cs | 77 ++ .../Service References/OldHorse2.map | 23 + .../Example01/DotNetComClient/app.config | 56 + .../bin/Debug/DotNetComClient.exe | Bin 0 -> 20480 bytes .../bin/Debug/DotNetComClient.exe.config | 56 + .../bin/Debug/DotNetComClient.pdb | Bin 0 -> 13824 bytes .../bin/Debug/DotNetComClient.vshost.exe | Bin 0 -> 5632 bytes .../Debug/DotNetComClient.vshost.exe.config | 56 + .../obj/Debug/DotNetComClient.exe | Bin 0 -> 20480 bytes .../obj/Debug/DotNetComClient.pdb | Bin 0 -> 13824 bytes .../obj/Debug/ResolveAssemblyReference.cache | Bin 0 -> 35551 bytes .../obj/DotNetComClient.csproj.FileList.txt | 6 + .../OldHorse2.PositionManagement.svc | 1 + .../Example01/DotNetComSample/web.config | 41 + .../OldHorse2.PositionManagement.snk | Bin 0 -> 596 bytes .../OldHorse2Sln/OldHorse2/OldHorse2.csproj | 60 + .../OldHorse2/OldHorse2.csproj.user | 5 + .../DotNet/OldHorse2Sln/OldHorse2/Position.cs | 69 + .../OldHorse2/PositionManagement.cs | 42 + .../OldHorse2/Properties/AssemblyInfo.cs | 21 + .../OldHorse2/bin/Debug/OldHorse2.dll | Bin 0 -> 16384 bytes .../OldHorse2/bin/Debug/OldHorse2.pdb | Bin 0 -> 13824 bytes .../OldHorse2/bin/Debug/OldHorse2.tlb | Bin 0 -> 3576 bytes .../OldHorse2/obj/Debug/OldHorse2.dll | Bin 0 -> 16384 bytes .../OldHorse2/obj/Debug/OldHorse2.pdb | Bin 0 -> 13824 bytes .../obj/OldHorse2.csproj.FileList.txt | 5 + .../DotNet/OldHorse2Sln/OldHorse2/reg.bat | 2 + .../DotNet/OldHorse2Sln/OldHorse2/unreg.bat | 2 + .../DotNet/OldHorse2Sln/OldHorse2Sln.sln | 20 + .../DotNet/OldHorse2Sln/OldHorse2Sln.suo | Bin 0 -> 14848 bytes .../OldHorsePositionTracking/OldHorse.IDL | 85 ++ .../OldHorsePositionTracking/OldHorse2.IDL | 130 ++ .../VB6/ConfigureSvc.txt | 10 + .../VB6/ConfigureWfcService.bat | 4 + .../OldHorsePositionTracking/VB6/OldHorse.vbg | 3 + .../VB6/OldHorseTester/MSSCCPRJ.SCC | 5 + .../VB6/OldHorseTester/OldHorseTest1.exe | Bin 0 -> 20480 bytes .../VB6/OldHorseTester/OldHorseTest1.vbp | 34 + .../VB6/OldHorseTester/OldHorseTest1.vbw | 1 + .../VB6/OldHorseTester/frmMain.frm | 79 ++ .../VB6/PositionManagement/MSSCCPRJ.SCC | 5 + .../VB6/PositionManagement/OldHorse.dll | Bin 0 -> 24576 bytes .../VB6/PositionManagement/OldHorse.exp | Bin 0 -> 1040 bytes .../VB6/PositionManagement/OldHorse.lib | Bin 0 -> 2616 bytes .../VB6/PositionManagement/OldHorse.vbp | 40 + .../VB6/PositionManagement/OldHorse.vbw | 2 + .../VB6/PositionManagement/Position.cls | 85 ++ .../PositionManagement/PositionManagement.cls | 81 ++ .../VB6/PositionManagement/bin/OldHorse.dll | Bin 0 -> 24576 bytes .../VB6/PositionManagement/reg.bat | 1 + .../VB6/PositionManagement/unreg.bat | 2 + .../Example01/VB6ComClient/Program.cs | 25 + .../VB6ComClient/Properties/AssemblyInfo.cs | 33 + .../Service References/OldHorse.cs | 77 ++ .../Service References/OldHorse.map | 23 + .../VB6ComClient/VB6ComClient.csproj | 56 + .../Example01/VB6ComClient/VB6ComClient.sln | 20 + .../Example01/VB6ComClient/VB6ComClient.suo | Bin 0 -> 14336 bytes .../Example01/VB6ComClient/app.config | 56 + .../VB6ComClient/bin/Debug/VB6ComClient.exe | Bin 0 -> 16384 bytes .../bin/Debug/VB6ComClient.exe.config | 56 + .../VB6ComClient/bin/Debug/VB6ComClient.pdb | Bin 0 -> 15872 bytes .../bin/Debug/VB6ComClient.vshost.exe | Bin 0 -> 5632 bytes .../bin/Debug/VB6ComClient.vshost.exe.config | 56 + .../obj/Debug/ResolveAssemblyReference.cache | Bin 0 -> 69083 bytes .../VB6ComClient/obj/Debug/VB6ComClient.exe | Bin 0 -> 16384 bytes .../VB6ComClient/obj/Debug/VB6ComClient.pdb | Bin 0 -> 15872 bytes .../obj/VB6ComClient.csproj.FileList.txt | 6 + .../OldHorse.PositionManagement.svc | 1 + .../Example01/VB6ComSample/web.config | 41 + .../Chapter 10/Example02/CreateVDir.vbs | 97 ++ .../Example02/CreateVirtualDirs.bat | 7 + .../Chapter 10/Example02/DeleteVDir.vbs | 38 + .../Example02/DeleteVirtualDirs.bat | 3 + .../Example02/QuickReturnsQuotes.sln | 60 + .../Example02/QuickReturnsQuotes.suo | Bin 0 -> 24576 bytes .../App_Code/QuoteService.cs | 34 + .../Example02/QuickReturnsQuotes/Service.svc | 1 + .../Example02/QuickReturnsQuotes/Web.config | 39 + .../BadQuickReturnsScriptClientWsdl.vbs | 24 + .../Properties/AssemblyInfo.cs | 29 + .../QuickReturnsQuoteService.snk | Bin 0 -> 596 bytes .../TypedServiceProxy/QuickReturnsQuoteSvc.cs | 60 + .../QuickReturnsScriptClient.vbs | 28 + .../QuickReturnsScriptClientMex.vbs | 13 + .../QuickReturnsScriptClientWsdl.vbs | 36 + .../TypedServiceProxy.csproj | 70 ++ .../TypedServiceProxy.csproj.user | 5 + .../Example02/TypedServiceProxy/app.config | 35 + .../bin/Debug/QuickReturnsProxy.tlb | Bin 0 -> 2148 bytes .../bin/Debug/TypedServiceProxy.dll | Bin 0 -> 16384 bytes .../bin/Debug/TypedServiceProxy.dll.config | 35 + .../bin/Debug/TypedServiceProxy.pdb | Bin 0 -> 11776 bytes .../bin/Debug/TypedServiceProxy.tlb | Bin 0 -> 2148 bytes .../Example02/TypedServiceProxy/makeProxy.bat | 6 + .../obj/Debug/ResolveAssemblyReference.cache | Bin 0 -> 35551 bytes .../obj/Debug/TypedServiceProxy.dll | Bin 0 -> 16384 bytes .../obj/Debug/TypedServiceProxy.pdb | Bin 0 -> 11776 bytes .../obj/TypedServiceProxy.csproj.FileList.txt | 6 + .../Example02/TypedServiceProxy/reg.bat | 5 + .../TypedServiceProxy/service.svc.wsdl | 174 +++ .../Example02/TypedServiceProxy/unreg.bat | 7 + .../Example02/TypedServiceVbClient/Form1.frm | 63 + .../TypedServiceVbClient/MSSCCPRJ.SCC | 5 + .../TypedServiceVbClient.exe | Bin 0 -> 20480 bytes .../TypedServiceVbClient.vbp | 34 + .../TypedServiceVbClient.vbw | 1 + .../Chapter 10/Example03/CreateVDir.vbs | 97 ++ .../Example03/CreateVirtualDirs.bat | 7 + .../Chapter 10/Example03/DeleteVDir.vbs | 38 + .../Example03/DeleteVirtualDirs.bat | 3 + .../Example03/QuickReturnsQuotesSecure.sln | 59 + .../Example03/QuickReturnsQuotesSecure.suo | Bin 0 -> 14336 bytes .../App_Code/QuoteService.cs | 34 + .../QuickReturnsQuotesSecure/Service.svc | 1 + .../QuickReturnsQuotesSecure/Web.config | 42 + .../Chapter 10/Example03/Readme.txt | 5 + .../Properties/AssemblyInfo.cs | 29 + .../QuickReturnsQuoteService.snk | Bin 0 -> 596 bytes .../QuickReturnsQuoteSvc.cs | 60 + .../QuickReturnsScriptClientMex.vbs | 17 + .../TypedServiceProxySecure.csproj | 66 + .../TypedServiceProxySecure.csproj.user | 5 + .../TypedServiceProxySecure/app.config | 31 + .../bin/Debug/QuickReturnsProxySecure.tlb | Bin 0 -> 2156 bytes .../bin/Debug/TypedServiceProxySecure.dll | Bin 0 -> 16384 bytes .../Debug/TypedServiceProxySecure.dll.config | 31 + .../bin/Debug/TypedServiceProxySecure.pdb | Bin 0 -> 13824 bytes .../TypedServiceProxySecure/makeProxy.bat | 6 + .../obj/Debug/ResolveAssemblyReference.cache | Bin 0 -> 35551 bytes .../obj/Debug/TypedServiceProxy.dll | Bin 0 -> 16384 bytes .../obj/Debug/TypedServiceProxy.pdb | Bin 0 -> 13824 bytes .../obj/Debug/TypedServiceProxySecure.dll | Bin 0 -> 16384 bytes .../obj/Debug/TypedServiceProxySecure.pdb | Bin 0 -> 13824 bytes .../obj/TypedServiceProxy.csproj.FileList.txt | 6 + ...ypedServiceProxySecure.csproj.FileList.txt | 6 + .../Example03/TypedServiceProxySecure/reg.bat | 5 + .../TypedServiceProxySecure/unreg.bat | 7 + .../Properties/AssemblyInfo.cs | 35 + .../QuickReturnQuoteService.csproj | 66 + .../QuickReturnQuoteService.csproj.user | 5 + .../QuickReturnQuoteService.svc | 1 + .../QuickReturnQuoteService/QuoteService.cs | 43 + .../QuickReturnQuoteService/StockQuote.cs | 177 +++ .../QuickReturnQuoteService/Web.config | 30 + .../Chapter 11/QuoteClient/App.config | 35 + .../QuoteClient/FormQuoteClient.Designer.cs | 166 +++ .../Chapter 11/QuoteClient/FormQuoteClient.cs | 188 +++ .../QuoteClient/FormQuoteClient.resx | 123 ++ .../QuoteClient/FormViewXML.Designer.cs | 65 + .../Chapter 11/QuoteClient/FormViewXML.cs | 52 + .../Chapter 11/QuoteClient/FormViewXML.resx | 120 ++ .../Chapter 11/QuoteClient/Program.cs | 20 + .../QuoteClient/Properties/AssemblyInfo.cs | 33 + .../Properties/Resources.Designer.cs | 63 + .../QuoteClient/Properties/Resources.resx | 117 ++ .../Properties/Settings.Designer.cs | 26 + .../QuoteClient/Properties/Settings.settings | 7 + .../Chapter 11/QuoteClient/QuoteClient.csproj | 99 ++ .../QuoteClient/QuoteClient.csproj.user | 5 + .../Chapter 11/QuoteClient/QuoteService1.cs | 138 ++ .../Chapter 11/QuoteClient/QuoteService2.cs | 258 ++++ .../Chapter 11/WorkingWithData.sln | 26 + .../Chapter 11/WorkingWithData.suo | Bin 0 -> 47104 bytes .../QuickReturnSecureTraderChat.sln | 20 + .../QuickReturnSecureTraderChat.suo | Bin 0 -> 22528 bytes .../QuickReturnSecureTraderChat/App.config | 112 ++ .../Main.Designer.cs | 107 ++ .../QuickReturnSecureTraderChat/Main.cs | 125 ++ .../QuickReturnSecureTraderChat/Main.resx | 120 ++ .../QuickReturnSecureTraderChat/Program.cs | 20 + .../Properties/AssemblyInfo.cs | 33 + .../Properties/Resources.Designer.cs | 71 ++ .../Properties/Resources.resx | 117 ++ .../Properties/Settings.Designer.cs | 30 + .../Properties/Settings.settings | 7 + .../QuickReturnSecureTraderChat.csproj | 81 ++ .../QuickReturnSecureTraderChat.csproj.user | 5 + .../ChatApplication/App.config | 94 ++ .../ChatApplication/ChatApplication.csproj | 82 ++ .../ChatApplication/FormMain.Designer.cs | 85 ++ .../ChatApplication/FormMain.cs | 90 ++ .../ChatApplication/FormMain.resx | 120 ++ .../ChatApplication/Main.Designer.cs | 106 ++ .../ChatApplication/Main.cs | 114 ++ .../ChatApplication/Main.resx | 120 ++ .../ChatApplication/Program.cs | 21 + .../Properties/AssemblyInfo.cs | 33 + .../Properties/Resources.Designer.cs | 63 + .../ChatApplication/Properties/Resources.resx | 117 ++ .../Properties/Settings.Designer.cs | 26 + .../Properties/Settings.settings | 7 + .../QuickReturnTraderChat.sln | 20 + .../QuickReturnTraderChat.suo | Bin 0 -> 24064 bytes .../Chapter 13/EclipseProjects.zip | Bin 0 -> 1304532 bytes .../Chapter 13/MtomTest/Captures/1.txt | 8 + .../Chapter 13/MtomTest/Captures/2.txt | 8 + .../Chapter 13/MtomTest/Captures/3.txt | 8 + .../Chapter 13/MtomTest/Captures/4.txt | 8 + .../Chapter 13/MtomTest/Captures/5.txt | 8 + .../Captures/6-WithEncryptAndSign.txt | Bin 0 -> 4820 bytes .../Chapter 13/MtomTest/Captures/6.txt | Bin 0 -> 27077 bytes .../Chapter 13/MtomTest/Captures/Capture.log | Bin 0 -> 17246 bytes .../MtomTest/Captures/CaptureImage.log | Bin 0 -> 45210 bytes .../MtomTest/Captures/CaptureLarge.log | Bin 0 -> 766341 bytes .../MtomTest/FileService/FileSvc.cs | 47 + .../MtomTest/FileService/FileSvc.csproj | 51 + .../FileService/Properties/AssemblyInfo.cs | 35 + .../FileService/bin/Debug/FileSvc.dll | Bin 0 -> 16384 bytes .../FileService/bin/Debug/FileSvc.pdb | Bin 0 -> 11776 bytes .../FileService/obj/Debug/FileSvc.dll | Bin 0 -> 16384 bytes .../FileService/obj/Debug/FileSvc.pdb | Bin 0 -> 11776 bytes .../obj/Debug/Refactor/FileSvc.dll | Bin 0 -> 16384 bytes .../obj/Debug/Refactor/MtomSvc.dll | Bin 0 -> 16384 bytes .../obj/FileSvc.csproj.FileList.txt | 5 + .../obj/MtomSvc.csproj.FileList.txt | 5 + .../Chapter 13/MtomTest/Java/build.xml | 75 ++ .../Java/src/org/tempuri/MtomSampleStub.java | 358 ++++++ .../Java/test/org/tempuri/MtomSampleTest.java | 34 + .../MtomTest/MtomClient/Form1.Designer.cs | 121 ++ .../Chapter 13/MtomTest/MtomClient/Form1.cs | 44 + .../Chapter 13/MtomTest/MtomClient/Form1.resx | 120 ++ .../MtomTest/MtomClient/MtomClient.csproj | 85 ++ .../MtomClient/MtomClient.csproj.user | 5 + .../Chapter 13/MtomTest/MtomClient/Program.cs | 20 + .../MtomClient/Properties/AssemblyInfo.cs | 33 + .../Properties/Resources.Designer.cs | 71 ++ .../MtomClient/Properties/Resources.resx | 117 ++ .../Properties/Settings.Designer.cs | 30 + .../MtomClient/Properties/Settings.settings | 7 + .../Service References/FileService.cs | 63 + .../Service References/FileService.map | 17 + .../Chapter 13/MtomTest/MtomClient/app.config | 29 + .../MtomClient/bin/Debug/MtomClient.exe | Bin 0 -> 20480 bytes .../bin/Debug/MtomClient.exe.config | 29 + .../MtomClient/bin/Debug/MtomClient.pdb | Bin 0 -> 24064 bytes .../bin/Debug/MtomClient.vshost.exe | Bin 0 -> 5632 bytes .../bin/Debug/MtomClient.vshost.exe.config | 29 + .../obj/Debug/MtomClient.Form1.resources | Bin 0 -> 180 bytes .../MtomClient.Properties.Resources.resources | Bin 0 -> 180 bytes .../MtomClient.csproj.GenerateResource.Cache | Bin 0 -> 842 bytes .../MtomClient/obj/Debug/MtomClient.exe | Bin 0 -> 20480 bytes .../MtomClient/obj/Debug/MtomClient.pdb | Bin 0 -> 24064 bytes .../obj/MtomClient.csproj.FileList.txt | 9 + .../Chapter 13/MtomTest/WcfHost.sln | 32 + .../Chapter 13/MtomTest/WcfHost.suo | Bin 0 -> 37888 bytes .../Chapter 13/MtomTest/WcfHost/App.config | 20 + .../MtomTest/WcfHost/BigTextFile.txt | 1 + .../Chapter 13/MtomTest/WcfHost/LogoText.jpg | Bin 0 -> 2265 bytes .../Chapter 13/MtomTest/WcfHost/Program.cs | 70 ++ .../WcfHost/Properties/AssemblyInfo.cs | 33 + .../MtomTest/WcfHost/SmallTextFile.txt | 7 + .../MtomTest/WcfHost/WcfHost.csproj | 68 + .../Chapter 13/MtomTest/WcfHost/WcfHost.suo | Bin 0 -> 26624 bytes .../WcfHost/bin/Debug/BigTextFile.txt | 1 + .../MtomTest/WcfHost/bin/Debug/FileSvc.dll | Bin 0 -> 16384 bytes .../MtomTest/WcfHost/bin/Debug/FileSvc.pdb | Bin 0 -> 11776 bytes .../MtomTest/WcfHost/bin/Debug/LogoText.JPG | Bin 0 -> 2265 bytes .../WcfHost/bin/Debug/SmallTextFile.txt | 7 + .../MtomTest/WcfHost/bin/Debug/WcfHost.exe | Bin 0 -> 16384 bytes .../WcfHost/bin/Debug/WcfHost.exe.config | 20 + .../MtomTest/WcfHost/bin/Debug/WcfHost.pdb | Bin 0 -> 13824 bytes .../WcfHost/bin/Debug/WcfHost.vshost.exe | Bin 0 -> 5632 bytes .../bin/Debug/WcfHost.vshost.exe.config | 20 + .../obj/Debug/ResolveAssemblyReference.cache | Bin 0 -> 37420 bytes .../MtomTest/WcfHost/obj/Debug/WcfHost.exe | Bin 0 -> 16384 bytes .../MtomTest/WcfHost/obj/Debug/WcfHost.pdb | Bin 0 -> 13824 bytes .../WcfHost/obj/WcfHost.csproj.FileList.txt | 11 + .../Chapter 13/MtomTest/Wsdl/MtomSample.cs | 59 + ...as.microsoft.com.2003.10.Serialization.xsd | 40 + .../Chapter 13/MtomTest/Wsdl/tempuri.org.wsdl | 123 ++ .../Chapter 13/MtomTest/Wsdl/tempuri.org1.xsd | 17 + .../FileService/FileSvc.cs | 30 + .../FileService/FileSvc.csproj | 51 + .../FileService/Properties/AssemblyInfo.cs | 35 + .../FileService/bin/Debug/FileSvc.dll | Bin 0 -> 16384 bytes .../FileService/bin/Debug/FileSvc.pdb | Bin 0 -> 11776 bytes .../FileService/obj/Debug/FileSvc.dll | Bin 0 -> 16384 bytes .../FileService/obj/Debug/FileSvc.pdb | Bin 0 -> 11776 bytes .../obj/Debug/Refactor/FileSvc.dll | Bin 0 -> 16384 bytes .../obj/Debug/Refactor/MtomSvc.dll | Bin 0 -> 16384 bytes .../obj/Debug/ResolveAssemblyReference.cache | Bin 0 -> 35643 bytes .../obj/FileSvc.csproj.FileList.txt | 5 + .../obj/MtomSvc.csproj.FileList.txt | 5 + .../WsReliableMessaging.sav/Java/build.xml | 125 ++ .../arrayType.xsb | Bin 0 -> 84 bytes .../offset.xsb | Bin 0 -> 84 bytes .../position.xsb | Bin 0 -> 84 bytes .../root.xsb | Bin 0 -> 84 bytes .../contentType.xsb | Bin 0 -> 84 bytes .../arrayAttributes.xsb | Bin 0 -> 84 bytes .../arrayMemberAttributes.xsb | Bin 0 -> 84 bytes .../commonAttributes.xsb | Bin 0 -> 84 bytes .../Array.xsb | Bin 0 -> 84 bytes .../ENTITIES.xsb | Bin 0 -> 84 bytes .../ENTITY.xsb | Bin 0 -> 84 bytes .../ID.xsb | Bin 0 -> 84 bytes .../IDREF.xsb | Bin 0 -> 84 bytes .../IDREFS.xsb | Bin 0 -> 84 bytes .../NCName.xsb | Bin 0 -> 84 bytes .../NMTOKEN.xsb | Bin 0 -> 84 bytes .../NMTOKENS.xsb | Bin 0 -> 84 bytes .../NOTATION.xsb | Bin 0 -> 84 bytes .../Name.xsb | Bin 0 -> 84 bytes .../QName.xsb | Bin 0 -> 84 bytes .../Struct.xsb | Bin 0 -> 84 bytes .../anyType.xsb | Bin 0 -> 84 bytes .../anyURI.xsb | Bin 0 -> 84 bytes .../base64Binary.xsb | Bin 0 -> 84 bytes .../boolean.xsb | Bin 0 -> 84 bytes .../byte.xsb | Bin 0 -> 84 bytes .../date.xsb | Bin 0 -> 84 bytes .../dateTime.xsb | Bin 0 -> 84 bytes .../decimal.xsb | Bin 0 -> 84 bytes .../double.xsb | Bin 0 -> 84 bytes .../duration.xsb | Bin 0 -> 84 bytes .../float.xsb | Bin 0 -> 84 bytes .../gDay.xsb | Bin 0 -> 84 bytes .../gMonth.xsb | Bin 0 -> 84 bytes .../gMonthDay.xsb | Bin 0 -> 84 bytes .../gYear.xsb | Bin 0 -> 84 bytes .../gYearMonth.xsb | Bin 0 -> 84 bytes .../hexBinary.xsb | Bin 0 -> 84 bytes .../int.xsb | Bin 0 -> 84 bytes .../integer.xsb | Bin 0 -> 84 bytes .../language.xsb | Bin 0 -> 84 bytes .../long.xsb | Bin 0 -> 84 bytes .../negativeInteger.xsb | Bin 0 -> 84 bytes .../nonNegativeInteger.xsb | Bin 0 -> 84 bytes .../nonPositiveInteger.xsb | Bin 0 -> 84 bytes .../normalizedString.xsb | Bin 0 -> 84 bytes .../positiveInteger.xsb | Bin 0 -> 84 bytes .../short.xsb | Bin 0 -> 84 bytes .../string.xsb | Bin 0 -> 84 bytes .../time.xsb | Bin 0 -> 84 bytes .../token.xsb | Bin 0 -> 84 bytes .../unsignedByte.xsb | Bin 0 -> 84 bytes .../unsignedInt.xsb | Bin 0 -> 84 bytes .../unsignedLong.xsb | Bin 0 -> 84 bytes .../unsignedShort.xsb | Bin 0 -> 84 bytes .../expectedMediaType.xsb | Bin 0 -> 84 bytes .../_06/xmlmime/ContentTypeAttribute.xsb | Bin 0 -> 84 bytes .../ContentTypeAttribute/ContentType.xsb | Bin 0 -> 84 bytes .../_06/xmlmime/ExpectedMediaTypeDocument.xsb | Bin 0 -> 84 bytes .../ExpectedMediaType.xsb | Bin 0 -> 84 bytes .../_06/xmlmime/ExpectedMediaTypeItem.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/AnyTypeDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/AnyURI.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/AnyURIDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Array.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ArrayCoordinate.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ArrayDocument.xsb | Bin 0 -> 84 bytes .../soap/encoding/ArrayTypeAttribute.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Base64.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/Base64Binary.xsb | Bin 0 -> 84 bytes .../soap/encoding/Base64BinaryDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Boolean.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/BooleanDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Byte.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ByteDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Date.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/DateDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/DateTime.xsb | Bin 0 -> 84 bytes .../soap/encoding/DateTimeDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Decimal.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/DecimalDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Double.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/DoubleDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/Duration.xsb | Bin 0 -> 84 bytes .../soap/encoding/DurationDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ENTITIES.xsb | Bin 0 -> 84 bytes .../soap/encoding/ENTITIESDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/ENTITY.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ENTITYDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Float.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/FloatDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/GDay.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/GDayDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/GMonth.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/GMonthDay.xsb | Bin 0 -> 84 bytes .../soap/encoding/GMonthDayDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/GMonthDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/GYear.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/GYearDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/GYearMonth.xsb | Bin 0 -> 84 bytes .../soap/encoding/GYearMonthDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/HexBinary.xsb | Bin 0 -> 84 bytes .../soap/encoding/HexBinaryDocument.xsb | Bin 0 -> 84 bytes .../org/xmlsoap/schemas/soap/encoding/ID.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/IDDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/IDREF.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/IDREFDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/IDREFS.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/IDREFSDocument.xsb | Bin 0 -> 84 bytes .../org/xmlsoap/schemas/soap/encoding/Int.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/IntDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Integer.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/IntegerDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/Language.xsb | Bin 0 -> 84 bytes .../soap/encoding/LanguageDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Long.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/LongDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/NCName.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NCNameDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/NMTOKEN.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NMTOKENDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NMTOKENS.xsb | Bin 0 -> 84 bytes .../soap/encoding/NMTOKENSDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NOTATION.xsb | Bin 0 -> 84 bytes .../soap/encoding/NOTATIONDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Name.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NameDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NegativeInteger.xsb | Bin 0 -> 84 bytes .../soap/encoding/NegativeIntegerDocument.xsb | Bin 0 -> 84 bytes .../soap/encoding/NonNegativeInteger.xsb | Bin 0 -> 84 bytes .../encoding/NonNegativeIntegerDocument.xsb | Bin 0 -> 84 bytes .../soap/encoding/NonPositiveInteger.xsb | Bin 0 -> 84 bytes .../encoding/NonPositiveIntegerDocument.xsb | Bin 0 -> 84 bytes .../soap/encoding/NormalizedString.xsb | Bin 0 -> 84 bytes .../encoding/NormalizedStringDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/OffsetAttribute.xsb | Bin 0 -> 84 bytes .../soap/encoding/PositionAttribute.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/PositiveInteger.xsb | Bin 0 -> 84 bytes .../soap/encoding/PositiveIntegerDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/QName.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/QNameDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/RootAttribute.xsb | Bin 0 -> 84 bytes .../soap/encoding/RootAttribute/Root.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Short.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ShortDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/String.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/StringDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Struct.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/StructDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Time.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/TimeDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Token.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/TokenDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/UnsignedByte.xsb | Bin 0 -> 84 bytes .../soap/encoding/UnsignedByteDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/UnsignedInt.xsb | Bin 0 -> 84 bytes .../soap/encoding/UnsignedIntDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/UnsignedLong.xsb | Bin 0 -> 84 bytes .../soap/encoding/UnsignedLongDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/UnsignedShort.xsb | Bin 0 -> 84 bytes .../soap/encoding/UnsignedShortDocument.xsb | Bin 0 -> 84 bytes .../Array.xsb | Bin 0 -> 84 bytes .../Struct.xsb | Bin 0 -> 84 bytes .../xmlns.xsb | Bin 0 -> 84 bytes .../xmlns.xsb | Bin 0 -> 84 bytes .../xmlns.xsb | Bin 0 -> 84 bytes .../TypeSystemHolder.class | Bin 0 -> 2054 bytes .../anytypeb1cadoctype.xsb | Bin 0 -> 357 bytes .../anytypeelement.xsb | Bin 0 -> 127 bytes .../anyuri77b6doctype.xsb | Bin 0 -> 368 bytes .../anyurid9a6type.xsb | Bin 0 -> 432 bytes .../anyurielement.xsb | Bin 0 -> 129 bytes .../array2abddoctype.xsb | Bin 0 -> 355 bytes .../arrayattributesattributegroup.xsb | Bin 0 -> 349 bytes .../arraycacdtype.xsb | Bin 0 -> 847 bytes .../arraycoordinateb285type.xsb | Bin 0 -> 267 bytes .../arrayelement.xsb | Bin 0 -> 127 bytes .../arraymemberattributesattributegroup.xsb | Bin 0 -> 323 bytes .../arraymodelgroup.xsb | Bin 0 -> 362 bytes .../arraytype1ac5attrtypetype.xsb | Bin 0 -> 354 bytes .../arraytypeattribute.xsb | Bin 0 -> 106 bytes .../base64binarybb46doctype.xsb | Bin 0 -> 404 bytes .../base64binarye936type.xsb | Bin 0 -> 474 bytes .../base64binaryelement.xsb | Bin 0 -> 141 bytes .../base64c455type.xsb | Bin 0 -> 258 bytes .../boolean183ctype.xsb | Bin 0 -> 449 bytes .../boolean3c2cdoctype.xsb | Bin 0 -> 374 bytes .../booleanelement.xsb | Bin 0 -> 131 bytes .../byteb91edoctype.xsb | Bin 0 -> 356 bytes .../byted70etype.xsb | Bin 0 -> 504 bytes .../byteelement.xsb | Bin 0 -> 125 bytes .../commonattributesattributegroup.xsb | Bin 0 -> 1239 bytes .../contenttypeattribute.xsb | Bin 0 -> 113 bytes .../contenttyped54eattrtype.xsb | Bin 0 -> 381 bytes .../contenttypeed83attrtypetype.xsb | Bin 0 -> 361 bytes .../date9844doctype.xsb | Bin 0 -> 356 bytes .../dateb634type.xsb | Bin 0 -> 434 bytes .../dateelement.xsb | Bin 0 -> 125 bytes .../datetime4161type.xsb | Bin 0 -> 454 bytes .../datetime9b71doctype.xsb | Bin 0 -> 380 bytes .../datetimeelement.xsb | Bin 0 -> 133 bytes .../decimalbc25type.xsb | Bin 0 -> 449 bytes .../decimale015doctype.xsb | Bin 0 -> 374 bytes .../decimalelement.xsb | Bin 0 -> 131 bytes .../double6057type.xsb | Bin 0 -> 444 bytes .../doubleelement.xsb | Bin 0 -> 129 bytes .../doublefe67doctype.xsb | Bin 0 -> 368 bytes .../duration322adoctype.xsb | Bin 0 -> 380 bytes .../durationd81atype.xsb | Bin 0 -> 454 bytes .../durationelement.xsb | Bin 0 -> 133 bytes .../entities1417doctype.xsb | Bin 0 -> 370 bytes .../entitiesba07type.xsb | Bin 0 -> 488 bytes .../entitieselement.xsb | Bin 0 -> 133 bytes .../entity23f9doctype.xsb | Bin 0 -> 360 bytes .../entity85e9type.xsb | Bin 0 -> 444 bytes .../entityelement.xsb | Bin 0 -> 129 bytes .../expectedmediatype0e08doctype.xsb | Bin 0 -> 422 bytes .../expectedmediatypec05aelemtype.xsb | Bin 0 -> 361 bytes .../expectedmediatypeelement.xsb | Bin 0 -> 147 bytes .../expectedmediatypeitemd20btype.xsb | Bin 0 -> 355 bytes .../float8f30type.xsb | Bin 0 -> 439 bytes .../floatef20doctype.xsb | Bin 0 -> 362 bytes .../floatelement.xsb | Bin 0 -> 127 bytes .../gday0d8bdoctype.xsb | Bin 0 -> 356 bytes .../gday2b7btype.xsb | Bin 0 -> 434 bytes .../gdayelement.xsb | Bin 0 -> 125 bytes .../gmonth32efdoctype.xsb | Bin 0 -> 368 bytes .../gmonth94dftype.xsb | Bin 0 -> 444 bytes .../gmonthday0707doctype.xsb | Bin 0 -> 386 bytes .../gmonthday1f17type.xsb | Bin 0 -> 459 bytes .../gmonthdayelement.xsb | Bin 0 -> 135 bytes .../gmonthelement.xsb | Bin 0 -> 129 bytes .../gyear1c08doctype.xsb | Bin 0 -> 362 bytes .../gyearbc18type.xsb | Bin 0 -> 439 bytes .../gyearelement.xsb | Bin 0 -> 127 bytes .../gyearmonth85e2type.xsb | Bin 0 -> 464 bytes .../gyearmonth9bf2doctype.xsb | Bin 0 -> 392 bytes .../gyearmonthelement.xsb | Bin 0 -> 137 bytes .../hexbinary0440doctype.xsb | Bin 0 -> 386 bytes .../hexbinary1c50type.xsb | Bin 0 -> 459 bytes .../hexbinaryelement.xsb | Bin 0 -> 135 bytes .../id4da1type.xsb | Bin 0 -> 416 bytes .../id73b1doctype.xsb | Bin 0 -> 340 bytes .../idelement.xsb | Bin 0 -> 121 bytes .../idref033cdoctype.xsb | Bin 0 -> 355 bytes .../idrefa34ctype.xsb | Bin 0 -> 439 bytes .../idrefelement.xsb | Bin 0 -> 127 bytes .../idrefs0de1type.xsb | Bin 0 -> 451 bytes .../idrefsabf1doctype.xsb | Bin 0 -> 360 bytes .../idrefselement.xsb | Bin 0 -> 129 bytes .../index.xsb | Bin 0 -> 11059 bytes .../int2ab3doctype.xsb | Bin 0 -> 350 bytes .../int8ec3type.xsb | Bin 0 -> 513 bytes .../integer71d2type.xsb | Bin 0 -> 475 bytes .../integer95c2doctype.xsb | Bin 0 -> 374 bytes .../integerelement.xsb | Bin 0 -> 131 bytes .../intelement.xsb | Bin 0 -> 123 bytes .../language02eedoctype.xsb | Bin 0 -> 380 bytes .../languagea8detype.xsb | Bin 0 -> 454 bytes .../languageelement.xsb | Bin 0 -> 133 bytes .../long0d92doctype.xsb | Bin 0 -> 356 bytes .../long2b82type.xsb | Bin 0 -> 536 bytes .../longelement.xsb | Bin 0 -> 125 bytes .../name8b01doctype.xsb | Bin 0 -> 350 bytes .../namea8f1type.xsb | Bin 0 -> 434 bytes .../nameelement.xsb | Bin 0 -> 125 bytes .../ncname95b6doctype.xsb | Bin 0 -> 360 bytes .../ncnameelement.xsb | Bin 0 -> 129 bytes .../ncnamef7a6type.xsb | Bin 0 -> 444 bytes .../negativeinteger631dtype.xsb | Bin 0 -> 542 bytes .../negativeinteger970ddoctype.xsb | Bin 0 -> 422 bytes .../negativeintegerelement.xsb | Bin 0 -> 147 bytes .../nmtoken5d0etype.xsb | Bin 0 -> 449 bytes .../nmtoken80fedoctype.xsb | Bin 0 -> 365 bytes .../nmtokenelement.xsb | Bin 0 -> 131 bytes .../nmtokens8c5ftype.xsb | Bin 0 -> 489 bytes .../nmtokense66fdoctype.xsb | Bin 0 -> 370 bytes .../nmtokenselement.xsb | Bin 0 -> 133 bytes .../nonnegativeinteger8a02type.xsb | Bin 0 -> 553 bytes .../nonnegativeinteger9012doctype.xsb | Bin 0 -> 440 bytes .../nonnegativeintegerelement.xsb | Bin 0 -> 153 bytes .../nonpositiveintegerccbetype.xsb | Bin 0 -> 553 bytes .../nonpositiveintegerd2cedoctype.xsb | Bin 0 -> 440 bytes .../nonpositiveintegerelement.xsb | Bin 0 -> 153 bytes .../normalizedstring226etype.xsb | Bin 0 -> 494 bytes .../normalizedstring6c7edoctype.xsb | Bin 0 -> 428 bytes .../normalizedstringelement.xsb | Bin 0 -> 149 bytes .../notation4718doctype.xsb | Bin 0 -> 370 bytes .../notationed08type.xsb | Bin 0 -> 451 bytes .../notationelement.xsb | Bin 0 -> 133 bytes .../offsetattribute.xsb | Bin 0 -> 116 bytes .../offsetea5battrtypetype.xsb | Bin 0 -> 352 bytes .../positiona4b1attrtypetype.xsb | Bin 0 -> 362 bytes .../positionattribute.xsb | Bin 0 -> 118 bytes .../positiveintegera5d9type.xsb | Bin 0 -> 541 bytes .../positiveintegerd9c9doctype.xsb | Bin 0 -> 422 bytes .../positiveintegerelement.xsb | Bin 0 -> 147 bytes .../qname0340doctype.xsb | Bin 0 -> 355 bytes .../qnamea350type.xsb | Bin 0 -> 439 bytes .../qnameelement.xsb | Bin 0 -> 127 bytes .../root27f8attrtype.xsb | Bin 0 -> 276 bytes .../root42aaattrtypetype.xsb | Bin 0 -> 679 bytes .../rootattribute.xsb | Bin 0 -> 445 bytes .../short4950type.xsb | Bin 0 -> 513 bytes .../shorta940doctype.xsb | Bin 0 -> 362 bytes .../shortelement.xsb | Bin 0 -> 127 bytes .../string92a7doctype.xsb | Bin 0 -> 368 bytes .../stringelement.xsb | Bin 0 -> 129 bytes .../stringf497type.xsb | Bin 0 -> 432 bytes .../struct8d8bdoctype.xsb | Bin 0 -> 360 bytes .../structef7btype.xsb | Bin 0 -> 448 bytes .../structelement.xsb | Bin 0 -> 129 bytes .../structmodelgroup.xsb | Bin 0 -> 364 bytes .../timea4a3doctype.xsb | Bin 0 -> 356 bytes .../timec293type.xsb | Bin 0 -> 434 bytes .../timeelement.xsb | Bin 0 -> 125 bytes .../token528dtype.xsb | Bin 0 -> 439 bytes .../tokenb27ddoctype.xsb | Bin 0 -> 362 bytes .../tokenelement.xsb | Bin 0 -> 127 bytes .../unsignedbytebe73doctype.xsb | Bin 0 -> 404 bytes .../unsignedbyteec63type.xsb | Bin 0 -> 538 bytes .../unsignedbyteelement.xsb | Bin 0 -> 141 bytes .../unsignedinta6bedoctype.xsb | Bin 0 -> 398 bytes .../unsignedintelement.xsb | Bin 0 -> 139 bytes .../unsignedintfacetype.xsb | Bin 0 -> 540 bytes .../unsignedlong12e7doctype.xsb | Bin 0 -> 404 bytes .../unsignedlong40d7type.xsb | Bin 0 -> 555 bytes .../unsignedlongelement.xsb | Bin 0 -> 141 bytes .../unsignedshort4e8bdoctype.xsb | Bin 0 -> 410 bytes .../unsignedshortde9btype.xsb | Bin 0 -> 545 bytes .../unsignedshortelement.xsb | Bin 0 -> 143 bytes .../Array.xsb | Bin 0 -> 84 bytes .../ENTITIES.xsb | Bin 0 -> 84 bytes .../ENTITY.xsb | Bin 0 -> 84 bytes .../ID.xsb | Bin 0 -> 84 bytes .../IDREF.xsb | Bin 0 -> 84 bytes .../IDREFS.xsb | Bin 0 -> 84 bytes .../NCName.xsb | Bin 0 -> 84 bytes .../NMTOKEN.xsb | Bin 0 -> 84 bytes .../NMTOKENS.xsb | Bin 0 -> 84 bytes .../NOTATION.xsb | Bin 0 -> 84 bytes .../Name.xsb | Bin 0 -> 84 bytes .../QName.xsb | Bin 0 -> 84 bytes .../Struct.xsb | Bin 0 -> 84 bytes .../anyURI.xsb | Bin 0 -> 84 bytes .../arrayCoordinate.xsb | Bin 0 -> 84 bytes .../base64.xsb | Bin 0 -> 84 bytes .../base64Binary.xsb | Bin 0 -> 84 bytes .../boolean.xsb | Bin 0 -> 84 bytes .../byte.xsb | Bin 0 -> 84 bytes .../date.xsb | Bin 0 -> 84 bytes .../dateTime.xsb | Bin 0 -> 84 bytes .../decimal.xsb | Bin 0 -> 84 bytes .../double.xsb | Bin 0 -> 84 bytes .../duration.xsb | Bin 0 -> 84 bytes .../float.xsb | Bin 0 -> 84 bytes .../gDay.xsb | Bin 0 -> 84 bytes .../gMonth.xsb | Bin 0 -> 84 bytes .../gMonthDay.xsb | Bin 0 -> 84 bytes .../gYear.xsb | Bin 0 -> 84 bytes .../gYearMonth.xsb | Bin 0 -> 84 bytes .../hexBinary.xsb | Bin 0 -> 84 bytes .../int.xsb | Bin 0 -> 84 bytes .../integer.xsb | Bin 0 -> 84 bytes .../language.xsb | Bin 0 -> 84 bytes .../long.xsb | Bin 0 -> 84 bytes .../negativeInteger.xsb | Bin 0 -> 84 bytes .../nonNegativeInteger.xsb | Bin 0 -> 84 bytes .../nonPositiveInteger.xsb | Bin 0 -> 84 bytes .../normalizedString.xsb | Bin 0 -> 84 bytes .../positiveInteger.xsb | Bin 0 -> 84 bytes .../short.xsb | Bin 0 -> 84 bytes .../string.xsb | Bin 0 -> 84 bytes .../time.xsb | Bin 0 -> 84 bytes .../token.xsb | Bin 0 -> 84 bytes .../unsignedByte.xsb | Bin 0 -> 84 bytes .../unsignedInt.xsb | Bin 0 -> 84 bytes .../unsignedLong.xsb | Bin 0 -> 84 bytes .../unsignedShort.xsb | Bin 0 -> 84 bytes .../expectedMediaTypeItem.xsb | Bin 0 -> 84 bytes .../Java/src/org/tempuri/FileServiceStub.java | 413 ++++++ .../_06/xmlmime/ContentTypeAttribute.java | 157 +++ .../xmlmime/ExpectedMediaTypeDocument.java | 156 +++ .../_06/xmlmime/ExpectedMediaTypeItem.java | 99 ++ .../impl/ContentTypeAttributeImpl.java | 136 ++ .../impl/ExpectedMediaTypeDocumentImpl.java | 112 ++ .../impl/ExpectedMediaTypeItemImpl.java | 26 + .../soap/encoding/AnyTypeDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/AnyURI.java | 156 +++ .../schemas/soap/encoding/AnyURIDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Array.java | 216 ++++ .../soap/encoding/ArrayCoordinate.java | 99 ++ .../schemas/soap/encoding/ArrayDocument.java | 112 ++ .../soap/encoding/ArrayTypeAttribute.java | 127 ++ .../xmlsoap/schemas/soap/encoding/Base64.java | 99 ++ .../schemas/soap/encoding/Base64Binary.java | 156 +++ .../soap/encoding/Base64BinaryDocument.java | 112 ++ .../schemas/soap/encoding/Boolean.java | 156 +++ .../soap/encoding/BooleanDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Byte.java | 156 +++ .../schemas/soap/encoding/ByteDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Date.java | 156 +++ .../schemas/soap/encoding/DateDocument.java | 112 ++ .../schemas/soap/encoding/DateTime.java | 156 +++ .../soap/encoding/DateTimeDocument.java | 112 ++ .../schemas/soap/encoding/Decimal.java | 156 +++ .../soap/encoding/DecimalDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Double.java | 156 +++ .../schemas/soap/encoding/DoubleDocument.java | 112 ++ .../schemas/soap/encoding/Duration.java | 156 +++ .../soap/encoding/DurationDocument.java | 112 ++ .../schemas/soap/encoding/ENTITIES.java | 165 +++ .../soap/encoding/ENTITIESDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/ENTITY.java | 156 +++ .../schemas/soap/encoding/ENTITYDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Float.java | 156 +++ .../schemas/soap/encoding/FloatDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/GDay.java | 156 +++ .../schemas/soap/encoding/GDayDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/GMonth.java | 156 +++ .../schemas/soap/encoding/GMonthDay.java | 156 +++ .../soap/encoding/GMonthDayDocument.java | 112 ++ .../schemas/soap/encoding/GMonthDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/GYear.java | 156 +++ .../schemas/soap/encoding/GYearDocument.java | 112 ++ .../schemas/soap/encoding/GYearMonth.java | 156 +++ .../soap/encoding/GYearMonthDocument.java | 112 ++ .../schemas/soap/encoding/HexBinary.java | 156 +++ .../soap/encoding/HexBinaryDocument.java | 112 ++ .../org/xmlsoap/schemas/soap/encoding/ID.java | 156 +++ .../schemas/soap/encoding/IDDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/IDREF.java | 156 +++ .../schemas/soap/encoding/IDREFDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/IDREFS.java | 165 +++ .../schemas/soap/encoding/IDREFSDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Int.java | 156 +++ .../schemas/soap/encoding/IntDocument.java | 112 ++ .../schemas/soap/encoding/Integer.java | 156 +++ .../soap/encoding/IntegerDocument.java | 112 ++ .../schemas/soap/encoding/Language.java | 156 +++ .../soap/encoding/LanguageDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Long.java | 156 +++ .../schemas/soap/encoding/LongDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/NCName.java | 156 +++ .../schemas/soap/encoding/NCNameDocument.java | 112 ++ .../schemas/soap/encoding/NMTOKEN.java | 156 +++ .../soap/encoding/NMTOKENDocument.java | 112 ++ .../schemas/soap/encoding/NMTOKENS.java | 165 +++ .../soap/encoding/NMTOKENSDocument.java | 112 ++ .../schemas/soap/encoding/NOTATION.java | 156 +++ .../soap/encoding/NOTATIONDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Name.java | 156 +++ .../schemas/soap/encoding/NameDocument.java | 112 ++ .../soap/encoding/NegativeInteger.java | 156 +++ .../encoding/NegativeIntegerDocument.java | 112 ++ .../soap/encoding/NonNegativeInteger.java | 156 +++ .../encoding/NonNegativeIntegerDocument.java | 112 ++ .../soap/encoding/NonPositiveInteger.java | 156 +++ .../encoding/NonPositiveIntegerDocument.java | 112 ++ .../soap/encoding/NormalizedString.java | 156 +++ .../encoding/NormalizedStringDocument.java | 112 ++ .../soap/encoding/OffsetAttribute.java | 127 ++ .../soap/encoding/PositionAttribute.java | 127 ++ .../soap/encoding/PositiveInteger.java | 156 +++ .../encoding/PositiveIntegerDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/QName.java | 156 +++ .../schemas/soap/encoding/QNameDocument.java | 112 ++ .../schemas/soap/encoding/RootAttribute.java | 157 +++ .../xmlsoap/schemas/soap/encoding/Short.java | 156 +++ .../schemas/soap/encoding/ShortDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/String.java | 156 +++ .../schemas/soap/encoding/StringDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Struct.java | 156 +++ .../schemas/soap/encoding/StructDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Time.java | 156 +++ .../schemas/soap/encoding/TimeDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Token.java | 156 +++ .../schemas/soap/encoding/TokenDocument.java | 112 ++ .../schemas/soap/encoding/UnsignedByte.java | 156 +++ .../soap/encoding/UnsignedByteDocument.java | 112 ++ .../schemas/soap/encoding/UnsignedInt.java | 156 +++ .../soap/encoding/UnsignedIntDocument.java | 112 ++ .../schemas/soap/encoding/UnsignedLong.java | 156 +++ .../soap/encoding/UnsignedLongDocument.java | 112 ++ .../schemas/soap/encoding/UnsignedShort.java | 156 +++ .../soap/encoding/UnsignedShortDocument.java | 112 ++ .../encoding/impl/AnyTypeDocumentImpl.java | 76 ++ .../encoding/impl/AnyURIDocumentImpl.java | 76 ++ .../soap/encoding/impl/AnyURIImpl.java | 216 ++++ .../encoding/impl/ArrayCoordinateImpl.java | 26 + .../soap/encoding/impl/ArrayDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/ArrayImpl.java | 399 ++++++ .../encoding/impl/ArrayTypeAttributeImpl.java | 118 ++ .../impl/Base64BinaryDocumentImpl.java | 76 ++ .../soap/encoding/impl/Base64BinaryImpl.java | 216 ++++ .../soap/encoding/impl/Base64Impl.java | 26 + .../encoding/impl/BooleanDocumentImpl.java | 76 ++ .../soap/encoding/impl/BooleanImpl.java | 216 ++++ .../soap/encoding/impl/ByteDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/ByteImpl.java | 216 ++++ .../soap/encoding/impl/DateDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/DateImpl.java | 216 ++++ .../encoding/impl/DateTimeDocumentImpl.java | 76 ++ .../soap/encoding/impl/DateTimeImpl.java | 216 ++++ .../encoding/impl/DecimalDocumentImpl.java | 76 ++ .../soap/encoding/impl/DecimalImpl.java | 216 ++++ .../encoding/impl/DoubleDocumentImpl.java | 76 ++ .../soap/encoding/impl/DoubleImpl.java | 216 ++++ .../encoding/impl/DurationDocumentImpl.java | 76 ++ .../soap/encoding/impl/DurationImpl.java | 216 ++++ .../encoding/impl/ENTITIESDocumentImpl.java | 76 ++ .../soap/encoding/impl/ENTITIESImpl.java | 216 ++++ .../encoding/impl/ENTITYDocumentImpl.java | 76 ++ .../soap/encoding/impl/ENTITYImpl.java | 216 ++++ .../soap/encoding/impl/FloatDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/FloatImpl.java | 216 ++++ .../soap/encoding/impl/GDayDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/GDayImpl.java | 216 ++++ .../encoding/impl/GMonthDayDocumentImpl.java | 76 ++ .../soap/encoding/impl/GMonthDayImpl.java | 216 ++++ .../encoding/impl/GMonthDocumentImpl.java | 76 ++ .../soap/encoding/impl/GMonthImpl.java | 216 ++++ .../soap/encoding/impl/GYearDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/GYearImpl.java | 216 ++++ .../encoding/impl/GYearMonthDocumentImpl.java | 76 ++ .../soap/encoding/impl/GYearMonthImpl.java | 216 ++++ .../encoding/impl/HexBinaryDocumentImpl.java | 76 ++ .../soap/encoding/impl/HexBinaryImpl.java | 216 ++++ .../soap/encoding/impl/IDDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/IDImpl.java | 216 ++++ .../soap/encoding/impl/IDREFDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/IDREFImpl.java | 216 ++++ .../encoding/impl/IDREFSDocumentImpl.java | 76 ++ .../soap/encoding/impl/IDREFSImpl.java | 216 ++++ .../soap/encoding/impl/IntDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/IntImpl.java | 216 ++++ .../encoding/impl/IntegerDocumentImpl.java | 76 ++ .../soap/encoding/impl/IntegerImpl.java | 216 ++++ .../encoding/impl/LanguageDocumentImpl.java | 76 ++ .../soap/encoding/impl/LanguageImpl.java | 216 ++++ .../soap/encoding/impl/LongDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/LongImpl.java | 216 ++++ .../encoding/impl/NCNameDocumentImpl.java | 76 ++ .../soap/encoding/impl/NCNameImpl.java | 216 ++++ .../encoding/impl/NMTOKENDocumentImpl.java | 76 ++ .../soap/encoding/impl/NMTOKENImpl.java | 216 ++++ .../encoding/impl/NMTOKENSDocumentImpl.java | 76 ++ .../soap/encoding/impl/NMTOKENSImpl.java | 216 ++++ .../encoding/impl/NOTATIONDocumentImpl.java | 76 ++ .../soap/encoding/impl/NOTATIONImpl.java | 216 ++++ .../soap/encoding/impl/NameDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/NameImpl.java | 216 ++++ .../impl/NegativeIntegerDocumentImpl.java | 76 ++ .../encoding/impl/NegativeIntegerImpl.java | 216 ++++ .../impl/NonNegativeIntegerDocumentImpl.java | 76 ++ .../encoding/impl/NonNegativeIntegerImpl.java | 216 ++++ .../impl/NonPositiveIntegerDocumentImpl.java | 76 ++ .../encoding/impl/NonPositiveIntegerImpl.java | 216 ++++ .../impl/NormalizedStringDocumentImpl.java | 76 ++ .../encoding/impl/NormalizedStringImpl.java | 216 ++++ .../encoding/impl/OffsetAttributeImpl.java | 118 ++ .../encoding/impl/PositionAttributeImpl.java | 118 ++ .../impl/PositiveIntegerDocumentImpl.java | 76 ++ .../encoding/impl/PositiveIntegerImpl.java | 216 ++++ .../soap/encoding/impl/QNameDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/QNameImpl.java | 216 ++++ .../soap/encoding/impl/RootAttributeImpl.java | 144 +++ .../soap/encoding/impl/ShortDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/ShortImpl.java | 216 ++++ .../encoding/impl/StringDocumentImpl.java | 76 ++ .../soap/encoding/impl/StringImpl.java | 216 ++++ .../encoding/impl/StructDocumentImpl.java | 76 ++ .../soap/encoding/impl/StructImpl.java | 211 ++++ .../soap/encoding/impl/TimeDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/TimeImpl.java | 216 ++++ .../soap/encoding/impl/TokenDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/TokenImpl.java | 216 ++++ .../impl/UnsignedByteDocumentImpl.java | 76 ++ .../soap/encoding/impl/UnsignedByteImpl.java | 216 ++++ .../impl/UnsignedIntDocumentImpl.java | 76 ++ .../soap/encoding/impl/UnsignedIntImpl.java | 216 ++++ .../impl/UnsignedLongDocumentImpl.java | 76 ++ .../soap/encoding/impl/UnsignedLongImpl.java | 216 ++++ .../impl/UnsignedShortDocumentImpl.java | 76 ++ .../soap/encoding/impl/UnsignedShortImpl.java | 216 ++++ .../test/org/tempuri/FileServiceTest.java | 50 + ...as.microsoft.com.2003.10.Serialization.xsd | 40 + .../WSDL/tempuri.org.wsdl | 191 +++ .../WSDL/tempuri.org1.xsd | 17 + .../WcfHost/App.config | 25 + .../WcfHost/App_messages.e2e | 1 + .../WcfHost/BigTextFile.txt | 1 + .../WcfHost/LogoText.JPG | Bin 0 -> 2265 bytes .../WcfHost/Program.cs | 54 + .../WcfHost/Properties/AssemblyInfo.cs | 33 + .../WcfHost/SmallTextFile.txt | 7 + .../WcfHost/WcfHost.csproj | 69 + .../WcfHost/WcfHost.csproj.user | 5 + .../WcfHost/bin/Debug/BigTextFile.txt | 1 + .../WcfHost/bin/Debug/FileSvc.dll | Bin 0 -> 16384 bytes .../WcfHost/bin/Debug/FileSvc.pdb | Bin 0 -> 11776 bytes .../WcfHost/bin/Debug/LogoText.JPG | Bin 0 -> 2265 bytes .../WcfHost/bin/Debug/SmallTextFile.txt | 7 + .../WcfHost/bin/Debug/WcfHost.exe | Bin 0 -> 16384 bytes .../WcfHost/bin/Debug/WcfHost.exe.config | 25 + .../WcfHost/bin/Debug/WcfHost.pdb | Bin 0 -> 13824 bytes .../WcfHost/bin/Debug/WcfHost.vshost.exe | Bin 0 -> 5632 bytes .../bin/Debug/WcfHost.vshost.exe.config | 25 + .../obj/Debug/ResolveAssemblyReference.cache | Bin 0 -> 37450 bytes .../WcfHost/obj/Debug/WcfHost.exe | Bin 0 -> 16384 bytes .../WcfHost/obj/Debug/WcfHost.pdb | Bin 0 -> 13824 bytes .../WcfHost/obj/WcfHost.csproj.FileList.txt | 11 + .../WsReliableMessaging.sln | 32 + .../WsReliableMessaging.suo | Bin 0 -> 27136 bytes .../WsRmClient/Form1.Designer.cs | 120 ++ .../WsRmClient/Form1.cs | 46 + .../WsRmClient/Form1.resx | 120 ++ .../WsRmClient/Program.cs | 20 + .../WsRmClient/Properties/AssemblyInfo.cs | 33 + .../Properties/Resources.Designer.cs | 71 ++ .../WsRmClient/Properties/Resources.resx | 117 ++ .../Properties/Settings.Designer.cs | 30 + .../WsRmClient/Properties/Settings.settings | 7 + .../Service References/FileService.cs | 63 + .../Service References/FileService.map | 17 + .../WsRmClient/WsRmClient.csproj | 85 ++ .../WsRmClient/app.config | 33 + .../WsRmClient/bin/Debug/WsRmClient.exe | Bin 0 -> 20480 bytes .../bin/Debug/WsRmClient.exe.config | 33 + .../WsRmClient/bin/Debug/WsRmClient.pdb | Bin 0 -> 24064 bytes .../bin/Debug/WsRmClient.vshost.exe | Bin 0 -> 5632 bytes .../bin/Debug/WsRmClient.vshost.exe.config | 33 + .../obj/Debug/WsRmClient.Form1.resources | Bin 0 -> 180 bytes .../WsRmClient.Properties.Resources.resources | Bin 0 -> 180 bytes .../WsRmClient.csproj.GenerateResource.Cache | Bin 0 -> 842 bytes .../WsRmClient/obj/Debug/WsRmClient.exe | Bin 0 -> 20480 bytes .../WsRmClient/obj/Debug/WsRmClient.pdb | Bin 0 -> 24064 bytes .../obj/WsRmClient.csproj.FileList.txt | 9 + .../WsReliableMessaging/Capture/Ack.txt | 5 + .../WsReliableMessaging/Capture/wsrm.log | Bin 0 -> 68701 bytes .../FileService/FileSvc.cs | 33 + .../FileService/FileSvc.csproj | 51 + .../FileService/Properties/AssemblyInfo.cs | 35 + .../FileService/bin/Debug/FileSvc.dll | Bin 0 -> 16384 bytes .../FileService/bin/Debug/FileSvc.pdb | Bin 0 -> 11776 bytes .../FileService/obj/Debug/FileSvc.dll | Bin 0 -> 16384 bytes .../FileService/obj/Debug/FileSvc.pdb | Bin 0 -> 11776 bytes .../obj/Debug/Refactor/FileSvc.dll | Bin 0 -> 16384 bytes .../obj/Debug/Refactor/MtomSvc.dll | Bin 0 -> 16384 bytes .../obj/Debug/ResolveAssemblyReference.cache | Bin 0 -> 35643 bytes .../obj/FileSvc.csproj.FileList.txt | 5 + .../obj/MtomSvc.csproj.FileList.txt | 5 + .../WsReliableMessaging/Java/build.xml | 75 ++ .../arrayType.xsb | Bin 0 -> 84 bytes .../offset.xsb | Bin 0 -> 84 bytes .../position.xsb | Bin 0 -> 84 bytes .../root.xsb | Bin 0 -> 84 bytes .../contentType.xsb | Bin 0 -> 84 bytes .../arrayAttributes.xsb | Bin 0 -> 84 bytes .../arrayMemberAttributes.xsb | Bin 0 -> 84 bytes .../commonAttributes.xsb | Bin 0 -> 84 bytes .../Array.xsb | Bin 0 -> 84 bytes .../ENTITIES.xsb | Bin 0 -> 84 bytes .../ENTITY.xsb | Bin 0 -> 84 bytes .../ID.xsb | Bin 0 -> 84 bytes .../IDREF.xsb | Bin 0 -> 84 bytes .../IDREFS.xsb | Bin 0 -> 84 bytes .../NCName.xsb | Bin 0 -> 84 bytes .../NMTOKEN.xsb | Bin 0 -> 84 bytes .../NMTOKENS.xsb | Bin 0 -> 84 bytes .../NOTATION.xsb | Bin 0 -> 84 bytes .../Name.xsb | Bin 0 -> 84 bytes .../QName.xsb | Bin 0 -> 84 bytes .../Struct.xsb | Bin 0 -> 84 bytes .../anyType.xsb | Bin 0 -> 84 bytes .../anyURI.xsb | Bin 0 -> 84 bytes .../base64Binary.xsb | Bin 0 -> 84 bytes .../boolean.xsb | Bin 0 -> 84 bytes .../byte.xsb | Bin 0 -> 84 bytes .../date.xsb | Bin 0 -> 84 bytes .../dateTime.xsb | Bin 0 -> 84 bytes .../decimal.xsb | Bin 0 -> 84 bytes .../double.xsb | Bin 0 -> 84 bytes .../duration.xsb | Bin 0 -> 84 bytes .../float.xsb | Bin 0 -> 84 bytes .../gDay.xsb | Bin 0 -> 84 bytes .../gMonth.xsb | Bin 0 -> 84 bytes .../gMonthDay.xsb | Bin 0 -> 84 bytes .../gYear.xsb | Bin 0 -> 84 bytes .../gYearMonth.xsb | Bin 0 -> 84 bytes .../hexBinary.xsb | Bin 0 -> 84 bytes .../int.xsb | Bin 0 -> 84 bytes .../integer.xsb | Bin 0 -> 84 bytes .../language.xsb | Bin 0 -> 84 bytes .../long.xsb | Bin 0 -> 84 bytes .../negativeInteger.xsb | Bin 0 -> 84 bytes .../nonNegativeInteger.xsb | Bin 0 -> 84 bytes .../nonPositiveInteger.xsb | Bin 0 -> 84 bytes .../normalizedString.xsb | Bin 0 -> 84 bytes .../positiveInteger.xsb | Bin 0 -> 84 bytes .../short.xsb | Bin 0 -> 84 bytes .../string.xsb | Bin 0 -> 84 bytes .../time.xsb | Bin 0 -> 84 bytes .../token.xsb | Bin 0 -> 84 bytes .../unsignedByte.xsb | Bin 0 -> 84 bytes .../unsignedInt.xsb | Bin 0 -> 84 bytes .../unsignedLong.xsb | Bin 0 -> 84 bytes .../unsignedShort.xsb | Bin 0 -> 84 bytes .../expectedMediaType.xsb | Bin 0 -> 84 bytes .../_06/xmlmime/ContentTypeAttribute.xsb | Bin 0 -> 84 bytes .../ContentTypeAttribute/ContentType.xsb | Bin 0 -> 84 bytes .../_06/xmlmime/ExpectedMediaTypeDocument.xsb | Bin 0 -> 84 bytes .../ExpectedMediaType.xsb | Bin 0 -> 84 bytes .../_06/xmlmime/ExpectedMediaTypeItem.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/AnyTypeDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/AnyURI.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/AnyURIDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Array.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ArrayCoordinate.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ArrayDocument.xsb | Bin 0 -> 84 bytes .../soap/encoding/ArrayTypeAttribute.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Base64.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/Base64Binary.xsb | Bin 0 -> 84 bytes .../soap/encoding/Base64BinaryDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Boolean.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/BooleanDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Byte.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ByteDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Date.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/DateDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/DateTime.xsb | Bin 0 -> 84 bytes .../soap/encoding/DateTimeDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Decimal.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/DecimalDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Double.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/DoubleDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/Duration.xsb | Bin 0 -> 84 bytes .../soap/encoding/DurationDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ENTITIES.xsb | Bin 0 -> 84 bytes .../soap/encoding/ENTITIESDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/ENTITY.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ENTITYDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Float.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/FloatDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/GDay.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/GDayDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/GMonth.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/GMonthDay.xsb | Bin 0 -> 84 bytes .../soap/encoding/GMonthDayDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/GMonthDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/GYear.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/GYearDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/GYearMonth.xsb | Bin 0 -> 84 bytes .../soap/encoding/GYearMonthDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/HexBinary.xsb | Bin 0 -> 84 bytes .../soap/encoding/HexBinaryDocument.xsb | Bin 0 -> 84 bytes .../org/xmlsoap/schemas/soap/encoding/ID.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/IDDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/IDREF.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/IDREFDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/IDREFS.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/IDREFSDocument.xsb | Bin 0 -> 84 bytes .../org/xmlsoap/schemas/soap/encoding/Int.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/IntDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Integer.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/IntegerDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/Language.xsb | Bin 0 -> 84 bytes .../soap/encoding/LanguageDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Long.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/LongDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/NCName.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NCNameDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/NMTOKEN.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NMTOKENDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NMTOKENS.xsb | Bin 0 -> 84 bytes .../soap/encoding/NMTOKENSDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NOTATION.xsb | Bin 0 -> 84 bytes .../soap/encoding/NOTATIONDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Name.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NameDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/NegativeInteger.xsb | Bin 0 -> 84 bytes .../soap/encoding/NegativeIntegerDocument.xsb | Bin 0 -> 84 bytes .../soap/encoding/NonNegativeInteger.xsb | Bin 0 -> 84 bytes .../encoding/NonNegativeIntegerDocument.xsb | Bin 0 -> 84 bytes .../soap/encoding/NonPositiveInteger.xsb | Bin 0 -> 84 bytes .../encoding/NonPositiveIntegerDocument.xsb | Bin 0 -> 84 bytes .../soap/encoding/NormalizedString.xsb | Bin 0 -> 84 bytes .../encoding/NormalizedStringDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/OffsetAttribute.xsb | Bin 0 -> 84 bytes .../soap/encoding/PositionAttribute.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/PositiveInteger.xsb | Bin 0 -> 84 bytes .../soap/encoding/PositiveIntegerDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/QName.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/QNameDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/RootAttribute.xsb | Bin 0 -> 84 bytes .../soap/encoding/RootAttribute/Root.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Short.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/ShortDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/String.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/StringDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Struct.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/StructDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Time.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/TimeDocument.xsb | Bin 0 -> 84 bytes .../xmlsoap/schemas/soap/encoding/Token.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/TokenDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/UnsignedByte.xsb | Bin 0 -> 84 bytes .../soap/encoding/UnsignedByteDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/UnsignedInt.xsb | Bin 0 -> 84 bytes .../soap/encoding/UnsignedIntDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/UnsignedLong.xsb | Bin 0 -> 84 bytes .../soap/encoding/UnsignedLongDocument.xsb | Bin 0 -> 84 bytes .../schemas/soap/encoding/UnsignedShort.xsb | Bin 0 -> 84 bytes .../soap/encoding/UnsignedShortDocument.xsb | Bin 0 -> 84 bytes .../Array.xsb | Bin 0 -> 84 bytes .../Struct.xsb | Bin 0 -> 84 bytes .../xmlns.xsb | Bin 0 -> 84 bytes .../xmlns.xsb | Bin 0 -> 84 bytes .../xmlns.xsb | Bin 0 -> 84 bytes .../TypeSystemHolder.class | Bin 0 -> 2054 bytes .../anytypeb1cadoctype.xsb | Bin 0 -> 357 bytes .../anytypeelement.xsb | Bin 0 -> 127 bytes .../anyuri77b6doctype.xsb | Bin 0 -> 368 bytes .../anyurid9a6type.xsb | Bin 0 -> 432 bytes .../anyurielement.xsb | Bin 0 -> 129 bytes .../array2abddoctype.xsb | Bin 0 -> 355 bytes .../arrayattributesattributegroup.xsb | Bin 0 -> 349 bytes .../arraycacdtype.xsb | Bin 0 -> 847 bytes .../arraycoordinateb285type.xsb | Bin 0 -> 267 bytes .../arrayelement.xsb | Bin 0 -> 127 bytes .../arraymemberattributesattributegroup.xsb | Bin 0 -> 323 bytes .../arraymodelgroup.xsb | Bin 0 -> 362 bytes .../arraytype1ac5attrtypetype.xsb | Bin 0 -> 354 bytes .../arraytypeattribute.xsb | Bin 0 -> 106 bytes .../base64binarybb46doctype.xsb | Bin 0 -> 404 bytes .../base64binarye936type.xsb | Bin 0 -> 474 bytes .../base64binaryelement.xsb | Bin 0 -> 141 bytes .../base64c455type.xsb | Bin 0 -> 258 bytes .../boolean183ctype.xsb | Bin 0 -> 449 bytes .../boolean3c2cdoctype.xsb | Bin 0 -> 374 bytes .../booleanelement.xsb | Bin 0 -> 131 bytes .../byteb91edoctype.xsb | Bin 0 -> 356 bytes .../byted70etype.xsb | Bin 0 -> 504 bytes .../byteelement.xsb | Bin 0 -> 125 bytes .../commonattributesattributegroup.xsb | Bin 0 -> 1239 bytes .../contenttypeattribute.xsb | Bin 0 -> 113 bytes .../contenttyped54eattrtype.xsb | Bin 0 -> 381 bytes .../contenttypeed83attrtypetype.xsb | Bin 0 -> 361 bytes .../date9844doctype.xsb | Bin 0 -> 356 bytes .../dateb634type.xsb | Bin 0 -> 434 bytes .../dateelement.xsb | Bin 0 -> 125 bytes .../datetime4161type.xsb | Bin 0 -> 454 bytes .../datetime9b71doctype.xsb | Bin 0 -> 380 bytes .../datetimeelement.xsb | Bin 0 -> 133 bytes .../decimalbc25type.xsb | Bin 0 -> 449 bytes .../decimale015doctype.xsb | Bin 0 -> 374 bytes .../decimalelement.xsb | Bin 0 -> 131 bytes .../double6057type.xsb | Bin 0 -> 444 bytes .../doubleelement.xsb | Bin 0 -> 129 bytes .../doublefe67doctype.xsb | Bin 0 -> 368 bytes .../duration322adoctype.xsb | Bin 0 -> 380 bytes .../durationd81atype.xsb | Bin 0 -> 454 bytes .../durationelement.xsb | Bin 0 -> 133 bytes .../entities1417doctype.xsb | Bin 0 -> 370 bytes .../entitiesba07type.xsb | Bin 0 -> 488 bytes .../entitieselement.xsb | Bin 0 -> 133 bytes .../entity23f9doctype.xsb | Bin 0 -> 360 bytes .../entity85e9type.xsb | Bin 0 -> 444 bytes .../entityelement.xsb | Bin 0 -> 129 bytes .../expectedmediatype0e08doctype.xsb | Bin 0 -> 422 bytes .../expectedmediatypec05aelemtype.xsb | Bin 0 -> 361 bytes .../expectedmediatypeelement.xsb | Bin 0 -> 147 bytes .../expectedmediatypeitemd20btype.xsb | Bin 0 -> 355 bytes .../float8f30type.xsb | Bin 0 -> 439 bytes .../floatef20doctype.xsb | Bin 0 -> 362 bytes .../floatelement.xsb | Bin 0 -> 127 bytes .../gday0d8bdoctype.xsb | Bin 0 -> 356 bytes .../gday2b7btype.xsb | Bin 0 -> 434 bytes .../gdayelement.xsb | Bin 0 -> 125 bytes .../gmonth32efdoctype.xsb | Bin 0 -> 368 bytes .../gmonth94dftype.xsb | Bin 0 -> 444 bytes .../gmonthday0707doctype.xsb | Bin 0 -> 386 bytes .../gmonthday1f17type.xsb | Bin 0 -> 459 bytes .../gmonthdayelement.xsb | Bin 0 -> 135 bytes .../gmonthelement.xsb | Bin 0 -> 129 bytes .../gyear1c08doctype.xsb | Bin 0 -> 362 bytes .../gyearbc18type.xsb | Bin 0 -> 439 bytes .../gyearelement.xsb | Bin 0 -> 127 bytes .../gyearmonth85e2type.xsb | Bin 0 -> 464 bytes .../gyearmonth9bf2doctype.xsb | Bin 0 -> 392 bytes .../gyearmonthelement.xsb | Bin 0 -> 137 bytes .../hexbinary0440doctype.xsb | Bin 0 -> 386 bytes .../hexbinary1c50type.xsb | Bin 0 -> 459 bytes .../hexbinaryelement.xsb | Bin 0 -> 135 bytes .../id4da1type.xsb | Bin 0 -> 416 bytes .../id73b1doctype.xsb | Bin 0 -> 340 bytes .../idelement.xsb | Bin 0 -> 121 bytes .../idref033cdoctype.xsb | Bin 0 -> 355 bytes .../idrefa34ctype.xsb | Bin 0 -> 439 bytes .../idrefelement.xsb | Bin 0 -> 127 bytes .../idrefs0de1type.xsb | Bin 0 -> 451 bytes .../idrefsabf1doctype.xsb | Bin 0 -> 360 bytes .../idrefselement.xsb | Bin 0 -> 129 bytes .../index.xsb | Bin 0 -> 11059 bytes .../int2ab3doctype.xsb | Bin 0 -> 350 bytes .../int8ec3type.xsb | Bin 0 -> 513 bytes .../integer71d2type.xsb | Bin 0 -> 475 bytes .../integer95c2doctype.xsb | Bin 0 -> 374 bytes .../integerelement.xsb | Bin 0 -> 131 bytes .../intelement.xsb | Bin 0 -> 123 bytes .../language02eedoctype.xsb | Bin 0 -> 380 bytes .../languagea8detype.xsb | Bin 0 -> 454 bytes .../languageelement.xsb | Bin 0 -> 133 bytes .../long0d92doctype.xsb | Bin 0 -> 356 bytes .../long2b82type.xsb | Bin 0 -> 536 bytes .../longelement.xsb | Bin 0 -> 125 bytes .../name8b01doctype.xsb | Bin 0 -> 350 bytes .../namea8f1type.xsb | Bin 0 -> 434 bytes .../nameelement.xsb | Bin 0 -> 125 bytes .../ncname95b6doctype.xsb | Bin 0 -> 360 bytes .../ncnameelement.xsb | Bin 0 -> 129 bytes .../ncnamef7a6type.xsb | Bin 0 -> 444 bytes .../negativeinteger631dtype.xsb | Bin 0 -> 542 bytes .../negativeinteger970ddoctype.xsb | Bin 0 -> 422 bytes .../negativeintegerelement.xsb | Bin 0 -> 147 bytes .../nmtoken5d0etype.xsb | Bin 0 -> 449 bytes .../nmtoken80fedoctype.xsb | Bin 0 -> 365 bytes .../nmtokenelement.xsb | Bin 0 -> 131 bytes .../nmtokens8c5ftype.xsb | Bin 0 -> 489 bytes .../nmtokense66fdoctype.xsb | Bin 0 -> 370 bytes .../nmtokenselement.xsb | Bin 0 -> 133 bytes .../nonnegativeinteger8a02type.xsb | Bin 0 -> 553 bytes .../nonnegativeinteger9012doctype.xsb | Bin 0 -> 440 bytes .../nonnegativeintegerelement.xsb | Bin 0 -> 153 bytes .../nonpositiveintegerccbetype.xsb | Bin 0 -> 553 bytes .../nonpositiveintegerd2cedoctype.xsb | Bin 0 -> 440 bytes .../nonpositiveintegerelement.xsb | Bin 0 -> 153 bytes .../normalizedstring226etype.xsb | Bin 0 -> 494 bytes .../normalizedstring6c7edoctype.xsb | Bin 0 -> 428 bytes .../normalizedstringelement.xsb | Bin 0 -> 149 bytes .../notation4718doctype.xsb | Bin 0 -> 370 bytes .../notationed08type.xsb | Bin 0 -> 451 bytes .../notationelement.xsb | Bin 0 -> 133 bytes .../offsetattribute.xsb | Bin 0 -> 116 bytes .../offsetea5battrtypetype.xsb | Bin 0 -> 352 bytes .../positiona4b1attrtypetype.xsb | Bin 0 -> 362 bytes .../positionattribute.xsb | Bin 0 -> 118 bytes .../positiveintegera5d9type.xsb | Bin 0 -> 541 bytes .../positiveintegerd9c9doctype.xsb | Bin 0 -> 422 bytes .../positiveintegerelement.xsb | Bin 0 -> 147 bytes .../qname0340doctype.xsb | Bin 0 -> 355 bytes .../qnamea350type.xsb | Bin 0 -> 439 bytes .../qnameelement.xsb | Bin 0 -> 127 bytes .../root27f8attrtype.xsb | Bin 0 -> 276 bytes .../root42aaattrtypetype.xsb | Bin 0 -> 679 bytes .../rootattribute.xsb | Bin 0 -> 445 bytes .../short4950type.xsb | Bin 0 -> 513 bytes .../shorta940doctype.xsb | Bin 0 -> 362 bytes .../shortelement.xsb | Bin 0 -> 127 bytes .../string92a7doctype.xsb | Bin 0 -> 368 bytes .../stringelement.xsb | Bin 0 -> 129 bytes .../stringf497type.xsb | Bin 0 -> 432 bytes .../struct8d8bdoctype.xsb | Bin 0 -> 360 bytes .../structef7btype.xsb | Bin 0 -> 448 bytes .../structelement.xsb | Bin 0 -> 129 bytes .../structmodelgroup.xsb | Bin 0 -> 364 bytes .../timea4a3doctype.xsb | Bin 0 -> 356 bytes .../timec293type.xsb | Bin 0 -> 434 bytes .../timeelement.xsb | Bin 0 -> 125 bytes .../token528dtype.xsb | Bin 0 -> 439 bytes .../tokenb27ddoctype.xsb | Bin 0 -> 362 bytes .../tokenelement.xsb | Bin 0 -> 127 bytes .../unsignedbytebe73doctype.xsb | Bin 0 -> 404 bytes .../unsignedbyteec63type.xsb | Bin 0 -> 538 bytes .../unsignedbyteelement.xsb | Bin 0 -> 141 bytes .../unsignedinta6bedoctype.xsb | Bin 0 -> 398 bytes .../unsignedintelement.xsb | Bin 0 -> 139 bytes .../unsignedintfacetype.xsb | Bin 0 -> 540 bytes .../unsignedlong12e7doctype.xsb | Bin 0 -> 404 bytes .../unsignedlong40d7type.xsb | Bin 0 -> 555 bytes .../unsignedlongelement.xsb | Bin 0 -> 141 bytes .../unsignedshort4e8bdoctype.xsb | Bin 0 -> 410 bytes .../unsignedshortde9btype.xsb | Bin 0 -> 545 bytes .../unsignedshortelement.xsb | Bin 0 -> 143 bytes .../Array.xsb | Bin 0 -> 84 bytes .../ENTITIES.xsb | Bin 0 -> 84 bytes .../ENTITY.xsb | Bin 0 -> 84 bytes .../ID.xsb | Bin 0 -> 84 bytes .../IDREF.xsb | Bin 0 -> 84 bytes .../IDREFS.xsb | Bin 0 -> 84 bytes .../NCName.xsb | Bin 0 -> 84 bytes .../NMTOKEN.xsb | Bin 0 -> 84 bytes .../NMTOKENS.xsb | Bin 0 -> 84 bytes .../NOTATION.xsb | Bin 0 -> 84 bytes .../Name.xsb | Bin 0 -> 84 bytes .../QName.xsb | Bin 0 -> 84 bytes .../Struct.xsb | Bin 0 -> 84 bytes .../anyURI.xsb | Bin 0 -> 84 bytes .../arrayCoordinate.xsb | Bin 0 -> 84 bytes .../base64.xsb | Bin 0 -> 84 bytes .../base64Binary.xsb | Bin 0 -> 84 bytes .../boolean.xsb | Bin 0 -> 84 bytes .../byte.xsb | Bin 0 -> 84 bytes .../date.xsb | Bin 0 -> 84 bytes .../dateTime.xsb | Bin 0 -> 84 bytes .../decimal.xsb | Bin 0 -> 84 bytes .../double.xsb | Bin 0 -> 84 bytes .../duration.xsb | Bin 0 -> 84 bytes .../float.xsb | Bin 0 -> 84 bytes .../gDay.xsb | Bin 0 -> 84 bytes .../gMonth.xsb | Bin 0 -> 84 bytes .../gMonthDay.xsb | Bin 0 -> 84 bytes .../gYear.xsb | Bin 0 -> 84 bytes .../gYearMonth.xsb | Bin 0 -> 84 bytes .../hexBinary.xsb | Bin 0 -> 84 bytes .../int.xsb | Bin 0 -> 84 bytes .../integer.xsb | Bin 0 -> 84 bytes .../language.xsb | Bin 0 -> 84 bytes .../long.xsb | Bin 0 -> 84 bytes .../negativeInteger.xsb | Bin 0 -> 84 bytes .../nonNegativeInteger.xsb | Bin 0 -> 84 bytes .../nonPositiveInteger.xsb | Bin 0 -> 84 bytes .../normalizedString.xsb | Bin 0 -> 84 bytes .../positiveInteger.xsb | Bin 0 -> 84 bytes .../short.xsb | Bin 0 -> 84 bytes .../string.xsb | Bin 0 -> 84 bytes .../time.xsb | Bin 0 -> 84 bytes .../token.xsb | Bin 0 -> 84 bytes .../unsignedByte.xsb | Bin 0 -> 84 bytes .../unsignedInt.xsb | Bin 0 -> 84 bytes .../unsignedLong.xsb | Bin 0 -> 84 bytes .../unsignedShort.xsb | Bin 0 -> 84 bytes .../expectedMediaTypeItem.xsb | Bin 0 -> 84 bytes .../Java/src/org/tempuri/FileServiceStub.java | 358 ++++++ .../_06/xmlmime/ContentTypeAttribute.java | 157 +++ .../xmlmime/ExpectedMediaTypeDocument.java | 156 +++ .../_06/xmlmime/ExpectedMediaTypeItem.java | 99 ++ .../impl/ContentTypeAttributeImpl.java | 136 ++ .../impl/ExpectedMediaTypeDocumentImpl.java | 112 ++ .../impl/ExpectedMediaTypeItemImpl.java | 26 + .../soap/encoding/AnyTypeDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/AnyURI.java | 156 +++ .../schemas/soap/encoding/AnyURIDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Array.java | 216 ++++ .../soap/encoding/ArrayCoordinate.java | 99 ++ .../schemas/soap/encoding/ArrayDocument.java | 112 ++ .../soap/encoding/ArrayTypeAttribute.java | 127 ++ .../xmlsoap/schemas/soap/encoding/Base64.java | 99 ++ .../schemas/soap/encoding/Base64Binary.java | 156 +++ .../soap/encoding/Base64BinaryDocument.java | 112 ++ .../schemas/soap/encoding/Boolean.java | 156 +++ .../soap/encoding/BooleanDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Byte.java | 156 +++ .../schemas/soap/encoding/ByteDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Date.java | 156 +++ .../schemas/soap/encoding/DateDocument.java | 112 ++ .../schemas/soap/encoding/DateTime.java | 156 +++ .../soap/encoding/DateTimeDocument.java | 112 ++ .../schemas/soap/encoding/Decimal.java | 156 +++ .../soap/encoding/DecimalDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Double.java | 156 +++ .../schemas/soap/encoding/DoubleDocument.java | 112 ++ .../schemas/soap/encoding/Duration.java | 156 +++ .../soap/encoding/DurationDocument.java | 112 ++ .../schemas/soap/encoding/ENTITIES.java | 165 +++ .../soap/encoding/ENTITIESDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/ENTITY.java | 156 +++ .../schemas/soap/encoding/ENTITYDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Float.java | 156 +++ .../schemas/soap/encoding/FloatDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/GDay.java | 156 +++ .../schemas/soap/encoding/GDayDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/GMonth.java | 156 +++ .../schemas/soap/encoding/GMonthDay.java | 156 +++ .../soap/encoding/GMonthDayDocument.java | 112 ++ .../schemas/soap/encoding/GMonthDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/GYear.java | 156 +++ .../schemas/soap/encoding/GYearDocument.java | 112 ++ .../schemas/soap/encoding/GYearMonth.java | 156 +++ .../soap/encoding/GYearMonthDocument.java | 112 ++ .../schemas/soap/encoding/HexBinary.java | 156 +++ .../soap/encoding/HexBinaryDocument.java | 112 ++ .../org/xmlsoap/schemas/soap/encoding/ID.java | 156 +++ .../schemas/soap/encoding/IDDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/IDREF.java | 156 +++ .../schemas/soap/encoding/IDREFDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/IDREFS.java | 165 +++ .../schemas/soap/encoding/IDREFSDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Int.java | 156 +++ .../schemas/soap/encoding/IntDocument.java | 112 ++ .../schemas/soap/encoding/Integer.java | 156 +++ .../soap/encoding/IntegerDocument.java | 112 ++ .../schemas/soap/encoding/Language.java | 156 +++ .../soap/encoding/LanguageDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Long.java | 156 +++ .../schemas/soap/encoding/LongDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/NCName.java | 156 +++ .../schemas/soap/encoding/NCNameDocument.java | 112 ++ .../schemas/soap/encoding/NMTOKEN.java | 156 +++ .../soap/encoding/NMTOKENDocument.java | 112 ++ .../schemas/soap/encoding/NMTOKENS.java | 165 +++ .../soap/encoding/NMTOKENSDocument.java | 112 ++ .../schemas/soap/encoding/NOTATION.java | 156 +++ .../soap/encoding/NOTATIONDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Name.java | 156 +++ .../schemas/soap/encoding/NameDocument.java | 112 ++ .../soap/encoding/NegativeInteger.java | 156 +++ .../encoding/NegativeIntegerDocument.java | 112 ++ .../soap/encoding/NonNegativeInteger.java | 156 +++ .../encoding/NonNegativeIntegerDocument.java | 112 ++ .../soap/encoding/NonPositiveInteger.java | 156 +++ .../encoding/NonPositiveIntegerDocument.java | 112 ++ .../soap/encoding/NormalizedString.java | 156 +++ .../encoding/NormalizedStringDocument.java | 112 ++ .../soap/encoding/OffsetAttribute.java | 127 ++ .../soap/encoding/PositionAttribute.java | 127 ++ .../soap/encoding/PositiveInteger.java | 156 +++ .../encoding/PositiveIntegerDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/QName.java | 156 +++ .../schemas/soap/encoding/QNameDocument.java | 112 ++ .../schemas/soap/encoding/RootAttribute.java | 157 +++ .../xmlsoap/schemas/soap/encoding/Short.java | 156 +++ .../schemas/soap/encoding/ShortDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/String.java | 156 +++ .../schemas/soap/encoding/StringDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Struct.java | 156 +++ .../schemas/soap/encoding/StructDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Time.java | 156 +++ .../schemas/soap/encoding/TimeDocument.java | 112 ++ .../xmlsoap/schemas/soap/encoding/Token.java | 156 +++ .../schemas/soap/encoding/TokenDocument.java | 112 ++ .../schemas/soap/encoding/UnsignedByte.java | 156 +++ .../soap/encoding/UnsignedByteDocument.java | 112 ++ .../schemas/soap/encoding/UnsignedInt.java | 156 +++ .../soap/encoding/UnsignedIntDocument.java | 112 ++ .../schemas/soap/encoding/UnsignedLong.java | 156 +++ .../soap/encoding/UnsignedLongDocument.java | 112 ++ .../schemas/soap/encoding/UnsignedShort.java | 156 +++ .../soap/encoding/UnsignedShortDocument.java | 112 ++ .../encoding/impl/AnyTypeDocumentImpl.java | 76 ++ .../encoding/impl/AnyURIDocumentImpl.java | 76 ++ .../soap/encoding/impl/AnyURIImpl.java | 216 ++++ .../encoding/impl/ArrayCoordinateImpl.java | 26 + .../soap/encoding/impl/ArrayDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/ArrayImpl.java | 399 ++++++ .../encoding/impl/ArrayTypeAttributeImpl.java | 118 ++ .../impl/Base64BinaryDocumentImpl.java | 76 ++ .../soap/encoding/impl/Base64BinaryImpl.java | 216 ++++ .../soap/encoding/impl/Base64Impl.java | 26 + .../encoding/impl/BooleanDocumentImpl.java | 76 ++ .../soap/encoding/impl/BooleanImpl.java | 216 ++++ .../soap/encoding/impl/ByteDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/ByteImpl.java | 216 ++++ .../soap/encoding/impl/DateDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/DateImpl.java | 216 ++++ .../encoding/impl/DateTimeDocumentImpl.java | 76 ++ .../soap/encoding/impl/DateTimeImpl.java | 216 ++++ .../encoding/impl/DecimalDocumentImpl.java | 76 ++ .../soap/encoding/impl/DecimalImpl.java | 216 ++++ .../encoding/impl/DoubleDocumentImpl.java | 76 ++ .../soap/encoding/impl/DoubleImpl.java | 216 ++++ .../encoding/impl/DurationDocumentImpl.java | 76 ++ .../soap/encoding/impl/DurationImpl.java | 216 ++++ .../encoding/impl/ENTITIESDocumentImpl.java | 76 ++ .../soap/encoding/impl/ENTITIESImpl.java | 216 ++++ .../encoding/impl/ENTITYDocumentImpl.java | 76 ++ .../soap/encoding/impl/ENTITYImpl.java | 216 ++++ .../soap/encoding/impl/FloatDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/FloatImpl.java | 216 ++++ .../soap/encoding/impl/GDayDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/GDayImpl.java | 216 ++++ .../encoding/impl/GMonthDayDocumentImpl.java | 76 ++ .../soap/encoding/impl/GMonthDayImpl.java | 216 ++++ .../encoding/impl/GMonthDocumentImpl.java | 76 ++ .../soap/encoding/impl/GMonthImpl.java | 216 ++++ .../soap/encoding/impl/GYearDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/GYearImpl.java | 216 ++++ .../encoding/impl/GYearMonthDocumentImpl.java | 76 ++ .../soap/encoding/impl/GYearMonthImpl.java | 216 ++++ .../encoding/impl/HexBinaryDocumentImpl.java | 76 ++ .../soap/encoding/impl/HexBinaryImpl.java | 216 ++++ .../soap/encoding/impl/IDDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/IDImpl.java | 216 ++++ .../soap/encoding/impl/IDREFDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/IDREFImpl.java | 216 ++++ .../encoding/impl/IDREFSDocumentImpl.java | 76 ++ .../soap/encoding/impl/IDREFSImpl.java | 216 ++++ .../soap/encoding/impl/IntDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/IntImpl.java | 216 ++++ .../encoding/impl/IntegerDocumentImpl.java | 76 ++ .../soap/encoding/impl/IntegerImpl.java | 216 ++++ .../encoding/impl/LanguageDocumentImpl.java | 76 ++ .../soap/encoding/impl/LanguageImpl.java | 216 ++++ .../soap/encoding/impl/LongDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/LongImpl.java | 216 ++++ .../encoding/impl/NCNameDocumentImpl.java | 76 ++ .../soap/encoding/impl/NCNameImpl.java | 216 ++++ .../encoding/impl/NMTOKENDocumentImpl.java | 76 ++ .../soap/encoding/impl/NMTOKENImpl.java | 216 ++++ .../encoding/impl/NMTOKENSDocumentImpl.java | 76 ++ .../soap/encoding/impl/NMTOKENSImpl.java | 216 ++++ .../encoding/impl/NOTATIONDocumentImpl.java | 76 ++ .../soap/encoding/impl/NOTATIONImpl.java | 216 ++++ .../soap/encoding/impl/NameDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/NameImpl.java | 216 ++++ .../impl/NegativeIntegerDocumentImpl.java | 76 ++ .../encoding/impl/NegativeIntegerImpl.java | 216 ++++ .../impl/NonNegativeIntegerDocumentImpl.java | 76 ++ .../encoding/impl/NonNegativeIntegerImpl.java | 216 ++++ .../impl/NonPositiveIntegerDocumentImpl.java | 76 ++ .../encoding/impl/NonPositiveIntegerImpl.java | 216 ++++ .../impl/NormalizedStringDocumentImpl.java | 76 ++ .../encoding/impl/NormalizedStringImpl.java | 216 ++++ .../encoding/impl/OffsetAttributeImpl.java | 118 ++ .../encoding/impl/PositionAttributeImpl.java | 118 ++ .../impl/PositiveIntegerDocumentImpl.java | 76 ++ .../encoding/impl/PositiveIntegerImpl.java | 216 ++++ .../soap/encoding/impl/QNameDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/QNameImpl.java | 216 ++++ .../soap/encoding/impl/RootAttributeImpl.java | 144 +++ .../soap/encoding/impl/ShortDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/ShortImpl.java | 216 ++++ .../encoding/impl/StringDocumentImpl.java | 76 ++ .../soap/encoding/impl/StringImpl.java | 216 ++++ .../encoding/impl/StructDocumentImpl.java | 76 ++ .../soap/encoding/impl/StructImpl.java | 211 ++++ .../soap/encoding/impl/TimeDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/TimeImpl.java | 216 ++++ .../soap/encoding/impl/TokenDocumentImpl.java | 76 ++ .../schemas/soap/encoding/impl/TokenImpl.java | 216 ++++ .../impl/UnsignedByteDocumentImpl.java | 76 ++ .../soap/encoding/impl/UnsignedByteImpl.java | 216 ++++ .../impl/UnsignedIntDocumentImpl.java | 76 ++ .../soap/encoding/impl/UnsignedIntImpl.java | 216 ++++ .../impl/UnsignedLongDocumentImpl.java | 76 ++ .../soap/encoding/impl/UnsignedLongImpl.java | 216 ++++ .../impl/UnsignedShortDocumentImpl.java | 76 ++ .../soap/encoding/impl/UnsignedShortImpl.java | 216 ++++ .../test/org/tempuri/FileServiceTest.java | 34 + ...as.microsoft.com.2003.10.Serialization.xsd | 40 + .../WsReliableMessaging/WSDL/tempuri.org.wsdl | 191 +++ .../WsReliableMessaging/WSDL/tempuri.org1.xsd | 17 + .../WsReliableMessaging/WcfHost/App.config | 30 + .../WcfHost/App_messages.e2e | 1 + .../WcfHost/BigTextFile.txt | 1 + .../WsReliableMessaging/WcfHost/LogoText.JPG | Bin 0 -> 2265 bytes .../WsReliableMessaging/WcfHost/Program.cs | 62 + .../WcfHost/Properties/AssemblyInfo.cs | 33 + .../WcfHost/SmallTextFile.txt | 7 + .../WcfHost/WcfHost.csproj | 69 + .../WcfHost/WcfHost.csproj.user | 5 + .../WcfHost/bin/Debug/BigTextFile.txt | 1 + .../WcfHost/bin/Debug/FileSvc.dll | Bin 0 -> 16384 bytes .../WcfHost/bin/Debug/FileSvc.pdb | Bin 0 -> 11776 bytes .../WcfHost/bin/Debug/LogoText.JPG | Bin 0 -> 2265 bytes .../WcfHost/bin/Debug/SmallTextFile.txt | 7 + .../WcfHost/bin/Debug/WcfHost.exe | Bin 0 -> 16384 bytes .../WcfHost/bin/Debug/WcfHost.exe.config | 30 + .../WcfHost/bin/Debug/WcfHost.pdb | Bin 0 -> 13824 bytes .../WcfHost/bin/Debug/WcfHost.vshost.exe | Bin 0 -> 5632 bytes .../bin/Debug/WcfHost.vshost.exe.config | 30 + .../obj/Debug/ResolveAssemblyReference.cache | Bin 0 -> 37442 bytes .../WcfHost/obj/Debug/WcfHost.exe | Bin 0 -> 16384 bytes .../WcfHost/obj/Debug/WcfHost.pdb | Bin 0 -> 13824 bytes .../WcfHost/obj/WcfHost.csproj.FileList.txt | 11 + .../WsReliableMessaging.sln | 32 + .../WsReliableMessaging.suo | Bin 0 -> 30720 bytes .../WsRmClient/Form1.Designer.cs | 121 ++ .../WsReliableMessaging/WsRmClient/Form1.cs | 44 + .../WsReliableMessaging/WsRmClient/Form1.resx | 120 ++ .../WsReliableMessaging/WsRmClient/Program.cs | 20 + .../WsRmClient/Properties/AssemblyInfo.cs | 33 + .../Properties/Resources.Designer.cs | 71 ++ .../WsRmClient/Properties/Resources.resx | 117 ++ .../Properties/Settings.Designer.cs | 30 + .../WsRmClient/Properties/Settings.settings | 7 + .../Service References/FileService.cs | 63 + .../Service References/FileService.map | 17 + .../WsRmClient/WsRmClient.csproj | 85 ++ .../WsReliableMessaging/WsRmClient/app.config | 30 + .../WsRmClient/bin/Debug/WsRmClient.exe | Bin 0 -> 20480 bytes .../bin/Debug/WsRmClient.exe.config | 30 + .../WsRmClient/bin/Debug/WsRmClient.pdb | Bin 0 -> 24064 bytes .../bin/Debug/WsRmClient.vshost.exe | Bin 0 -> 5632 bytes .../bin/Debug/WsRmClient.vshost.exe.config | 30 + .../obj/Debug/WsRmClient.Form1.resources | Bin 0 -> 180 bytes .../WsRmClient.Properties.Resources.resources | Bin 0 -> 180 bytes .../WsRmClient.csproj.GenerateResource.Cache | Bin 0 -> 842 bytes .../WsRmClient/obj/Debug/WsRmClient.exe | Bin 0 -> 20480 bytes .../WsRmClient/obj/Debug/WsRmClient.pdb | Bin 0 -> 24064 bytes .../obj/WsRmClient.csproj.FileList.txt | 9 + .../WsReliableMessaging/startAll.bat | 2 + PRO WCF Final Code/Readme.doc | Bin 0 -> 23040 bytes README.md | 15 + contributing.md | 14 + 1952 files changed, 86399 insertions(+) create mode 100644 3309.pdf create mode 100644 3353.pdf create mode 100644 9781590597026.jpg create mode 100644 LICENSE.txt create mode 100644 PRO WCF Final Code/Chapter 03/ConsoleHost/App.config create mode 100644 PRO WCF Final Code/Chapter 03/ConsoleHost/App_messages.svclog create mode 100644 PRO WCF Final Code/Chapter 03/ConsoleHost/App_tracelog.e2e create mode 100644 PRO WCF Final Code/Chapter 03/ConsoleHost/App_tracelog.svclog create mode 100644 PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.cs create mode 100644 PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj create mode 100644 PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj.user create mode 100644 PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj.vspscc create mode 100644 PRO WCF Final Code/Chapter 03/ConsoleHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 03/ExchangeService/Contracts/ITradeService.cs create mode 100644 PRO WCF Final Code/Chapter 03/ExchangeService/Contracts/ITradeServiceMessage.cs create mode 100644 PRO WCF Final Code/Chapter 03/ExchangeService/DataContracts/Quote.cs create mode 100644 PRO WCF Final Code/Chapter 03/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 03/ExchangeService/ExchangeService.csproj.vspscc create mode 100644 PRO WCF Final Code/Chapter 03/ExchangeService/MessageContracts/QuoteMessage.cs create mode 100644 PRO WCF Final Code/Chapter 03/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 03/ExchangeService/QuickReturns.StockTrading.ExchangeService.suo create mode 100644 PRO WCF Final Code/Chapter 03/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 03/ProgrammingModel.sln create mode 100644 PRO WCF Final Code/Chapter 03/ProgrammingModel.suo create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClient/App.config create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClient/Service References/localhost.cs create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClient/Service References/localhost.map create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.cs create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.csproj create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.csproj.vspscc create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/App.config create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.cs create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj.user create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj.vspscc create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/TradeService.wsdl create mode 100644 PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/TradeServiceProxy.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example01/CreateVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 04/Example01/CreateVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 04/Example01/DeleteVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 04/Example01/DeleteVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 04/Example01/Example01.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example01/Example01.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example01/MyAspNetWs/MyService.asmx create mode 100644 PRO WCF Final Code/Chapter 04/Example01/MyWcfWs/Service.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example01/MyWcfWs/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example02/CreateVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 04/Example02/CreateVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 04/Example02/DeleteVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 04/Example02/DeleteVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 04/Example02/Example02.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example02/Example02.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example02/WcfHelloWorld/Service.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example02/WcfHelloWorld/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example03/CreateVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 04/Example03/CreateVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 04/Example03/DeleteVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 04/Example03/DeleteVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 04/Example03/Example03.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example03/Example03.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.map create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.map.bak create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfClient/WcfClient.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfClient/WcfClient.csproj.user create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfClient/app.config create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/App_Code/MyService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/Service.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example04/CreateVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 04/Example04/CreateVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 04/Example04/DeleteVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 04/Example04/DeleteVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 04/Example04/Example04.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example04/Example04.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example04/Example04Web/App_Code/Service.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example04/Example04Web/Service.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example04/Example04Web/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example04/WcfClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example04/WcfClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.map create mode 100644 PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.map.bak create mode 100644 PRO WCF Final Code/Chapter 04/Example04/WcfClient/WcfClient.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example04/WcfClient/app.config create mode 100644 PRO WCF Final Code/Chapter 04/Example04/WcfClient/app.config.bak create mode 100644 PRO WCF Final Code/Chapter 04/Example05/Example05.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example05/Example05.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example05/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example05/ExchangeService/ExchangeService.csproj.user create mode 100644 PRO WCF Final Code/Chapter 04/Example05/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example05/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example05/ExchangeWeb/TradeService.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example05/ExchangeWeb/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example06/Example06.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example06/Example06.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example06/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example06/ExchangeService/ExchangeService.csproj.user create mode 100644 PRO WCF Final Code/Chapter 04/Example06/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example06/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example06/ExchangeWeb/TradeService.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example06/ExchangeWeb/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example06/WcfClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example06/WcfClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example06/WcfClient/Service References/ExchangeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example06/WcfClient/Service References/ExchangeService.map create mode 100644 PRO WCF Final Code/Chapter 04/Example06/WcfClient/WcfClient.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example06/WcfClient/app.config create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/Example07.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/Example07.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/ExchangeService.csproj.user create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/Trade.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeWeb/TradeService.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeWeb/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Service References/ExchangeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Service References/ExchangeService.map create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/WcfClient.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/app.config create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/Example07.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/Example07.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/ExchangeService.csproj.user create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/Trade.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/ExchangeWeb/TradeService.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/ExchangeWeb/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Service References/ExchangeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Service References/ExchangeService.map create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/WcfClient.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/app.config create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/Example07.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/Example07.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/ExchangeService.csproj.user create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/Trade.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeWeb/TradeService.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeWeb/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Service References/ExchangeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Service References/ExchangeService.map create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/WcfClient.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/app.config create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/Example08.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/Example08.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/ExchangeService.csproj.user create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/Trade.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeWeb/TradeService.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeWeb/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Service References/ExchangeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Service References/ExchangeService.map create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/WcfClient.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/app.config create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/Example08.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/Example08.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/ExchangeService.csproj.user create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/Trade.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/ExchangeWeb/TradeService.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/ExchangeWeb/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Service References/ExchangeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Service References/ExchangeService.map create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/WcfClient.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/app.config create mode 100644 PRO WCF Final Code/Chapter 04/Example09/Example09.sln create mode 100644 PRO WCF Final Code/Chapter 04/Example09/Example09.suo create mode 100644 PRO WCF Final Code/Chapter 04/Example09/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example09/ExchangeService/ExchangeService.csproj.user create mode 100644 PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Execution.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Messages.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Trade.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example09/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example09/ExchangeWeb/TradeService.svc create mode 100644 PRO WCF Final Code/Chapter 04/Example09/ExchangeWeb/Web.config create mode 100644 PRO WCF Final Code/Chapter 04/Example09/WcfClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example09/WcfClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example09/WcfClient/Service References/ExchangeService.cs create mode 100644 PRO WCF Final Code/Chapter 04/Example09/WcfClient/Service References/ExchangeService.map create mode 100644 PRO WCF Final Code/Chapter 04/Example09/WcfClient/WcfClient.csproj create mode 100644 PRO WCF Final Code/Chapter 04/Example09/WcfClient/app.config create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeService/Contracts/ITradeService.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeService/Contracts/ITradeServiceMessage.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeService/DataContracts/Quote.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeService/ExchangeService.csproj.vspscc create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeService/QuickReturns.StockTrading.ExchangeService.suo create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/App_Code/TradeServiceCustomHost.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeService.svc create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeServiceCustomHost.svc create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeServiceInline.svc create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/Web.config create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsHostSetup/ExchangeServiceWindowsHostSetup.vdproj create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsHostSetup/ExchangeServiceWindowsHostSetup.vdproj.vspscc create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/App.config create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeServiceWindowsServiceHost.csproj create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeServiceWindowsServiceHost.csproj.vspscc create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeWindowsService.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeWindowsService.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/Program.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.cs create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.resx create mode 100644 PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Program.cs create mode 100644 PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Service References/ExchangeService.cs create mode 100644 PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Service References/ExchangeService.map create mode 100644 PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/SimpleClientWithProxy.csproj create mode 100644 PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/SimpleClientWithProxy.csproj.vspscc create mode 100644 PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/app.config create mode 100644 PRO WCF Final Code/Chapter 05/WCFHosting.sln create mode 100644 PRO WCF Final Code/Chapter 05/WCFHosting.suo create mode 100644 PRO WCF Final Code/Chapter 06/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 06/ExchangeService/ITradeMonitor.cs create mode 100644 PRO WCF Final Code/Chapter 06/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 06/ExchangeService/TradePerfMon.cs create mode 100644 PRO WCF Final Code/Chapter 06/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 06/ExchangeService/TradeService.svc create mode 100644 PRO WCF Final Code/Chapter 06/ExchangeService/Web.config create mode 100644 PRO WCF Final Code/Chapter 06/TradeServiceHost/App.config create mode 100644 PRO WCF Final Code/Chapter 06/TradeServiceHost/App_TraceLog.e2e create mode 100644 PRO WCF Final Code/Chapter 06/TradeServiceHost/Host.cs create mode 100644 PRO WCF Final Code/Chapter 06/TradeServiceHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 06/TradeServiceHost/TradeServiceHost.csproj create mode 100644 PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/App.config create mode 100644 PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/Program.cs create mode 100644 PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/TradingServicePerfMonHost.csproj create mode 100644 PRO WCF Final Code/Chapter 06/WCFManagement.sln create mode 100644 PRO WCF Final Code/Chapter 06/WCFManagement.suo create mode 100644 PRO WCF Final Code/Chapter 06/WcfSimpleClient/App.config create mode 100644 PRO WCF Final Code/Chapter 06/WcfSimpleClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 06/WcfSimpleClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 06/WcfSimpleClient/WcfSimpleClient.csproj create mode 100644 PRO WCF Final Code/Chapter 06/WcfSimpleClient/WcfSimpleClient.csproj.user create mode 100644 PRO WCF Final Code/Chapter 07/AuthAuditClient/AuthAuditClient.csproj create mode 100644 PRO WCF Final Code/Chapter 07/AuthAuditClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 07/AuthAuditClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 07/AuthAuditHost/AuthAuditHost.csproj create mode 100644 PRO WCF Final Code/Chapter 07/AuthAuditHost/Host.cs create mode 100644 PRO WCF Final Code/Chapter 07/AuthAuditHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 07/ClaimClient/App.config create mode 100644 PRO WCF Final Code/Chapter 07/ClaimClient/ClaimClient.csproj create mode 100644 PRO WCF Final Code/Chapter 07/ClaimClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 07/ClaimClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 07/ClaimHost/App.config create mode 100644 PRO WCF Final Code/Chapter 07/ClaimHost/ClaimHost.csproj create mode 100644 PRO WCF Final Code/Chapter 07/ClaimHost/Host.cs create mode 100644 PRO WCF Final Code/Chapter 07/ClaimHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 07/ExchangeService/ExchangeService.csproj create mode 100644 PRO WCF Final Code/Chapter 07/ExchangeService/ITradeMonitor.cs create mode 100644 PRO WCF Final Code/Chapter 07/ExchangeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 07/ExchangeService/TradePerfMon.cs create mode 100644 PRO WCF Final Code/Chapter 07/ExchangeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 07/ExchangeService/TradeService.svc create mode 100644 PRO WCF Final Code/Chapter 07/ExchangeService/Web.config create mode 100644 PRO WCF Final Code/Chapter 07/TradeServiceHost/App.config create mode 100644 PRO WCF Final Code/Chapter 07/TradeServiceHost/Host.cs create mode 100644 PRO WCF Final Code/Chapter 07/TradeServiceHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 07/TradeServiceHost/TradeServiceHost.csproj create mode 100644 PRO WCF Final Code/Chapter 07/WCFSecurity.sln create mode 100644 PRO WCF Final Code/Chapter 07/WCFSecurity.suo create mode 100644 PRO WCF Final Code/Chapter 07/WcfSimpleClient/App.config create mode 100644 PRO WCF Final Code/Chapter 07/WcfSimpleClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 07/WcfSimpleClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 07/WcfSimpleClient/WcfSimpleClient.csproj create mode 100644 PRO WCF Final Code/Chapter 07/WcfSimpleClient/WcfSimpleClient.csproj.user create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/QuickReturnsQueueMessaging.sln create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/QuickReturnsQueueMessaging.suo create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/client/App.config create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/Settings.cs create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/Settings.settings create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/client/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/client/client.cs create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/client/client.csproj create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/service/App.config create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Resources.cs create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Resources.resx create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Settings.cs create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Settings.settings create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/service/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 08/QueueMessaging/service/tradeservice.csproj create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/App.config create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Client.csproj create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/ITradeService.cs create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Program.cs create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Trade.cs create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService.sln create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService.suo create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/ItradeService.cs create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/QuickReturnsTradeService.csproj create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/Trade.cs create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/Program.cs create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/TradeServiceHost.csproj create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/TradeServiceHost.csproj.user create mode 100644 PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/app.config create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/QuickReturnsQueueMessaging.sln create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/QuickReturnsQueueMessaging.suo create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/client/App.config create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/client/Client.cs create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Resources.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Resources.resx create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Settings.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Settings.settings create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/client/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/client/client.csproj create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/client/output.config create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/service/App.config create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Resources.cs create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Resources.resx create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Settings.cs create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Settings.settings create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/service/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 09/QueueMessaging/service/tradeservice.csproj create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/QuickReturnsTransactional.sln create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/QuickReturnsTransactional.suo create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/App.config create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.cs create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.csproj create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.csproj.user create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/generatedClient.cs create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/App.config create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/Program.cs create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.cs create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.csproj create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.csproj.user create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeServiceDb.mdf create mode 100644 PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeServiceDb_log.ldf create mode 100644 PRO WCF Final Code/Chapter 10/Example01/CreateVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/CreateVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DeleteVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DeleteVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.csproj create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.sln create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.suo create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/Service References/OldHorse2.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/Service References/OldHorse2.map create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/app.config create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.exe create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.exe.config create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.vshost.exe create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.vshost.exe.config create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/obj/Debug/DotNetComClient.exe create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/obj/Debug/DotNetComClient.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/obj/Debug/ResolveAssemblyReference.cache create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/obj/DotNetComClient.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComSample/OldHorse2.PositionManagement.svc create mode 100644 PRO WCF Final Code/Chapter 10/Example01/DotNetComSample/web.config create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.PositionManagement.snk create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.csproj create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.csproj.user create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/Position.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/PositionManagement.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/bin/Debug/OldHorse2.dll create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/bin/Debug/OldHorse2.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/bin/Debug/OldHorse2.tlb create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/obj/Debug/OldHorse2.dll create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/obj/Debug/OldHorse2.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/obj/OldHorse2.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/reg.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/unreg.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2Sln.sln create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2Sln.suo create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/OldHorse.IDL create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/OldHorse2.IDL create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/ConfigureSvc.txt create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/ConfigureWfcService.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorse.vbg create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorseTester/MSSCCPRJ.SCC create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorseTester/OldHorseTest1.exe create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorseTester/OldHorseTest1.vbp create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorseTester/OldHorseTest1.vbw create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorseTester/frmMain.frm create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/MSSCCPRJ.SCC create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.dll create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.exp create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.lib create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.vbp create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.vbw create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/Position.cls create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/PositionManagement.cls create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/bin/OldHorse.dll create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/reg.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/unreg.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/Service References/OldHorse.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/Service References/OldHorse.map create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.csproj create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.sln create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.suo create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/app.config create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.exe create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.exe.config create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.vshost.exe create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.vshost.exe.config create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/Debug/ResolveAssemblyReference.cache create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/Debug/VB6ComClient.exe create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/Debug/VB6ComClient.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/VB6ComClient.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComSample/OldHorse.PositionManagement.svc create mode 100644 PRO WCF Final Code/Chapter 10/Example01/VB6ComSample/web.config create mode 100644 PRO WCF Final Code/Chapter 10/Example02/CreateVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example02/CreateVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example02/DeleteVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example02/DeleteVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes.sln create mode 100644 PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes.suo create mode 100644 PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/App_Code/QuoteService.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/Service.svc create mode 100644 PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/Web.config create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/BadQuickReturnsScriptClientWsdl.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsQuoteService.snk create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsQuoteSvc.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClient.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClientMex.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClientWsdl.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/TypedServiceProxy.csproj create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/TypedServiceProxy.csproj.user create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/app.config create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/QuickReturnsProxy.tlb create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/TypedServiceProxy.dll create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/TypedServiceProxy.dll.config create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/TypedServiceProxy.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/TypedServiceProxy.tlb create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/makeProxy.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/obj/Debug/ResolveAssemblyReference.cache create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/obj/Debug/TypedServiceProxy.dll create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/obj/Debug/TypedServiceProxy.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/obj/TypedServiceProxy.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/reg.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/service.svc.wsdl create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/unreg.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/Form1.frm create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/MSSCCPRJ.SCC create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/TypedServiceVbClient.exe create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/TypedServiceVbClient.vbp create mode 100644 PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/TypedServiceVbClient.vbw create mode 100644 PRO WCF Final Code/Chapter 10/Example03/CreateVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example03/CreateVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example03/DeleteVDir.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example03/DeleteVirtualDirs.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure.sln create mode 100644 PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure.suo create mode 100644 PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure/App_Code/QuoteService.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure/Service.svc create mode 100644 PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure/Web.config create mode 100644 PRO WCF Final Code/Chapter 10/Example03/Readme.txt create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/QuickReturnsQuoteService.snk create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/QuickReturnsQuoteSvc.cs create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/QuickReturnsScriptClientMex.vbs create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/TypedServiceProxySecure.csproj create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/TypedServiceProxySecure.csproj.user create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/app.config create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/QuickReturnsProxySecure.tlb create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/TypedServiceProxySecure.dll create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/TypedServiceProxySecure.dll.config create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/TypedServiceProxySecure.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/makeProxy.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/ResolveAssemblyReference.cache create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/TypedServiceProxy.dll create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/TypedServiceProxy.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/TypedServiceProxySecure.dll create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/TypedServiceProxySecure.pdb create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/TypedServiceProxy.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/TypedServiceProxySecure.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/reg.bat create mode 100644 PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/unreg.bat create mode 100644 PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.csproj create mode 100644 PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.csproj.user create mode 100644 PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.svc create mode 100644 PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuoteService.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/StockQuote.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/Web.config create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/App.config create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.resx create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.resx create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Resources.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Resources.resx create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Settings.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Settings.settings create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/QuoteClient.csproj create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/QuoteClient.csproj.user create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/QuoteService1.cs create mode 100644 PRO WCF Final Code/Chapter 11/QuoteClient/QuoteService2.cs create mode 100644 PRO WCF Final Code/Chapter 11/WorkingWithData.sln create mode 100644 PRO WCF Final Code/Chapter 11/WorkingWithData.suo create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.sln create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.suo create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/App.config create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.resx create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Program.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Resources.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Resources.resx create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Settings.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Settings.settings create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.csproj create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.csproj.user create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/App.config create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/ChatApplication.csproj create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.resx create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.resx create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Program.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Resources.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Resources.resx create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Settings.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Settings.settings create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/QuickReturnTraderChat.sln create mode 100644 PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/QuickReturnTraderChat.suo create mode 100644 PRO WCF Final Code/Chapter 13/EclipseProjects.zip create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Captures/1.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Captures/2.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Captures/3.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Captures/4.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Captures/5.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Captures/6-WithEncryptAndSign.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Captures/6.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Captures/Capture.log create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Captures/CaptureImage.log create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Captures/CaptureLarge.log create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/FileSvc.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/FileSvc.csproj create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/bin/Debug/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/bin/Debug/FileSvc.pdb create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/Debug/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/Debug/FileSvc.pdb create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/Debug/Refactor/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/Debug/Refactor/MtomSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/FileSvc.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/MtomSvc.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Java/build.xml create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Java/src/org/tempuri/MtomSampleStub.java create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Java/test/org/tempuri/MtomSampleTest.java create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.resx create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/MtomClient.csproj create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/MtomClient.csproj.user create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Resources.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Resources.resx create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Settings.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Settings.settings create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Service References/FileService.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Service References/FileService.map create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/app.config create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.exe create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.pdb create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.vshost.exe create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.vshost.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.Form1.resources create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.Properties.Resources.resources create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.csproj.GenerateResource.Cache create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.exe create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.pdb create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/MtomClient.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost.sln create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost.suo create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/App.config create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/BigTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/LogoText.jpg create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/Program.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/SmallTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/WcfHost.csproj create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/WcfHost.suo create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/BigTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/FileSvc.pdb create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/LogoText.JPG create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/SmallTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.exe create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.pdb create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.vshost.exe create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.vshost.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/obj/Debug/ResolveAssemblyReference.cache create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/obj/Debug/WcfHost.exe create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/obj/Debug/WcfHost.pdb create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/obj/WcfHost.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/MtomSample.cs create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/schemas.microsoft.com.2003.10.Serialization.xsd create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/tempuri.org.wsdl create mode 100644 PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/tempuri.org1.xsd create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/FileSvc.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/FileSvc.csproj create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/bin/Debug/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/bin/Debug/FileSvc.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/FileSvc.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/Refactor/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/Refactor/MtomSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/ResolveAssemblyReference.cache create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/FileSvc.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/MtomSvc.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/build.xml create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/offset.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/position.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/root.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/contentType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayAttributes.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayMemberAttributes.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/commonAttributes.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute/ContentType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument/ExpectedMediaType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURI.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Array.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64Binary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Boolean.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/BooleanDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Byte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ByteDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Date.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTime.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Decimal.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DecimalDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Double.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DoubleDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Duration.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DurationDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIES.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITY.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Float.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/FloatDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDayDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYear.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ID.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREF.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Int.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Integer.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntegerDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Language.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LanguageDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Long.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LongDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCNameDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKEN.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATION.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Name.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NameDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedString.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositionAttribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QNameDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute/Root.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Short.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ShortDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/String.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StringDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Struct.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StructDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Time.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TimeDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Token.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TokenDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedInt.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLong.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShort.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/xmlns.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Ftempuri_2Eorg_2FImports/xmlns.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/xmlns.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/TypeSystemHolder.class create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anytypeb1cadoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anytypeelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anyuri77b6doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anyurid9a6type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anyurielement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/array2abddoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arrayattributesattributegroup.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraycacdtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraycoordinateb285type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arrayelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraymemberattributesattributegroup.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraymodelgroup.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraytype1ac5attrtypetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraytypeattribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/base64binarybb46doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/base64binarye936type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/base64binaryelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/base64c455type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/boolean183ctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/boolean3c2cdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/booleanelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/byteb91edoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/byted70etype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/byteelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/commonattributesattributegroup.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/contenttypeattribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/contenttyped54eattrtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/contenttypeed83attrtypetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/date9844doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/dateb634type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/dateelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/datetime4161type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/datetime9b71doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/datetimeelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/decimalbc25type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/decimale015doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/decimalelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/double6057type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/doubleelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/doublefe67doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/duration322adoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/durationd81atype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/durationelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entities1417doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entitiesba07type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entitieselement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entity23f9doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entity85e9type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entityelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/expectedmediatype0e08doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/expectedmediatypec05aelemtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/expectedmediatypeelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/expectedmediatypeitemd20btype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/float8f30type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/floatef20doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/floatelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gday0d8bdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gday2b7btype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gdayelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonth32efdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonth94dftype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonthday0707doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonthday1f17type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonthdayelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonthelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyear1c08doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyearbc18type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyearelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyearmonth85e2type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyearmonth9bf2doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyearmonthelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/hexbinary0440doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/hexbinary1c50type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/hexbinaryelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/id4da1type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/id73b1doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idref033cdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefa34ctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefs0de1type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefsabf1doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefselement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/index.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/int2ab3doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/int8ec3type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/integer71d2type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/integer95c2doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/integerelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/intelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/language02eedoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/languagea8detype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/languageelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/long0d92doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/long2b82type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/longelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/name8b01doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/namea8f1type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nameelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/ncname95b6doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/ncnameelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/ncnamef7a6type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/negativeinteger631dtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/negativeinteger970ddoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/negativeintegerelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtoken5d0etype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtoken80fedoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtokenelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtokens8c5ftype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtokense66fdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtokenselement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonnegativeinteger8a02type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonnegativeinteger9012doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonnegativeintegerelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonpositiveintegerccbetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonpositiveintegerd2cedoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonpositiveintegerelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/normalizedstring226etype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/normalizedstring6c7edoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/normalizedstringelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/notation4718doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/notationed08type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/notationelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/offsetattribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/offsetea5battrtypetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positiona4b1attrtypetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positionattribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positiveintegera5d9type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positiveintegerd9c9doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positiveintegerelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/qname0340doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/qnamea350type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/qnameelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/root27f8attrtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/root42aaattrtypetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/rootattribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/short4950type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/shorta940doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/shortelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/string92a7doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/stringelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/stringf497type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/struct8d8bdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/structef7btype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/structelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/structmodelgroup.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/timea4a3doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/timec293type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/timeelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/token528dtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/tokenb27ddoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/tokenelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedbytebe73doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedbyteec63type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedbyteelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedinta6bedoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedintelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedintfacetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedlong12e7doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedlong40d7type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedlongelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedshort4e8bdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedshortde9btype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedshortelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayCoordinate.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaTypeItem.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/tempuri/FileServiceStub.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ContentTypeAttributeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeItemImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURI.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Array.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64Binary.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Boolean.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/BooleanDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Byte.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ByteDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Date.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateTime.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Decimal.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DecimalDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Double.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DoubleDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Duration.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DurationDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIES.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITY.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Float.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/FloatDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GDay.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GDayDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonth.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDay.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYear.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonth.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinary.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ID.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREF.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFS.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Int.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IntDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Integer.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IntegerDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Language.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/LanguageDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Long.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/LongDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NCName.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NCNameDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKEN.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENS.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATION.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Name.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NameDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeInteger.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedString.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositionAttribute.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveInteger.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/QName.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/QNameDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/RootAttribute.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Short.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ShortDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/String.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/StringDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Struct.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/StructDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Time.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/TimeDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Token.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/TokenDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByte.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedInt.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLong.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShort.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyTypeDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayCoordinateImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayTypeAttributeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64Impl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/OffsetAttributeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositionAttributeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/RootAttributeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/test/org/tempuri/FileServiceTest.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/schemas.microsoft.com.2003.10.Serialization.xsd create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/tempuri.org.wsdl create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/tempuri.org1.xsd create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/App.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/App_messages.e2e create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/BigTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/LogoText.JPG create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/Program.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/SmallTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/WcfHost.csproj create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/WcfHost.csproj.user create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/BigTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/FileSvc.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/LogoText.JPG create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/SmallTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.vshost.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.vshost.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/obj/Debug/ResolveAssemblyReference.cache create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/obj/Debug/WcfHost.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/obj/Debug/WcfHost.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/obj/WcfHost.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsReliableMessaging.sln create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsReliableMessaging.suo create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.resx create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Resources.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Resources.resx create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Settings.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Settings.settings create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Service References/FileService.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Service References/FileService.map create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/WsRmClient.csproj create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/app.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.vshost.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.vshost.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.Form1.resources create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.Properties.Resources.resources create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.csproj.GenerateResource.Cache create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/WsRmClient.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Capture/Ack.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Capture/wsrm.log create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/FileSvc.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/FileSvc.csproj create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/bin/Debug/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/bin/Debug/FileSvc.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/FileSvc.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/Refactor/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/Refactor/MtomSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/ResolveAssemblyReference.cache create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/FileSvc.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/MtomSvc.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/build.xml create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/offset.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/position.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/root.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/contentType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayAttributes.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayMemberAttributes.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/commonAttributes.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute/ContentType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument/ExpectedMediaType.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURI.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Array.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64Binary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Boolean.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/BooleanDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Byte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ByteDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Date.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTime.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Decimal.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DecimalDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Double.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DoubleDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Duration.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DurationDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIES.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITY.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Float.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/FloatDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDayDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYear.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ID.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREF.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Int.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Integer.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntegerDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Language.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LanguageDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Long.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LongDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCNameDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKEN.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATION.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Name.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NameDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedString.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositionAttribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QNameDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute/Root.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Short.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ShortDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/String.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StringDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Struct.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StructDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Time.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TimeDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Token.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TokenDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedInt.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLong.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShort.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/xmlns.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Ftempuri_2Eorg_2FImports/xmlns.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/xmlns.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/TypeSystemHolder.class create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/anytypeb1cadoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/anytypeelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/anyuri77b6doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/anyurid9a6type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/anyurielement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/array2abddoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arrayattributesattributegroup.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraycacdtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraycoordinateb285type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arrayelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraymemberattributesattributegroup.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraymodelgroup.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraytype1ac5attrtypetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraytypeattribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/base64binarybb46doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/base64binarye936type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/base64binaryelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/base64c455type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/boolean183ctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/boolean3c2cdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/booleanelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/byteb91edoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/byted70etype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/byteelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/commonattributesattributegroup.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/contenttypeattribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/contenttyped54eattrtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/contenttypeed83attrtypetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/date9844doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/dateb634type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/dateelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/datetime4161type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/datetime9b71doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/datetimeelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/decimalbc25type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/decimale015doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/decimalelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/double6057type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/doubleelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/doublefe67doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/duration322adoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/durationd81atype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/durationelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entities1417doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entitiesba07type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entitieselement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entity23f9doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entity85e9type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entityelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/expectedmediatype0e08doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/expectedmediatypec05aelemtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/expectedmediatypeelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/expectedmediatypeitemd20btype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/float8f30type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/floatef20doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/floatelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gday0d8bdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gday2b7btype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gdayelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonth32efdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonth94dftype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonthday0707doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonthday1f17type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonthdayelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonthelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyear1c08doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyearbc18type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyearelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyearmonth85e2type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyearmonth9bf2doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyearmonthelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/hexbinary0440doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/hexbinary1c50type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/hexbinaryelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/id4da1type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/id73b1doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idref033cdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefa34ctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefs0de1type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefsabf1doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefselement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/index.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/int2ab3doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/int8ec3type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/integer71d2type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/integer95c2doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/integerelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/intelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/language02eedoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/languagea8detype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/languageelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/long0d92doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/long2b82type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/longelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/name8b01doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/namea8f1type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nameelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/ncname95b6doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/ncnameelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/ncnamef7a6type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/negativeinteger631dtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/negativeinteger970ddoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/negativeintegerelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtoken5d0etype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtoken80fedoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtokenelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtokens8c5ftype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtokense66fdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtokenselement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonnegativeinteger8a02type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonnegativeinteger9012doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonnegativeintegerelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonpositiveintegerccbetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonpositiveintegerd2cedoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonpositiveintegerelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/normalizedstring226etype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/normalizedstring6c7edoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/normalizedstringelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/notation4718doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/notationed08type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/notationelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/offsetattribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/offsetea5battrtypetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positiona4b1attrtypetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positionattribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positiveintegera5d9type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positiveintegerd9c9doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positiveintegerelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/qname0340doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/qnamea350type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/qnameelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/root27f8attrtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/root42aaattrtypetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/rootattribute.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/short4950type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/shorta940doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/shortelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/string92a7doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/stringelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/stringf497type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/struct8d8bdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/structef7btype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/structelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/structmodelgroup.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/timea4a3doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/timec293type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/timeelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/token528dtype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/tokenb27ddoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/tokenelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedbytebe73doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedbyteec63type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedbyteelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedinta6bedoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedintelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedintfacetype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedlong12e7doctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedlong40d7type.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedlongelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedshort4e8bdoctype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedshortde9btype.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedshortelement.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayCoordinate.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaTypeItem.xsb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/tempuri/FileServiceStub.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ContentTypeAttributeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeItemImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURI.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Array.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64Binary.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Boolean.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/BooleanDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Byte.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ByteDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Date.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateTime.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Decimal.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DecimalDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Double.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DoubleDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Duration.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DurationDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIES.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITY.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Float.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/FloatDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GDay.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GDayDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonth.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDay.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYear.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonth.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinary.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ID.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREF.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFS.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Int.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IntDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Integer.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IntegerDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Language.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/LanguageDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Long.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/LongDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NCName.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NCNameDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKEN.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENS.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATION.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Name.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NameDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeInteger.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedString.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositionAttribute.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveInteger.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/QName.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/QNameDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/RootAttribute.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Short.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ShortDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/String.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/StringDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Struct.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/StructDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Time.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/TimeDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Token.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/TokenDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByte.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedInt.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLong.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShort.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyTypeDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayCoordinateImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayTypeAttributeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64Impl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/OffsetAttributeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositionAttributeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/RootAttributeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortDocumentImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortImpl.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/test/org/tempuri/FileServiceTest.java create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/schemas.microsoft.com.2003.10.Serialization.xsd create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/tempuri.org.wsdl create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/tempuri.org1.xsd create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/App.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/App_messages.e2e create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/BigTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/LogoText.JPG create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/Program.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/SmallTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/WcfHost.csproj create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/WcfHost.csproj.user create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/BigTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/FileSvc.dll create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/FileSvc.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/LogoText.JPG create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/SmallTextFile.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.vshost.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.vshost.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/obj/Debug/ResolveAssemblyReference.cache create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/obj/Debug/WcfHost.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/obj/Debug/WcfHost.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/obj/WcfHost.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsReliableMessaging.sln create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsReliableMessaging.suo create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.resx create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Program.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/AssemblyInfo.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Resources.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Resources.resx create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Settings.Designer.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Settings.settings create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Service References/FileService.cs create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Service References/FileService.map create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/WsRmClient.csproj create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/app.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.vshost.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.vshost.exe.config create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/Debug/WsRmClient.Form1.resources create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/Debug/WsRmClient.Properties.Resources.resources create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/Debug/WsRmClient.csproj.GenerateResource.Cache create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/Debug/WsRmClient.exe create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/Debug/WsRmClient.pdb create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/WsRmClient.csproj.FileList.txt create mode 100644 PRO WCF Final Code/Chapter 13/WsReliableMessaging/startAll.bat create mode 100644 PRO WCF Final Code/Readme.doc create mode 100644 README.md create mode 100644 contributing.md diff --git a/3309.pdf b/3309.pdf new file mode 100644 index 0000000000000000000000000000000000000000..4ddd7352934c98ee357508d52202df45312488f3 GIT binary patch literal 1704269 zcmeEvWmwc(*S8`q-QC?YLw8AcNq2XPAV^3_iGXxUr$|a8DM$;_AfQMo2r2^VJIo)C z-gut-zArrQbv+-R^WiWv@c->KYp=EUTEDf|mR?O-h8@Jgi%!3?Ix>Nd3Zmkoaxu3T z7Uq<4cX5?;@iBn#a&S?>{>Q`31%1iK1?J!~;#4zpw{rHR0&zijppR&9O1U_DLO<}J z0>j>FxOkd*T2XOvN;+CuS^gUwWh+ZNv(w*mL7(H{gSqsavoi3cW`C)>|K&W{6xPh14(3huQ zSc6lB2l|rt^dr*JbM&-w z=ag}T4k2x2;bIAW!o$Dy0FT9vPWvzEq1v(6M6G0zZoM zy21<+7FlG3>*yuhwBxPMTUnRop2_l7&X!ip%H8Ep+1S|MdPmIfrc&uF?6x#=%S~)w z8Ylm0*Nr0U8xS_L`s~*1OipXYkt?sFdKTC$f|V>IBSQLP?#tc17SnpL6BRyF;k8h= zve2`y>9+8?M~&bny>arjm!EbPsGPq!4~`1ra&9UY*iWK;QLB&nI?@xj{OZtI+Qi%q zMU-&IdMWAimc$7Qt%=--Vz)ad$CS}bl!N(01(G*I3WlYHox30F^-E%(h!{K%pdqE3 z+3kLyHkTKpJVU@qZ4g{kpP`-f){(JJE{;NKL$5R(xlgqM)7!EniFI)rT%%w8EY%%r zCzEJu)cU2jx1≥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%0Dwq*mBnB`!F#8Dc<>TD~nGS>zb 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�Udj91>e( z3ff7OGFaNUn_iGU0^Uu~ZT@l>8X|RD5OsUcVeYD?IZAg=zwdI=zK{LTLL92US|~w| zb1h>A6GcT_S0%=&CFtfOPLytvUJf4pxPIb?M4JdiVS8iKgQOr&F6(AVP|uefGnr>@J$yo`)876sfwkHqRc z%J1|&+nWiK2)x@rKU1iHoV>+3#+{xA~KC$9*Ksf!&1SD@t8s#Uy(R!4Cv(VQ3N3Hc55lAlf@z zm~PKXj3?pi0O{|8EDmb--W=p@_FByF&FarZV4dst#Ynx1zqv!M_l#53kv)yI6HV4K%88hT`X+fU7V~~q#eyH99X%H zAdkGQ++E%6oISzTW{w_K5N#`W4?7oUFb@RI^3cozc;Mn;3znA^*75+J2rEB!b{3X( zvG8)Ta`yBPmU4Bs^6(HAfbs}}RjusY?f%^BxVSsmIop8Yc8*rR{{??&Vr}Pa<_Lzn zI9gh{3;#~d>+yFT~Bo!wVE#!_Lpj;P-!cj3AniU9EoBSRD9+Xn2`>{-oh9?oJS8D`y)|TQDCC z0u;v6${hlCH1o8QwX$%rw1TLZIRVL>_#h9>Jl*Yl4Y+~UgMxqk8bQ>pJY2loEv!6% z2Go6IZVwdYXHz=y00sG(L>+)qb$7AQu<|s3sLH~DM?m?djUW$vJ>@h!0Tdv)oCXZc z4dv(kogR4OS4sb52a%R`0rsJAb8+*-gapByyj%jjd@vYLT>)Mg@D2|bOpq5QWb~^h zKVJlMi;Mr^IF@b%jnNP$0vPmTnYdL7D*+t+$PMLQXK3_wSnlLr+t-r+T?;`c9zQ4HjlgWUX z|Cf+KR9!smeuE2e@$m73VK81U7!)YTZ<3Fnn@fNj%q~vZ1jH>Re}Fa zRAK)Qq6!E$P`RHL;qRjQ|16_Fna(G`&jkew@CtH4|8EkBW2Ar^3> z+F7_j!OM^4zLiiL?ffQE<`}i=w_9ZESQK*=CSUi2$-T}yO3wm^C^vOfSR_5i`wAgk z1oZMBr4;sGQu@;{{8Sv?pXK@W!v}-@EE*KBc192>XJ;2r55P9?{j53A0{nlj0)MW8 zf38BmuR=d72c#4FrPRRnSBnAHUrGyHe{1^Wy^q2YBBIqH5+27*)Vp@czmWBIDxh`P0gR`Jlg$AnGnZ zjS3hFk#@AQvix6K;GvbJo!QUlf7teuX@HG%w{!YmUixQq2X_JlnEO|a07EGV-2X9U zK=A;3py6s}@zc!7XaHst%J-{AfRTd(MF;*12b2H`XaG<>2%P6QG7G*nU2Z%gG1tRU@ z4)kWft>T|v=$H8YcYvQ&`a6IC>^A^E46qaeVBX*KzXbSM^}hoM^8W!4;sWH8_c!@3 z^Z(hJf6re?@K65SK>j>n-rw}U1o+9JzX8Cwp??4XB^Ll#@tgj40KYW+?*Kf1c+Ahs z1$4FmuYb}165yu<{~dt$FCGH`fM&pc)Bh6SKjXUpl2RD#503?aaROjO{?Pvt;6H2|6k$?afj1K_# zP5(=Pe^6vTZoc0DK+_1o_yF_xi~g4Y|DecxJOY1e0MrD=1O7w*OMrjSWIkS@KZ?f3 z1qH^nf9QV+@DG~I#|MlJe;QN3*70!zHTX^cD}dj9>)#ZO@23X;1Q6ik65;_y&%fz^ z3Gfe^%m-xr7Xa)h4}R1C65t;+nNRQ!llh@s{4iedANpSc{DUU*3H`-n0WLmX0N^+M zF9H5Rlli&-Fqw~sOOOZXy?@jH65t;+nV;t`CJS-_GowG`zs&!CDDqF`6$JD1{^2t} zKQOH4{)_&XApcS3KT}X1s1Pu#{vVUj|30JJH!{%qBu^Ol{bi+`9clPM#^d#Lx&_9O z{>iO9% z$TueQSiO|WX(68`)oB-l5#z+cSJVddA{DWwR+7;)2^_(_^PVJp6`R_CdS?+cD~eJix^Qv@^*zd zQVgnS>cLT*?dvamoVtCS5A)uSYWN_1dp5E6EF{LgRAc2nbgJ+AgO<*V_u!{kll=jm z(uHguHeaZ|=CT&^sqt!v9ZvQ^Pg6v>LcO5opMSjP=F95|dELpYRkjq|ck?;kU+(2j z9u;YVann@~C*e>DcG0XR9XX#-KK1=AShDAIVVs+gT@u18UJYvAn86+9!X`YY3Y!im z<)kUfmqX{8hTa)zn=YAUxMO<%Vp?$OjHfocz!K;Q2# zBn=wlU+pTne&z8Z_*$-+XI(KX$FI(*&s$J^)iXhaGNWy(>g$%WIYI=vNx(31Fq*|$ zRn9f|`dD9%K&o87`oWoG(IdQEafAxJS#NMwZJWd_`yw-ejcBA|o&ov0cd#%D*h^x6 zyOWqtN_w0_H8D9?lM;|9^!B4~Czp*>*D6j2ySPu;7aTR0nsa5)`!9z+Ha>r+T$y8^ z&0aI~dIQ&eM8QIl|FvC?0<*4(FXXjB-=zN8s7drTEvFR`!{LYE`rVUvh7cinz_*E) z2A=@D^&Qt3YseijT2R}MPl#`@r>1J%b#M(jEarvl0WV~robpwlAK}Y08E?LCmvq|U zNwggvAIWL*WE{tkpPDS51;}Z&qQkWFUTfEWR@N9Z=|T}X4Ha`6>sst^&1QU7 zIg2XtfIX9skM}jN;_E5C@YFAkZ24Wq?95pi7kcsv;FB*4FFLe*D#{&6;g4TJ+6808 z#tU{BVc6*HUH64Q1?eNm)7~!QV%3u|9?{0s><{t{Ww^-MHjx!fPMJK>kJf;w%tW5w zH?=%uEqvcBMc4e2d`ema_CbK($nlK2+&FD$~K5B0X6)AQwL zB^Vr#?eZ6boGZP(-zNYOD&FdH`7B#Vfz+SZQ7fh{vnr5 z8>=JEd0E%am=@Cp^Wm=+X&|dJa(h`X+L7NjI*8GhG&@37d!LM@pUGN$$zJeoD`b{! zt$d4Swp+f#HTHEh&79PA0b{o)FLF+4{Qbl2b&C4fCU5fWk1lUstPIpMQ59doL7#*; z-sVw>c&D~GwJ(gJ)R!3hx7cLLf6KPl@|soGTdprhhkYP2YP~_-dx1}K=wZ@S@yvUH zUF%#~Ig;6Q$oNtALdV-ZU|aU!Gagl6(}l*!W(z$BEPs;*-S=%=dLV7ts|?vR zIofxF3+!~F8i7TW7>#L@l-0oq*KMzg}2b6>ExDWsV?4 zlLUFLMuEfYIi5=qetN`f?aipHfaYzclv1}HhO&&+tDPS9EV`%tS#Rs5(Lp1|swrkK zPq=xJEmMLJP4Cv~?zKd20@Zc|>!DjqST_QOu9kFP1mkLZ?<=I$r;@7=a_e*tbyI4> zNw*%mgw*sS8B5_Q9X|<(ZSF-?B7Bo+sb!VDM^-B>YJILh^0Yv7Ho6z-4NUUN#`kT* zqP)yr?0$ffb=U{04SEtBg9yrgPtG_^~z-zEOM>4XdHxB^Kac$MJQDQAT;2-5LdPvOZ02Hrw{x(85bAT_{mc z&uLavzf*h3u)x!69PMaaOK?v>k|g;)miSW}9%L8()2p;8(mfNeBORk3ufDF$_1qzd z(6?Cr&vjfr=zm7{f2~veTK4>F37i|s159-PVFUt^w)6B*wQ`qnadLHW{<#Jv_}^A{ zAhK58b{1B0?q-i6I(9(xBQP(NA0lsMXJhLL%sILLKP%e*eK2GBCMrl%C!5nAc~pz> znWp+?&GQsRp%jMXWXWIzx}G6A6fNJvP!xwqdz#M*gFpiuy<76Q_%a zf>%P1QBi$C7Tc>roiM!E;mMhYf>Dpg>6y{*+_?=NR(D&ovv?Adk}Wt!pz_P9CEvd{ zWx2WHN1HzY^6)syF=^x`K}tz|CdS4dTOo&t-Ob~t>HJ}5W+8b0L{0CN|88cDqq3L? zHgE5RAh$5P#Jzjupec`J!JHhO;4W{DK{Zo|r|TD75#w0oMly^xjb$iz6poCY5_GpC zcM*vy7}>E+sX%(1Qfv;qQD?J>++1V07dsJIe}Yi#E$i!UEOhD1RB&Bt)IdT?Xtrbl z?Xz95fUmN3kJH}ocYRsgZEQI;;epR>V}@2ADvF#*8^&lA-^09xr!h(^Mya|A3LYIr zG_-)nhu*|d49LA=L)LS~^-hjXd`n@0pbJeJ27;cTwPkaVhForMo4fX^>uTyo-wdV2 zAR-K9*M%d^W1QpnZG6Ix5vT}{@>)?*)|j23B)v8atJe6 zqa&EfWtS#}F`5w|pj(5fqF86LPuzEM=7CfE4^cDVZ4^)eP%Ign zzG=loh)F?5>bGJ7q%!HXn{DKb2$T#v$H>@$^XzGq{_ziHmdeCBa3Yl&YY=S`&D!e@ zh3K~zn2@O%H42JT*jhqFCJ3)^coBL(65+F4HtOF-R(#>=NHdDr;QR$w6cPWXYbJ}M z5N~-6j$F4oNG`MYiIp0Rs5>;;iq2Y(&~%s*8Pbm-ltafG5xC9<5UR}Dvg zaL&x&ajqxtZ0Cs^5nq@+a95;fs@SZIe(W3hlC*8nRD_vR#uQ~M&7<+zD?znRLW^Od zT{tz$4u({RJ{m`6Fv7~*#sVuHYBn**q&W``oxPwH8BC3tg7eZ?ZmF`SF znm$g-CGXA3l%R)`D-(CO8q!5x-eGbpE4#g)FR!Q5!{fk_x5DQgwzLU27c%0@7zyQ< zH)5@y#T!|+l`L^Dn5rJ&2cV6OX5hG$!4T=`bcVo9_YaVhSJ#ekTGx#G zkuR7C`VxX4npW{J=FmhhoWzjpVRmA};E1;snO41oMkp@@W~5m|=-x@k)nL3N>uEF> zFBqm{r8mz)u_sNd zD@+*`I$!XFA~grqI$e$FKnGbWQshOV8>mZYz;O-xV?PFm#73ltmUl;D4@$N4JLq3K>W#8X~Seqp3|xk)$zCH~q-tD3ss>cwDg}k?+?Aba8{Z zH6dCJ1vzctzoJVl4f&46W7Lx1e46(p{mzx^VAGSXQOxxm`0HmrROwt-c$ zs+vVlA?laF;|ZMxB%Uddnn!YWf8>c`wUJb7mSF*pKinSa|7v zd{8Lp7a$~v3$JA~hsu+J#z8R4J^@$)Yg5hW)AK6V$P)Z#5k0srnrvlu!K+BznR(<` zwZOrO!n%BcXVeS9JbWBsuTWCMi_C>H5r5=N=~0>XF-y3S+V&Px zRJxL>&X@`2o-2YdRaf53vtx5Vga@ILf01CK$sMK6#H=YE#`?P9u*OJg9--WbbxSW@ zCmGA_mby8tA7X~(i`5e=`W}JF6GkwD>j+|lZDPwhzD5F#Bte9kaWcJ%+~n$1DDDy5 zpW%gZK2p}#lN3_%A}A(PQt0c`bqkaQp}yU5j3CpN4ieYJqJ#9fXx=0%TH*J-XZ8{3$N?1)WHHB2)HMJ>n&qRF*vj@dKy~-2*0Q#onS1JZCDvUr=KYx7NzwmiKG0$O4njwaAIBtgSsR?oI=Cdz394s&Y{!8~7l z5qe32ubFIg@=4jqo5;6w7yifIbi4vEq`I5DcPZw-$t7rVywzuo@_az%b#w zuT#j~J4-6(_2jQLFl+7go6O_-F-RqqFIiYo$;8D`1D&wm;bt4DAUck-A#nC5wJTq| z&+pBA7_I)0vjvh}8hw8llw9V4&0Q`;bWtNr=reMImB+{kWqJLh;JFl0N|H8>Zem?1 zO=Wp^Z3J#+_$z|TB(x$Y?ZS+=QvH&8AoF>q4iZq#01CFv#pH-P7RWncARLo6Hu}Uo!L%qnrQ?eLS zLBus6tluRC3hsvOxf%^?GT<)aER;3QZ%QYB=XTZ~Awwj2MUtSQ9*62?ip?F47)67W z?Mb8@`M3a-_$hvK#CsF9Je2sT-{->#$Xu@^c}$miMnLo1*i$tpJ@IlV6RlLrnc9(g zzbs#=Io5fuTs^Rx`Cw<}F(G;V)t>*c+QG98QYvfQ4$T`=q?S;65hXLNH5Lyi70OV- z)E+GCMikJCT!A&%Q)sA-05&TV^(?dtgD0?DtL%u!V+aK1@ zM{{Prw9&m^%}bC%(4C;#tq(dY$I`)+NrP})8tcF4c>g@?q55jn1Grv(oJehFOD(3n_|Z6}N;&*U4I9j%h@fT0RF9R+Q1Z?a zhAb$KN#br;gtPgy5hc23d2it&L6Nmj-Z4lzj&+J0@0q+C+I!U3NZ+)1@TrH9)2sAy z`|GgK=&nRI-4@!aSZjuv&*JSJZ4RmZ?5;z=ZUrJCBNLX9Y+1kqnC0G*DgXCn~mYVpYX?19u`U(U{%85Dmi}3le9F zSH|kj-B^B?gSD2bXtwK|P7k6=eNS1R7;P1eKdu>*VlI)Wwoo&>u%EQ6U~ly% zW@<`8hcgLPFNBkpF0$hVGy?D~A;m`8Dn1v<71oOk-Fz{dU589qT4!HPWW(k;{!tgZ z8Ot0Y-|C2SulXsQ=yCj5{U}oUbD=}JZVcipt6)58#W51|8sfCZcpni*bJRmjxQCHI zoE~wCcbe4rDIG@Hk>X{MBIDB?IB&T{pm??w(S0!jA|v$-yuj#E@HVF_G!yVUR#RC& zs}|Q|mrbuAgnP&wY^8`LRrj)W-*5)&k z%ZFV=NGM8d$p-;X##uncGI?BaPK%hiswZZ_Hm_{?F$$vf zUFos7*uL+mZ9x@sehj0itE0}7lD{nJ-{jz68>CxT7nxVX=u`Ww!8oofTiqMw+*i_} z!L{M;&d^(P=TW$&{G^$Lm&4!y`Dly2qs^e=DxBO%PxV= zEhaUe^tev@!hFBh04iVbQiE@c@4@Ls^X3RLRyr z%zB-64l7a2#i4Y-oNpPvDhyTjY9%t$p{_N) zkwFaS1)>mR8Zlx%4lpgT3vhgivP__eavD)4#(%8Gkb)>LV0?L{RohDsp}kUz!w>a> z%sqG?K2)Sgr&2hkWePjG1cJH~$&fj)$O>?l$?2r1hYZRT>#!=87Gz2~1sR7KgEw1VX$frXzA*~(e%L6xx9FHCZi$f5 zzmYb{*znavJ`!gmVxcL@z68ePCURb;_>}?SRhX^~Hb}-J-YV#5a%6${N~8)Qb!e>! z+X(wk%n|E043g&*XTfULDSsG92R156YcOuGZH}N00(vpZEr68x9ZjrGa zLTDqWtCFSB0V62Z>LpSCF+OUwrcB+X2D<4}m|TvTqVr(3Sx!e=u@19uJVn<$Yr^T?5OPe3Fx#u$b{@qVW*n}`w1ViH$|JhOqU z6=-FQ4eZsUPGJVYj)E#$x|nVh|D|qZ`ZkRIz(cjOdQF+u6n&9wo^XkF8__0*m7j_1 zsxL9Jv>%w7c0l5ZA}M>0*hj2I;n?Z4I=ZCvrb3oc!&Vqk@XickmMq9jYjhkFkFXx% zWhx|Ik@4_ifvUtJUny~NmJmI}G=N#;Ds#IEbsHW=5ev@20t!emb*kK?sTeK>ek;UG z9An?o_&rJl^(0L1j=N{}-g2ssh#4i9jFXKOxvwB&$~AyVs#eWuH8jabaFeP7^H*XR zLx=P#s~W>A^->mN*jw}?X_3l0pAcicr*0)`9}6=6pgl>>2(p_g3N8S}fySy=!G zF=T^cSD6cOPKm-$5b`(xD2bU*vMS27Hk6q-4f?O8U2w;M7~`tN9#s61XVAjk=PywH_=DxHxVQ5K#XoF#9*Q7 zF=qPu^jb>Iav`!&xgsaWjgYV-M^@MNPc~+hzJmN>aC=yhvqYA|bqFa`*^E2Pf5zA( z4Iuy^WHOLJj$}~ds%c$CHsFZX0_{eX1?qiP>P0SB36cc1$DEdzax5tzR@5-@g;EaA zkegv%YJwopL2MvVl{PEH@Ym2N+L)!U)30+`Qd%usBLroKvssB7pmO zMY4&M1f~M9H*$E=M?9SUxC;i};?iJg z5vp{9l$I+%gU!2-y0|hk>a`BELXwnTv*qqPSrw7+d0`!Bahc49Crorod3D zbIQuv75q>}AV`FU=wR;TUo=glMjPE2{)7t(WQB-v#*1)5(zM117bcI@ z;4of?->Mocf@hpaL7n{5FgoQFdNo&_@m`D|Oyr{~lhk>)_rq)%+DJ0*=Q;l@GCyarUoBp@58Vq zt3G9;+jJVGN~oliE#U@(7?P&VSxjdW3AbSlQgq~sTC(&}l}utxST|$4yqrEMqx! zuxyM|GcIHpv7!aLLu!v;G{TfA>W!V7RACUaBy188Vcfmgwa)w542ugsR5p>7|f+aOWweG+4qoQYUnJE9AwHd zzzY^;N&IRp<>VN|SVzeR(HS0twx9Y!+5oydd*mjNkyP+SOfn3!E;k!XLITU<`Z8Uw z3}RS#VTl`sqPk`o8v-TI=#J9Cz#GKn?P6V-u|)7?ZX$$It&OD$cYH4-Pj@wTRCkWtsP|>;N?fUFD)=6adh48cns3iDR^*Vz(O{&GI?g2lwBw&=s@D0%ntrRvNGyMpezQ`eit63@EV-z6u zWaT2bgn#BM*8?5Ps(NU0XmMJ0M6rux0Bz4t>Z`fmx~OKd8k7<;P)D()f*TBMGBEs5 zt);Gw(Ve6h(2g?ff>n=lycN$fh)K#}XGHt|$t&ftWZKM$(iVx;m{Fg9P8!Bu!e@jA7oCk>LDPGz?k6vv@l; z3-?J_moQEzpp<8tA<{Nz6LJ%a6L2ZyNq<7jVy4ti4RuhM0=LJWuq?Ob7nONjmTl@m z8IushN$WH|41nrd;-a${S)1Hles02?{M$58*dtOx;Jl$06|%mx3UWg_jfnjTu}t-p z(P?mpslZ`W2<-^_6u@a#Itd$seKF}~SgX`T2ehAzq=WG(R!Vxq?wBHvMfTTmWX)*<64d{n?-r4ebfo{ zjZM$M1V?tFKO)BasJ>(VRKV5dhr0sUjCPSh%(M@z6SPFi;5iWdkpSp_=@7`#SM(oJs zOdNoNXbh_0ML%-AIF#RHVHtzNoyTKhq# zERmP%tsiYnAO8a}Bbb?9G^2^(CI&GR^aT(QGu~ziE5I;Ya%9FUu}&kTQH_A%nEL^b zrS4F%A}mOnFa&Cy3JDrb%oDe|Tty$NCrrbFOaQ@4Kl+dwYC_-iwlQ>J0op{LybTd8 zt0vP>oJgc5svHr6ga=n*h$cb|^odW1Dd<=cjK(74U_adW5a=yi9tJR;fHciP zixK41EPh;g(u*DtVa|d>N;WR1CdOI)LsoVvvfe zB1=X?)>C82bchw>pka@V@R;>p>Wlw}%I40Xo9*!VD_QhtF-L*SJ`OifxL zgFRtb7d6aC4~CKwQNs&OhQn0BgYZsQF<5}vZ9T+B4}alSPWq#G1?%Q@_LuO}kOFHk zXUHS};H0`FkQuCU z6n#)hCMbriMkc&aEWn8MBm?rWyn>8^m_bafeyX>YD4COoWpia(k0l6GE>k(AXpSit zGe@Ctq3>Wi_%Q9DA}}fiGJ2;>Ol>1#Z$g_yc8GB{0`QN?^jOeG_`bg~v_sYe+GZ&n;EwigAx2yh$-hrAv4ir=E8q}H63EjSYv zqkJR6hSp_NN=m>i$#c;W!WkTy>YpevM(HN0K)O%CUIn`Pc7H~UFwwv9X$~VSV6w(5 z&1{TT$VJl-T&3uUS%@)uG5lMpkmdvPvkNiWgyB)tF7U8cYl0hYlJ#*I+{(M;U9=mx ztaLMjSdq6nS%R-@ewLtnX%I8|qMDgzj=UT5%^-%zFRN0TH<4adk%B{T)7u`P0c zd`bl}g*hHHHfR5LuQZ(_*cwM7vs0ud1Ru*@%h*gLVGweamU4w`@)+;PL=TW{UQ$G{IjAWU$E2{R*S1CW1@{6tK;n90J>#*Ch# z~jP8Yy?*?r0(qadwl_CI4sH6nC zWHBwU(CGVPTkILDROl}xIEJ(-DS*Oc%4Ghsu^Pl5 zmX)Z&*^H!E&3-PVYSu@&xvF?Q&sjX(kzClQPU$DZ+q_2Zutd zI>VYch7dPn@Eokg6ZX0g$Hp$Y+<))XR_LK}zG8e8}Jy_t!nv(J(2?tm(i5fG5 z1V~07N-si5wk~TRO9J7CZ^$$(LZsQS$85xXAc}p5l<;XKmYrhlus-7Egc*5D^@Day zWL&ft{)FR|q76W}1Ts#3MEcV>E+j{@pGM0tmt^#MhR!dxLVFjD72%aIZdKO&Ld+x* zv3G6|`y|8~f=0Pe1rIB2niO=hjF!sc2-cPdDoQ^i8&gmgVDK>HaJSbV@DMRL8?PC_ z@J3TvGg@<@m@5nhmosQ-ujQ#$;3GcF4MGrraixOIT~-P-CnCShOma8`Se9W3ce-n0)$q5 zGis^gTF@lSeqzyzNZK;arr7E7h9c3R7ghkoFkz_@Mwt*(WD%4pyv=2^U`?BG8c>u; zdyu=87?@~ifC_(b+2aFbI9zZ|4{_5ZGL?}K!$71o);?$`f zFR?d8ekq_h$PodO)nUy4=#~7z3?NOKKT(ZJ?P2AF?1~sh<%r}|ILNTL=YU6VM0_cB z`NGktzl;n(E~>r!h?tr~jJlRtYKh94TsNYh8~@5UoXLrIN*ib z1K83sj~AC^XfhK{L$DEg*%2ow%S2|?=`xR>h?&rDC<)EXt!9SqK+x|d0NO^PLCAm@ z^)AaTbynencL*GFl!2C)mTC>cOPIi@@PWgPm-(Z~WIW*Wc)UKJ7ykev4uMjPA`@fi zVW7w_90ZpMpWavM!Qu6lk@n)f|AH8HiuuVZhjm%C6plZ8B}@wN7_UUY5@s3g5r|pv zAzcDE5;34FI!zR~W5mk?AJjY*SIRsv0Qi?l>^N`nSK1dzk8Dj&Y=!hpROh^bmW3Gi z0uaIPxJ0kVyvG-erkm>#Kk*~8rC=#~hsW>tx)}yd z7-5_vVz2;biL8=nnTktH&!QNAj{JW{3?E`%OqetYBF4DK)-6qqBp=2~4vv>I0((4M zhu53g+mbR5mRTm-fK|Bhp~-6*B_NDOD>c`f{f_{%T5ROEm;eZE#l<{6GtrBRyTqZ6P|5 zu@W*zI-^n35ZFNfGl;RbWXLP}OvWqK`Bl$@YMax^ZWM6DJvr=~si7|`F7;qy48q>B zGUY|s0@*c|g@cCYF-C#7gyjH6Hh*Ue(mpP?L%R#Bd^-2uH#`zo*!b*oIpHfZJ6VC@qB@87P=dJ&1eU z0hqnp6ADBFK1_)FQ_5*62$y+ao~+wlh=h(}7sL-Lxe(qnT|v~9q!<)_@^VPB2v~vY zZh9oUute7Z6&H93Rl*6I0|Aqv!N~fgo<7Ss`fzBIV^lKT`{K1>g}eqRO~Wz!{K9 zV2uuG=(N;!Q3@h}ws$tUgh9+|og3~1M2iY@EyM&E)M&7IH;t&28$@&Pg@S=V0EUiC zZ+6Sa!|(U|a6?%cB2X|AbYuCxCY_E3V-;2D@>D8a=?BgA;(ah1STT%@D04nKO5HwWR_q%?9X+`w z5f1shh_cS&P6^5KY8NN?==7u;u(c zZmcPT7wxLdtE}OIObF=VTV5aWN~9_)sv4`SCeNSIF>&Jfu}#&XXu6@ksD5S}M2vn|Mt@a=P{0kuT2kRK5OpK4c|*v!m_;eK54bUr2Fjc+r;Ugi z{YCl$ltvW*K+Xg(dj>J9oy#7LdcwB+k2WSPtf)jzhc$UTp@0C(>Q#BZrgCmw7|c zXc%x}T)1a2Ts1Mpn**3IEEgP2k#1qPWC;+8iY_2CmH5R6wOf+pB|eepy^nux_Bk@93Yyr#M)Ri3P@tcW0l zL&7jZhH@A(J_(2^84(f{gOz6FNF3ch2iywqf`7O>0IL&6+-;CfPV~ z^5n@~-7~8~euTRqLX}c;NvY2t3V@*^QelizmoJt|ME$fRPaql%g<2*gg8<3TY=oTP z^@k!MFQ(!xMPPO(rnJW3mdKG#3K_^rrgBvRz?lL>tpdt7|I;f~%i!LRkw2e=gNVtL z%G~Zi*yr*4{qUK1A_6LjDPg}NvGPQsJRVC#qsfY7sxn=bPL?NPcRq_F+doa=0|o2(!2fPR8_ez+1Xwh2BuzCT9|(z7>!5#Aj#g6;tg-iTmNfMg@b&V39}| zyA}isM~n}JBM8!oWKxJFE31={SVcO8Ni$85T6vJgXlRHT9}&Zk0M^Wchr`3V81cED zaC%&4-|F38?cB6{^`6t0jvm~xWo=J$Wku`k#miSO@0(N)BlI9J1&A1S%^L`XD}AM5 z87dP`Fd7YFKmEa2RZD9{+1Qb;#yDaxvZl}N3!(&$Ct?9FW>-{H=1I?)Q(5M5nMPI- z(wstUF_02sg%A#HM%Mp#b|EDTSQQrAEX{*1Oq-)^h{L#<5JQn#JO-*+nF4BwRCRRUPmpRi&{LnIvW`mpK90})tY0`Udu9|6Ii?wC^L zEi0wKsQQT%suZ$rAy6KsdMm~+h@N#a{SVnZ!X+_c>UXBhqo^3nm&H~;tlII9yv779K)^U z>|o_3VULNwK612T&r#$2So#)O^D;o3NTG+Yi7D@V4hNTpJhRaMnBRh8+Q`r0IrV(Rn39pu%eM648! zsvOHd;8XA^jF3oI#>*pNf6yODG|uSz;>x8nCr^EQ`Rb*s_aEIjck1g6^QN~?m@~9> z^VV~F=QqKtQWc3<6o_F5qlxNhc}>KZ4hK;Z#3KP;kU<03rzdm`H~LGaZ0ny;UmXtz z7$JP%bm?>|2&9D=%rk}f;R9mG=u$pP+@N4&DiQ%tFbn_#p;)4_x++~;Q&U@4S5sY6U0qj~js-(7 z0Z25SfRB8R#3Kh2o8!!@DnCJbLERr5g_)-o5kW z>GhLmzggee(Kc;l#l|fMj<1P?d7${E>>9tvF(hOKR{K%)o`)5XKZsq8S5}67iPG521d+h>5cd=5 zx~Aq9kfny^mgc5zt3yR10q(&5Q5;1MDGtJo7*N$ZEvUu1Ow4n zZP&{EH%_0udg5uSJDf_%FCnJ(`04b8)@lYxoLhwS>3?GnUlw+q7ftmwR8Gh48$kIu|yB(W;l_ks2kfcy{mK5*yh%8*RI~Ye&^B4*AFkB zJ9%j3lqmyiHts!e{NlQq;~T3hfLLuZ5{<@^RSm7<>RZy4_33mR8w5g_K-R9TjCxYj zmaQ3Xk0)jgbxxbsno7n{etCT1L{)8FZFM5*^ZB5;1k2;$XjQ`RVnO0oDZsK)c7@8^ zZnK;2wPG2YCI$KSA^~P0hA(i*JPR^8Defj!x_jo#oYdYisiR|jeFZaFFoFyYuM5WNnko>9Ma&or6OjN3xi%pfsRU^lSTwVx zCLT@Hv@SYy{^GfN-(9|U|JKv*e|-1-%llU^p5L=>c=5=lefz&T^Y!qQiLKRDH4Tlm zsaUjTY->}?g!YcQ+VPE5$)FFfOr&e;s;ko#kzh;zj^Uox@{aXGT{Ai-)K*2x;FF>9 z$}|Ezp`3~3^xrRfn=^_UJ19>R2=j9d@X512& zm_coJaSRD$MXa!3q$E7iNC18oNmeFf<$+*nFj^A!VTxgJ*_yhRj_EUJc6H8}(be5O ztFyg65sM(mfL?%M1tYZ+CRF(SKnw{0yBw=cMiH3<;cz$@jKpi(=L`-np3zcYnW}4_ zz2)kiYd5amest%?-KVeLzIplT`Tg%s95}dr#im2YPF*~@e)*jC%If;o@vU{3NZb55 zZ7mZfkDuP&&@`nE5>N;+v1MFKV@*XYIb+lMC2f(0uC@IOX3uJCNTUnkL8(%mPE=Oa zv{XgiK17XZDi%&uN2G>(fF z?z#Bt(T&@WpFex@{N>A+uiyOe;lqntm+n5=zv}3nXAkdR-aFhewz{@;QrEoB35_#4 z7fv15J+iuccGvVN6KWy>Y+q~VtVxXxjZH0G>kbaJwX{x{+t=IIzp%3&lASP=|tYhASrF%9F^ekL5v|`of z!)ISRzuHK1lEluMlc1)Q(rE@{| z+`c87_HXFvnb$qFIfYOeYn;AtUR(3nv8_$LM~^RTnlQ1gdv5>WivB4ngsDJzU298I zYg@;-+C)5=2nBqxbR07bL2V2mr^Q=ZBapBQiq!gbQtq_n<=d(JJDvGCAX_C)dwza_ z-Ikxnigq z^$!m$S}=d^%*k~X6;&1GG5B#gsKcb;1Kr_Z$OHUfWFdFVADz>Zl0X2dHjcxMFa4 z>)NGDhF5Rid+6x7E4S|7xq0u=(`PWT=PzG8fA;dto0s=rpI@=#+V!hvzTUrT`nZYB z6FMffwN2?+-nV4ghAn4Lt?BPuFuScPil~ulpTB5!d&i{q_6aL4eL1&f{KWRz^M{63 z^p1@bmxjx$TgHu_IC*+kdv$pdMO?riEe{3CYml@3k#Hzl-B29>SPs+dB5aQQoLm^0 z!{I8m=h~oTz&&lYLVJF0E(w|%=?q{1%XD&a0@6hp-7kO`9jmPh(?6l(Vd;o%k$9q_ zs=jI5q|Uhu`UZvu7xyllKWj=`LrracRU+b#gHNU>4eZ}N6-9GdFdhvDYZ8bWk%6vw z&CI4)vT^GCHCxuK-@Jb1x_w`Nb@1f5i`T!q^Wf3rr_Z0i0Al#};??)>eth@cu|p@n zJ@@U&-D`T=+9prvn9!Kj!Oq&S+a0fIX`9@+U`hX+iRsGPifGsyjKw4IWO+E~55;5AL`Q9y z$qJK`zpN#V)rWNih&APuHbTe)zmm zx5}kZ00l>NO-)^W+q5|ZYtbwl%}wp7NV(a5;& z*}aH~Gdug%9{#$wX-enp&Ylgsb}b$s_m=t6&27`Vmu}j+e%^$d`ubEP8je8GtEh}% zDUn2ZdAhU49|*b%r3*uCaTfBh7vwo|ZKdu~XFh(J!(l66#RTwVVTFYtnpWoz@ehc3 z$~*y-a_QD`A2?J16e~ov2d_z2SJ%`xO`18cck$rR(8$n0Ur*PRwzl?3W0Rq10<~uS z*rB7_#??jxkt9M}FcnWFDpRSZR7=;)wzj$Rww}9s>FDmSzBzH~{Kd=Huiw3S=kA@S zk6t5$J%9H6#gkX>e*EFh+xL%d+_-i9){SottncgT8SI`hXJqZ_4ST*ix_j^OyFdSM z`OwC}nd6~k$7||m&h1*Zv8QL&?4dnJHqB_BGPk>H@z!HIJ1c{3ccghzXHWm8FZQgN zHNL48jJGNQM=r0aP2g`Vl}OgKSHV$T3}7CxY#;^}26XZ$x0bk^_K!U}JLP;td@JB7Fjp{2`51{d|ro-w6k zT334om|C&LVEDx2JC{xzJaysforiaC z-oAF{`ggbQzIgiP^{W@po;-W;?EClce|Y)ohX*%qKD>MV@|go0`ubOI@9SE#eaF@V zC%-v(@a)AWzdt^|bMumpx~i(mxw zaypO%nF|3Ic$orzZY}`Rk(0-A0*IBUM@4zfgL*X*iNZA%^gWmW3UC;5GF{U!wtf1n zo`sA0mktdtUpBB{PS?yCGpDtdM^e?z?UQHpEZ;gQQ4#beQn6I9Dio|Ni|u zSI>UAZpDU`^ZPa&JaqEJv2&*ne|hEZvo{xZ?A_V7u3A3av+ApF zH_RC~b^3x?i`MU0JuMxJg(6M!hF5IavGdUG#jRaEvm0ivY4OFvsqqbohPLWx0<~&w zO>HU!4Xv~^nv93MXgh;jAly@W4}EfQ*i) z4~;GuP;1QZ3x@F{LIJU=wsBm0XZQStef>)Zmktm2_s;K`JAL}J3F$<2!_+A=`qwX> z)m-NbW6tSB{rJlA1US*yj-J7Rk@Z{Fe|_W5^-C8oUcP?&{)2mW@7#az=*jaJ&mKR1 z`s^8;^7+%3K{Zf4< zoAe7C3`vM(Xo<%kjsh@PSjey58d4`hc?_ycO=D}@)LC;EELyU3cxZTJc*(*A^XGTZ zm^`+svbk+W&!VL}N7^c)h!fRy=~TM8Jd~=NFtMv|)!OyDzSy_x^sVnMU%r0x>h)5Uc7qs{PD{d_=AIipNPGE`S9MOM_0eux_#f~zW$xZ4(>a7_3DLhzPa?^ z{p)jI?OnT|dv?e8hU)f>yVtJTap23ntG67vw|{=ismAerTXw8p z|JBjK8ABVkuU)o&T~A9oS=%wKy`{dfrn0&^Ryk#0R%4jG{7`K}%;R=}>)UMr#GwzC z-xgIx3F%-SHK%aJ5euWWC&{#=xX1}57$5}#!B8;5N)h=a2of8NLMEuFZ5}^qM(14k zpip1wfP2Uy?#@Wb1met!S%&8t_hzyJB|)4R8> zpZRLzrd^u`R(*M5{}<=3Upjf@^tIcs-&{MqZDeGqZ&E`=Q{RSd8@C=jer(&iy;rYq zY9BXa!GeXoi-#sB6E(@kjyYQotlzwA@8)I8*6-N4apjiP?X~H~t_3qDPaa#{*wk2G zJ#q2s87WjwUi3H1!(L}mnX6cBxI#+}lR`mzg9s!ULnx{?Dvt(z>`#_Z`6w>)0VTi` z3J0Q5G~WUtKYoVd6;Vgx>ksaJclZ9?tG6CKc?86sJbv`}IT9rU*xMgJ z{Pve$kt*Nd#Pg?5AKyBEZ0F{kJJ#(!clGk+n^(>r|K{S&2ag}#I<<4dnr%bls#|9+ z+qZw$?!y<(?%93x_R;=voeLJt?d=HYs`|0xJ7&)68QHw`#QEbF?%%s~;pW}jLhQQ-j~_jJ z`0(-LC(mBJdGqSc+aKTl@Z*P{e}0d@uU|a7ckkJcKR&*E>ga((M-Cpn@#HChx^d;g zwL5QL-M)Et@AmDR=0KvIx%}iehxQ-+_Wa>f7q9M^Idx!J|J>dMeUn=!PHL>|-nMt| z)*U;y?)_@#?#p{uZa%Q1x1nyr?17Qx%X`McOJ>aK8(h42VijcNP&5>ecs=go!eS{F zb|FI>6I=kvSy+&ln^%DI02H_67o^IgVF*}d?vf%nraKrST+mR%v9K>tUXi2{8%;ni zuc~WlMXH>;Xz9=(j-lb9f&Tu1C5so#oi(R_`EdWr9V63g(uru(#M)Rz^Ta8ORtzp# zyKUp1lV?ueczXNv<(qer9q-(}_1&$zk6=bmo<4_l{qVzw-+uk^?N9IDy?yr%de5_` z4nHYX`(pWoISaa{t-Emg=+~#u zpFVx%%Bi)J=B{2fw77TP{8>}Frc4|=cP9tpw0uU18aip5@6Q*>}TQo2@xO8ZUkPRsKsayQ*hORYhg}qzTDL)%fXsLmM`)+qnDC7pE^?d+^};r7N(lhj(w^dT{IdcaL7e z_nyCa@$${P_dosi%e!~K{`%7oZ{Pj!^4aqjubzMZKQMh$}!BQF#crIKiDSHuFoGMHEy`pU5&T8>DWUVpqI z6$>-)hZy*)TgJDJoiev~$x=F{j-iodD~1P`uG+Y9&C0>y;YCyGDyy5OOsa@fj9oCY zckhn9`@cMT{LHm`_wU`gar5qj`}e>qez5v7CrL@uhD$Bi97eSY7-@bJ(O_!#UA zDPY;MWh>Wj24X`?`xi`WscRV9HZB#bow{`W*GCS0eeCpw3*X*Aa=d>FG3*|E^5)IU zH}Btj@C2&Z)90^#c=scZ55N8K$A_POdjHc~Ao%Ww?_WKA^az~xxBvdnUw{7nFMs^; z*WZ8n?YAFaJ-v7H!m*9>7w=rRWY?7&$4{I*fAiAWWBXUk96Ydo$?}zhLnDJjgL4M9 zA3gll*GG;YKl|;4^JkAAIsE1JwFBM#tG687zhT3UEgLs%T(@S!ig^t!7n^#RGtD)qmtEx!XH&&PX%3NjAEl`R3JszLW7fMxCggstJ zuz^q{ny6|VJHCBZZ~xMfkzpb>Gz{p5M^>)hux! z+m)0c04{`)`v`q#hy^B;d@9)0`nr`Mx2{{gcEz$)!;3e5g9vx>ZMFT==2$UbljVxcWn#6nC`c)%C z14|an?t&=V+*m(#Wbg57S56;0divbA;02E!-n|aQ?t{1jwX2tJKYH@~{)2~4p1+2X z{q)mMAAbJj=U;#MFxVJe);g>{o6OM-o5|j_dovl%isU;zy9+de|!Jp$-7_v z_8xND$;})0f3tPj-qTkuT{wU9;gv%NcdhE*v~$h&Lz^~iT(M@``qf`tI(z)+nNz3E zU%7PpT>T}Kb^-o0nf7khT^*s*udiq6UH?Jae+)nV8eyz&!bcG#KG z!GIY#E8F6E`9zFK0hBFWm99+20%dL&SU*5>yU{lQOulfkvLfayWpg|fjVEgAo5xK; z6+QrOB)1qI86F;9wrcI#4O@5Z-MMkq@|CMr3@qsB?HV_6V(YAp$Ijopaq0A_%Qr4w zx(T4}-nerg_0RnW4{kkth|h=5Q5wB`^TWHJe*Wc`Uw;1i!~0);{{27x^5MfDfBWON z-~agSmtX(!_kaGcfBfyA|NZ~|@Bj1v{rB&0UjO#@|K~qm-@E+vrk%%5ZCQQz($#C< zetZ4;nFC*JnLqNy&MmtSZ`{0n{f-zdO9oTnh z@2&&;cI-L0Z~N9=J60~}p58uj!o-G%54B*K3oBQ$L~Ji)4Q>@iq#JO_`~o&AS#1^( zv5HhhIu$PSu&G{D0=NJefsdt9v4Fdz%nhfEmZ$2P#yOd=`&|eS+wWdi#KjuJ9pyJcQ>xxynXxL{X6#`KY4hM z5sh|s@8Q!QaJ>8R{fFQG@|Qn;`}OA!`1tL^k01W{>#rYv``dr~^)LVY>)-$R*Wdr+ zpa1;N|N1}w`)}`m{`>#+U;p*T!;|}W9yoq{%ZB4uZo*ctoICN=mpgmc9o%;4+>x!j z_V51U>w`zmd<&dToxX7TI-a5YZe7g?)x5=G3bLJegEM}IOnVFeEvLp*E%NAN@Su6`I$ucuD`}p9@+~d7l(Nd2Nc}G)s2r(cagHEM083g2U@E9OjNVw3kXaboK3*SVF65=l!CpkO6u)LEp{Y)a3KS?d3T{iZ@qxPfri`54ZP^w-4_g?q5Fr z_~XmN^ZO4UfBLv?G%q^r^HQnFwRX6%;xikkr)BkhDz(W!uhdRXOifNKKnHbMjdq94 z;aY;Po}d|^NWhg zY8u*l1_yh)x_but`}+s@qG5?trckNne2G{(riFKr-`O`P7+VMg{J~B4w8a}-@~y0I zZ?6Y8cegjzp&&QTuGamVJ4eTmQQtj2zyJ98(|aJ;&Fvku$%_kU1-Cbs7gv{;clQsU ze|moT@#jB$dH?iu|9JoM=(p^i9&Fg965I0X#o_j{X;wcj>=vkI7I){yz_89vO`D)0 zcr3Fnw|{L7%-WpBAQdX67vyrp>gdMw2CY)19T^@U=*q8C$Wx*LF+`BUkn{EplHCJj z2+u-}_1mApzW`ZiI|7yZ9q1f~3SNs$#GoP(q(R4`qp<`M73N7aE;bwjMHFC1AW;&t z@(YS9Y8qQR`}(>&d-{6^`Tc!^LecQBL_V%lD-&W|5HzPx|=@a5^t`Sr((K=9z|V$md3Ebs3h?FB5e6XT-;T>`bmKBd+ftrn+E zyI`|>U2`T^(C_m)ZRVNjDcOh`I;v7XJ3D2V(CgHCy<%9V6xLU_byu=+VE6$su>5bs z!{2`Y-7D}D$e8pk(iXu@AOJc+#lETaZ$e#u3pD!~m|K|DiX)EC%6NtJ(S|w*5>;9=JpQk+79+Mf@?eHH}|(7V}Q~9 z1N6qHEASY1h|NIo`2beqhabU+z5np?^7Q`Wm!H4Ce0e?r+;{gbHuSxQor{CxZS$B4 z1XL&x=@zCnlk+CCX?AMHz2x><4HhuFHoMij=&|TV^iy-wGgEUW<4kB4&tPa^&c7Bb%t}&&MyIb1_C)YRE7w4BSfZttRK0Mq$ z-@&;D%$}hQJl)?uJ^l2<%jX|IzW@B;@!k7RKfb?tzCArT*gwD7^XsI>wUd(#@9d~z zOr}x|OJ~iK6BgS7Xu`C0X~|(XO`8214wKWnoU9j&6&6Y^S|7)y}5H^&>A|GGR>+jMMxJ($vVaC78{i8Bg5hDQQlrzVr{;_n`}~Z> z4%X4*UtL~VUkB;+`XH`YUPglIjg76H-JR`CxY;?ny1N8*zkPasynVbr2WGw8!j$v? zP4e*p8Om>;?jLU6{o?b(%a`}}50B5EUvBR%FYYdmuivlR)hg%a>E5EntP;ycN0kzl z-7+z4wJul|&9heTvfDaqu=tPtc9(C-W!Gz_Ojet9W_EUVZW<7qH0V`e`^CdjaYF`| zfcf8uMMc5A?-7&ntF1^V-T8_aavMti;eJ|T9EVOJprS&HkuaFW@l-06hK&TkVj(#K zuK{rnGchfPvG<)pPwJ^-n~5Bg1i6la2G=C5v&>9d473(xHx})|M>jj z`R4ZK_WjHK_36pw_0`QqV9_wQa&WX_w!5`_nRY}0W^7htw3-%dix!h(b=74v8=d~0 zW#4kZV>fB1z-~BfGbZEw{H#GgF$t2UQmMx!L;ZDG931wmjD1B6v7~Q6y}o<>>Ki0+ zMPwh4gU|oRd6k+F$7L}fTnmSF5}17~kw_xbm{^#~V`G4EV9!u!B0D)FuehwDqP86Z zi{Ac$L4JQwzj#A z;Dwx>y@TV6+ozY0pFV&O1J!>9rFwZnAiIBheh-fJ@d@n4`@6%_=MRrhkGD{_&(C)! zM`vf}SJ&I#C7XBacz4<6UK|ySftITb<|)m*+2mYuTAfQ90f)!ua4z|vSqD9~dHsUN z>2)|PR+DjI9^jhLK|yE@dTD=0ZGJof2c!sx@&X-;gq{g^V5js7QtEHPOF#?w&7XaZ z7QY3oz5@0tC7#D+v#6Meu&_u(vto&4DvilN)C(0E0p=nG>Xgh&%giq+D=({Q@9OO8 z;}7wnEcrtMK3^!6D#lf6-Sq6N$+BQ|IbAlF&*cHI)>oI;Hdccx>#IKh+UEN9-oZYo z*xugG?*764(b?7gyZ7&&-+y^|e0l%){?p^#?alSg!}~8keE#%u2Oz=6-ObHCLb`{m z^M}Xt&7*hsCr2lH9byL=P{q&r9b=U9o`n(?R=9<~!4+erj zaqFz!_b@UAIhlG4!7=R`bNtHlytzHY#Z?f1Ojzy2h?ePa!mIGk+ z5iwg^@h=58H+S}SclY;!XM0CS`-hMvf@Iy@Tt7TKzW@B`-QDBeJs|uesMZt&$$O(LSy9dnTtW;P3-Juh-{> zL3YKn7+CVGY%g0EOfxnY^h~?cYBA2wPZ?&Wb>k|HMy(zZwN(_RlB19*37NsadlQD3 z3&e1RsDx<$_piZ*eS_?HzX|P^OKXUCEwQW&gSyc^0HkeR#`ps(<^q(q}{o+9Pll%pd3I&ZWn6&Qv*-fMY=GF@>?A~XTBTaA9apO5-BtNXgox5n8~96GB`>en@A*5nG6aMkBfzJjERnl0Gk3s04*-3 zu&e@Z~tf`xW2cuzT#i@x}9_SS+{G(xH7LcExQ6Mey`WLV0C)^UaNgM z7+4M3XBQl9hus6!X|dVN^K%Gdno-T9eoQ_t?JUdS;30PakZuqI?UR>RSXy3DUEkae zi17vdL4iOh5)BQB05bWAQl*`koSB=SUob5|eR#ZH?~*SNTv=UN0j>pu%dpkm4CNMZ zyK{Jad~$YseRXwxeRX+xeg6pM2{n3ubN6t4d~ea9-o{X9Ukt( zenYV zJvo66x`o0KA~<*)0Y_tyFc>rn9g9V5E%bvZ6b4UA%q}ReuBokWY;Ei8MI;RRq)3E} zl~OsZ1=U)eVP@WFG%i@I_C>eX>sj*o0V+TYA=~oG`Z@yH);827aOLpu=;9nY-_7mq z#ntT{f*#QA>iX*9?CRv;;26#xvN<_9Jv}=FVjUgsZ}05x?}A6!-CSLRSQ07rWj`?4 zWm$BL&H00f!z6TewN%{Kn8zaF zV;~OXy*w@{NyNmMG4OpJ}9Mv{ma$PsZ+kWn!)Xe>H1 zJR%I)f)d#o1;u5RRkcm6%`NRch!I23k_<~^VwfwHfS5)<1+Lm?w8D#ax`1N-04N#I zEQoLn5Cd*(ZEo*^^n<-PJcMQL>Dk5Q)%hh<=k@jVB_McydV0PK00FN~E-o*?;vb!! z9_$?)9l~gZcoUf9x3<>Swl`PTS2s6S0?UCVx65l9vq9Z^TwagE;qm(Yey`o;@q65E zw=duY!n>RvkJI6@8|S7bCUi4%6I#7WChBR*V-WC2;QSV;#$O|bgoa*W+vG3qL5WMDk>bRGBPp-M@=XwD=R4}t!ip-Y3%^S zK=(n%q!Ni#4DMO3RB5z&!}QFYalvdhn@l#h9}t6skZc7OBC8u4>wwtC79h5@wX=VC zbar-n0@ZnXaS?(H1nunP7`_8PI|d;;y}rFY--j-NXxGvH-T@E{Dd~-MWNcUuuCK0d ztgQrmfRoRt^(-&L{=n;YEX&d zF+z9u!J7>{3oNg$udi)vLqTmJMFkhUxxIgMa(r@vAa-_fetvOvbqP1;2m8lIy8z7r z{N(KL?E2ymri0zx!;_<(&F$do#?JoEns0S)e|sw!*xW?)Y{lpE1eQ$(uMc84pJx%; zB5=&NvDp-(9MNBqTiiSdakDe+7y9)m;25ZQDh9svxE#e#u-3(xRH#wRClY@{2-94NIg_2>>=M8&zq6WPsS*{2U-QHDg``UGXmme7-3vfmAA;Po&0e2W%`-{}H&`C+hJ@} zMh`sG=_hpJx{`Dnk_(0*nvZbnE5QJ^@4sRN`526qK(4RV`juqA@l9f4a#~swV-#=1?vJpY$fPhg2G!yByt&Air?+=`F#M=5;R9Q(sF$89yu4R z@Cdit3kEHOnAf$qxQHO8RcR-tCiPmaeq7pCkxnCFV*#;{tpJK4`V~S9nJW=D1|}BK zGXypSGK6K{yoygqN=;4Tv6v)0ohhHS~hVDF2<(|L)h*~Qh3Ev>B` z9i2UcLh=5>3P0J7k+6FdeKD2Tp$5fFnG;Bwg=cI(27UJaEnsf8Ci zE^8}{r%~|e=x{{B5ST*xg&-E%^&*7(?)4jF;fAC?UlBv9lE;fnNJ@(5CNRh(Fs>L( zEE-S5V=)+zF~p{Xg+-xZa7xI^FRyKE2Hgk520+JvWFnDBB9lpgVrtd6Mx!%K&n=it zW~<%d@+=|OfY8A2^9NTD|G(@98w)|>#`Zpf7-WOU=Y4QmNGm+PIN93@3H#p8_R-n- z<@wdc!S>$a;r-*y(bmc;xRMR1$>reD!PYAD$yJElR^SAI#4sFrflq#bYsu?|VZd#% z0;d47MY}bG7&7kKtX31!EGMVIlBv`xSxXj&NyB1dBEal_|8I09h0oOJF8t<&{=}?ss)`cJ}o1 zg+gGMNGKeZN-AcL~p{S{(+ zfEJAC;I($P*4LnRw_*A`*gd*EK7t?a9Ufm@pF$|P44M^cyI@k*gUhQSN4B;ST-$`_ z1TPEp0<=8vSAl1sY#>`9z|2M`RHet|fEAR@Vm8i98YZU~((@cnBxhr@|aNljw%cq}S58im6VsZ;_wCNe5A zl$gDF8xa$WXTt8Sw4$b=y{7|qmHmT=;TOVz1^|dDp(b@;`sWwS7K_d9Ty%lFc-&r4 zvfwJ>E&^~xE~p~3u$|Ez=1f%7;3vEREs2E0J}_t!U8 zk#KTzZ4CfjU0YucnU(d;Re%tn+k}93HMs0w@*r?QExKLqr6tG$z`eQ`Z6+glF}K$R zFUe`Q{tB^4y?Sg^IwC0IvS=jecTr(5RRT022}6Vk`Gky^UnM^T)@%3x{E**Z^Wx(Y zQqxj+X~`@yIvS0`lj$^AUq*!x1H8k+qhg7iLLoT7qXnb_weU(m_zNUm=Fj8*aRAmkV}D zkfzujZkNO9wA-wfh1n@MlLn1aCL0+lWHM+p0uGIe1cXBBA42Rc6zSIkAck0l5bakV zfFLVADKRl6H6^1UgMmlI;IRY>gN8>%#Y97n4LKXESR&CBUJ@vOc_l30TH88-V*u8W z0B(ekUW|+aVtNhi9~KbAtcdP=+%TK?0s&w|5N<%wU>oN5`-2-W5h9Rn?|j`Y?d`uvy#OJv!P2bG8MM$L99t`ex`sfbq`e*8aiH_U_3JELspW zk%tE15BQcq#M~Y?Vq_gIFYwCguv%>v%YxatXm?mGW{cH4KQoO$rd2@88Y+$FP)Q^L z9vc&m5bLY_|4PQ-e#p`y_mFRV7g~siA`J#FF)=YUBQrgXM?e#ZI4qtLN5nt~5*dyJ zZDHTNiG*IsiA%~YE~{y11_RsO-6s$V_(Ni`pr4O;3vm1zAlU>!X0aO0cBd1vD#QW> z;LTrw>Cfj20BFb<096Skwe>Z|*w_FNK)CjRNibXo0)eIFUFf2_`}=Tvbar~My@h}Z z+(PsX_;`2-^A+4ck3EDAvAGVNcO99;0zME-n3w=DFkxhc83|v_2kryL8A}~hnjLT(&8925+(-Ozr963`zrWf>Gjocz_til zDIkVqi6M*jioxW>r)8!k#ItE+A_0fN<4N?`h_{j9Kr!T(kN`ZE#Ns9Ag5_^$Y-#W8 zf?f#};}0U8QX-Wr##D$O(}v82*nvIz(Qc*s|P6r7NN zZ@~D3fCf{+N^tAsco+0-_u%*x&^kIf0b~yMceb{X+58yJ+2zG4Aa;HZBk1)pRP^39 z0Je(!0gy{X{*khDyMSsyaRAI}bJ)z#zm4-olgSc7Y!cqtsflrksIR7=Fh7OMfH4{n z1NjL#Sp=vMVj$WKnC!UZ)I=VSPN9&%S^&$4F=1g5znBvfv5>b|11JD4&@NE= z&2{hw02~6@<_4$_Vipj#Z2`wNHrBQd4i8Tumqy5Respwvat7xF8o}Yo>FMRg+41Sc z<@qHfXP1|!N0&#tdk1^lFpk5Mhj<)-alnhHf2db4LT|K~t#-S`WLlV;ot=Z_pxq3H zOsk)ooX{wwT@@vjW!X?!5cnX8LwKl1!u5WI4B;G7lOf;$F$6;d)HiQ9Y&JJ8j?3lJ z$P^+PLxMOFCdw$7kV42JzZf2krN<>?7F9O<8nOO9XqQ7n$VyxySE|&YVru=g5vHpwsmg>RwZ5^lcX)Pwa(Dpz zIz2l*K0Y})J~}^#kmKb1>gM+P;{4*`{PyDX{QBnX0On5caiK|IWpxF#EM#PtfLji` z-2oqV8(?L&I6%ORvokYOb0#Y&|Ma9`YD%wBDdg=Hm9>?5sd1E;NC*`X#KMrm1f-Bp zq0dO?1OR@u_JvRagzEe6SPFc^#zrBd!|PWdbI?)WL_}k#+=PsR ziu(HcmiD%e?!La>KFBYG0;DcS#sDz=gnnusF|XiV0k6RF3cTqnNYz1Xv9q(i`Sli2 za747gk!`L4qHC}=2{q64b?AGW00Yz?kn7|WSOvFm&MzU@IKRHXxqrC31=Oxik4|sy zu1*diaopR2rvvA)wz9mu5&-`KCKiGn0Luz5#bL9UEf%}Qv|yZ_o-xcoVJ^(Ul6P`S zryd^}Zmq7ZEzeI&ro~2q@`uBL0z^>zUy%KJ+(ZJ6?*Xd_B<6VaDuKu5u$c@d6eXRC z$B_xK*qGReD5OKY`WE61kp9SM5VC}{+_Jj5x~A6V)~?>(zWza>7%aa`CRM1AK53Yo zF`7YWzh;RL&8!2JLhcFae7oBr3$_W(5xf>+vbKR_&;sDszRKA;7_yzy^AkV|30_YD zvNHhd=Jx99`ughn_WthS;r`+2@&4@i@Z{?5<^st+c0dN<88+5emV;1~zOS1RM8M2I zu0<$Iiy8Km#(Ch_#PmEINMW^lgI+Tx<+n66*OujHB-1gd=0TpwC-}d?a$R6aYVr@c19de@EfEZ#Tw!s_hg-pX1 zvLy#|0my-|+FS$0Kf5@;yu5&NJO;cjt^llCSXy4g?d=ULPHygBK7P152OYb*gz7!m zg+Br#=f>8?N-&6wV*%eH2p8bBU^FgR9ahLTjiz}>Q$mQ%&CbqF8>aMtm|8yA+uYJ# zS6YynNP{pi67dEA8DIr~{R**=Mf)D17b0aa7epe^zI~erGi6*H2ULtorIHCaG#U-z zVpPOeh!K#Hq#u?^DLKUzU@zKRTUt9o$zV(pK?*Ac#DHOj$*Fm>#o_V6Tog*ez>6Z1 z4)fyS;odf~)ZN)!3-~vYRmZ{J&h|Fg{Oz5c-2=c8?(IU4+&ex&wEg<>$QUJbNJK0ai;0bnK-RX;78L#fLKp?n=E4F1Ha9mjGc^f_f#A;o#gI0s z)u}Z~er;n%XH7|II){Rbg(8BX5LgDVA&|id0T*Hyf*x|-ghhdI3kwee%gC(O1B}2kArN3oJE0CA+Y+qPn)Jv8k=Qe_*hmFP6$jM&#ovB<7i&GeczI z1YhCz`-9NDWF!tK=5v|&OI)_OXWsRPL%>d|V{8pS|EQ)^2_QE3*JO2EXR z(8z8!5-b8@H2%-hM1mk>K?l7wA}T5Z`F>n{9FNOkQfX8Q1rUQl3wRbC_H|JJh#@v4 zJPJ$UBxDwrl~>l()i<^E4Dk8=f?*l#b`>g>S~q31I?Pritc5*S2KA`A);L(Z=e3r7^|YugM9F)tz# z`60r+gm{oKE{o1!(CJhPnM@)OiP)%66^D}T*9gYZI0`Q*r?j%7vbwIJxxKruzn?FZ z$Y4{cMAGW%Ipe~D8A6LiPY5wY%0hYm-u}T}$bTXV1%CbU-Q&Z<{p}@qc4&w&?;Ile z_2~sj{3Vp*#nsK-{q61T)%nHk?e!Hf^Wft4p28Xmqr&P!U-RKr4xGl1;q=;#D&=jGM?lSu^VRYG>B-jK;qun{%G&9Nm*YjJ z!|4qK05fpRdk-k{T}RpaBjDWIFd03X^3wOlS0^!M~Ol;x&prlr9` ziAcc3!a-v&sOXTA0WL@dB1DUdhycG978w~0!xWr|hy*|k7{=!C;y6?yfk?*V@PHVy zjr!HX>2+8{41tlJSx`|`R#pidYwPUl?iK)IGWn=-R6Q|;aDH|kNM>_--4Gx911sPw z_Ms4WH}-aR_V)IV&Q1`w08BvuL43pICD?@Xll{ZJ{gd;vi)-Wu_wX}-^#0-Q{P61Y zFW%jrtnYk&IbRQK9v&YZUq9SmUtB{`U!0sAY(h%u+qt{j_j#PorIpnnGJd<9b}JGb zBH}-()9OLuC$#GEu~EgiPOF0hb*eLrOGo5F!JweEvLHP*F^Nv1Kw)74FB~3+Mt0-? zRCqX2fe~;&Dk2gUgSe0AsEANQjYvsKOiJXjncR3tiwJlkjff{;qo9fYYM6&L)SK`a zA~Q8Dx3sLJw6d(SwyCwFvx_g10%8i~xEfy5xYnRE%pnfjZCeEA?e(v$u0lKwDg`|N z-0R^vfOc_pdw>7o{mawi!_)Kq^~wIh$=L~XzKg5Nn}_%B-#tCQJl$MhU*A4GovxpL z{;l_q7i;SuF4sN2js2r__tx(2mUrjq=5%Xw^WYgt!UJ17tFV!Dx|dg1-HWhq1Jepq z$D(x}icqiDYsOR)T9s0%kSoU3FqvopGQ*TgHmVSdhQwX9B^k+aaTFqzN+RN8(O3cz zk473m2p1&I0IdfAqtNK+C=?(DFh)j%g{LLQad-&{&;YnB8ks=A5r_l~;^$y2c>NoH z2MM{~M4(9Qgp}N}@}h#G;Ot3hZnb}f&1Tif465p{P1qeG`+gD=3GBpvUr>jw0SHGX8WRf`*hjvTi-n2Tl9IB zf_}dbgv@DonVmL^(>y&lGi}fzD?t@#txTqnjR9tA@cR=6-Pov7ArXnY>Pqu6*jzde z21GIeAB!STDL8aAqWvKANC8HpW8fBr$Hk)1QLqb+47E}qW?XzyQhXe6j7B67h$IpL z4aFPr=GAwve&g?aiy#&rLtsF!EGo{=D=020udZwC=_<<`a1`Ih(ma&6Bgn%?&;uNx<{nIw}T(MZ?A$#!o;EewvYLcA~pt*tEd=MG&nR=Y%D4^CI*cGjl)8W28aO# zGtyHN6B6Qiaf!+COqj+QR1zKy#T)bX)vND9vE%nh3QOT8X66^u#Zb?$oaw z?W!oNt<2BQ&MvB`sH|%o6t*`HPv~XJvFTZ_bJ}ROyS=7ywb|{M(m?51rVV;znLD8y zSB=YthleEcv2l=(am|Dt5R}WMV=9%nu`q>ALy_4m0u_rvQxdqaT0$XQLdBwEW1>Tl z#h?(xu*khggm~c)SSQ4RiRH${aT!!9ok1qxP!SQ)F=4NuO}_p$Vq{)&R$g9KdRj(y zUO{P1OP641NFgf<4ebFxcJO)6w49(OO$mTU}n$*3~^E9iJHK zYVMNH%*-2Soq_e;!{hU->-(p7&(BY{XGg~uR~J|J_fL<{pMQM+@b1e`KS5=_yFJ+6 z-*Bk48=t=%AFOy5^xBEGk-Z~HW?DLv%cI35B&VgOXJ_SAm6n%O7G;)Jwe}B7bd#eZ ziBK}-FwdDx<6}A%_-cR)Py^VsI;}z`5eh`o5yj}J5)gv`Rw^GEmC3}tt(7SxGKEQ{ z5J}i*c1>Lx6NipL0E>!>LE~^}7zQB62OYyCQc;mG6GTNtq^GCEBZ$SvahP-(oz5gd z$wq`jFa7@8-~8s=--KPj_u(;kT6{`oRz_-4d_r=1ZdoJPi{61j{?O21Ur$#@TT^XS zZ9_wCMOj5vWodbJMMYgxYgc=>MBLF**RGzMnb4XSeQP_%FgD&kJlulmx;}v!^Xlg5 z`SIcT^OvXF=g+_R#ix%ye7N28uJ7&or>2)byTH8}w-B{byE0Of~wKaAO3S<+TM%~2dutGfv@ql3h(lCvFVq75;@&zJ^ zOfHj+skN}Jl*&fN6eBWWZ+$L{Mo;09a1e9x>KoFzI1DN#HWmeb0*l9Dhzzg}I1Cm~ zNT$a|BPTW{H8m*?_{E9mv0+N0(!i7vpkc&Bg};6EGlXNW05KGi!Ank0OHSaiS#hZa zwe6j4ZC$;+y?wns-R(_vRmGV}xrHT#S!r1Xh1msFl_kX`4K0<$4XsUWHRTfXtU_wE zx%?Z4=jSIEH`ixpx8TQM8iEw(=K1B*4=-oOcOQTG%a8AW_;|DH@db~sOuY+-m$wIA zr%JD02pV$J)8a76d3E)y_`J5-^o$H1CoUl&Go!ezthl1Ay{&U#u%oLB@~-Nh@#T$q z<;aL~Mn68L)@fB5m3~sKlnVz2_(JipSTv$ktH(y<@-dBaL@pJ!m!(oTS(!K-o13>p=Sh&_gpLZ=cj7(9v0rr^-fKv5V}N=j-ZeX zhJXM1^>?pcAqyzP!KS39CdYGF%%rr;!rG?h)|U3J?yjz`j@G)Wn%au|%*5o(wA`Ys z;-b8~;?jcb%=EmRv?Or5&DC8a=F#D4muYeB;QV+G2Bh&Fl89`0Z$zrA~U{P@GW z$9M03{^RfdbpHJF%j*@V&At}Y=}p@g*FN+7ym!?sZY@iK&Xk$Or6*?Q<)?Dv6Ig6+ zLUIQDsmv0Pv!>?e`sVt^?)HZEQgy(llqyC+@KpktLNTEk8`DjUiTnBng`l{?;gNCm z_^2FA5io9;-`A1LNz6$m;R!fqN_J%`oq*IJ7K_0WX}B0Hfkvg`h)|exWYdO@gitX$ zIVm|Mfz9T{@qqUX7KcZt5M!gFqGKbG^x`|DUA~P#kywdI$uJtQ*m0Q!MddY(ZFTjH zfLmuzOL1ORU2#EKVNx;(TzO@Eadvi2W(JgSc0opNac65wjbLzdS)-ynA@Qx&QFv51&4L{`}>azkGp-^W?-gG41g$PR=jx+`H6sOY4qtNmmXd zBO`&uq_fj`EEboS5YM7w0nDoV?1D=J#ro7>xZMKbBIL^i6?s`x@d zuMFIxW@;Ev2o>yR3d>b7&I>aU}b7bRuY9k!Z30xt5S$`912Gv<6zlM z#m1oV3_6(>hQ_imG#ZtNj*f(OnV686l)wQbxIi%`hX2n;S4?caP8SKYaS(%jcgy{_yeB4;R7J^}xQR zd-lX;G*2(R3yjWMSLTQKEqMj`MLEgw(4ZJt9D~bd(zyvKX<&?aaTz6`okc|z?d>&{ z4~PbZ5@g$@(#iP)Ltwh)&@x9yWT0g7krCOjNZgj6nwG#I z6LGAZqVyyN3l~df(eM~Nj)aQ^bIYS**)ix?8ifw_HZ~?QDk1?+9EZi?uvttdME*Pm zm4e6OFbHD6F=S^63rix*orwuNZd_toHgu}OlFEwm>c;w#oGdt*nVG2xB|W9_sW~O( zm3bN2xmj6x$tf9WDVeEh)$)O~zOhl&tW7oHSv@*FIzGJsrX9nad3kkxbNlhj#}7Yz z0nmQ&a{uXR+i$bF=Va3XyV*8jz1h-F1%2w?-o~Pej>h8j84MsA52*_l zoz6~7&&tWI>gZ~$D99@+FD)u4YwCy2IIbS2*lQijz!~XEH1o0HZLJ5Ju@>SEvGy`JGZz9o{tun z$mOLZv3d2yiD~H>=}Ga4sp+X1xdjRFNolE>6?Odn*1B<}L^G#Q*}S`l2m6rzK%BU< zcXW1nd;j?G;p69D{PgMbPd|QqeE#(AWPM(((aa#5>u^3D?H!eOgB|RfGJ0~L{E{T_z3>}plpPZSVos^W4TUIeN*552vj*U-@ zYD}*6-R-TNeaQK@kkkx%=DUX%sKy_@eEIo@A3opQzC0dZIERK{V6d4Dv&L!lj88ex zTUT1s*k78OmX^R}C$gEGxa2gT8=HipoToR2!!V{=0CY4Sk z;_zfLlbJ!nv8vN)kn51iI1D~2f)|GzF5pC?(g79*jYg-@sd#V~A&!L*ivq;h$Re1< z=B8(-r==w)rY11K_EBgoDwV~HPtGXKEzIJv*(@5H!=OQpGjnRv5;O8Lv)dQt^+Pu4 z*r-xxbggWzt!?fd>};&axQ8f})bD z#@g~`{&00^YiCncMO8zWU_{Ix7y!s5(h=ntJ_q0 zdK(^vqcY)u`=F;Z_g5y+A+u#c@e(Oi92QGr#wR7^SJY%D#giEf9$XBQhG(W#=VfQ+ z7iN}@ILAfeNy(s8Gv{8}T3K0#mD|?(?lEjjAj*Dv`SHgOpMLt`htHosf4Dyg?(g3p zt9mDb?zQnArOlw97!eFXL5Uhm%c=^qvNCxfTr4IxE+HkWsH(ocwj?{Zt{XDwuCC7J z`j(F7y7K(o(%Q=Wyppoqiqfk3hWfhN%JQ0)-o8PYO#~A0a0s$dIgH~#F_`Sznu-{l zBrYDVBRh^p!eGdB8Z(|vA`sZg3>=kA=Mp$^R5}??V#m=jQBgc-(mC0gX^AW%7DuA9 zpg@^4GK~-w_U7%I*9ga6zk#`u258a9K&qs|+EfxWV-lGR&q<=v*=#_bn%vsgRhkmd zp)!G_(1|IOtop{{?2@L&_Cc9)baYg!mhtD-J#K$sWqo^Rdvo*f>r*S_*Kfa-N0m*#xl5iw6noOaRp|t7o zX(f$ySqT}rg+)0jNd66n4w$jHIkhz<)xDyDUZDyS1T}On!_KOEd1ZZbdwXkh>)`0* z;{5F5?DFp6=KSLJ<>mdy4-Y3h=U_lKjFTG|Ta!IAYbKrAFr|@8N7a&nhKicT=JwW( z&bF48ruuI2sM;`Xw5{$Oot~fWELGVadp-YE(Wf5&^^HBVtj1O;!Sr2js$0*$g%vl$lG2B_~r*RB|kyfM)k6 z5pbDo008F9*r@QllFF*`;{2QxE(MPV%0NX?DReeDIy_{@zJL2VJSr>-kOIKau~-rr zvJo1Mkw~VoptV!Ti5ZoGF@9xE0*e)&z+uNjBZ%X&Sgbg9a&bjTRflv~AdrsfW+vq- znbd#cU)$IMz_wsHw|8`LadCTlbNBRkd-weE{^j}c?&9$L?CkWwt}&kNPY+r5O}bf| zV@{z9_VZD z0%TiZ5NK{{?tqD{xUi_QrFU?U&lij3HLlz^R#fB1t*$EXDR$g6STMni(m5V4T9TW;0ErUahjtm3S|K`ox zH?i2r7!nC$Gnlv_3#TU}ahUOW@Z4-Bm558tuV@|;HD)K$$!s2r$xDJxn!x37lCla4 z3d`%82P6`KK&&zuXZ52ROJI9#eRB(f`i}o>s!EGW>)LyI`v!zUnOZ*zv-yw&Hm*?Eg0{-s zL@u3(#}Vl;2eO&GWELqoF&4uhQ^{x?xiTXSI6}f>(HKm0R9JOgeRWx3ZcZ|b2o(%! z1@;hnCLtOSLrz3AiGo5AaL^@Sd4MNEN%P{6!H&fs6B#g-cXc<`)mIdj=I7)WWThk~ zr)8!m#X%U7k)NGY-q_qL77xi3s+rY=nHkN(vTJ2!Wo=_)eQkFaQrVO14?q9-?!(9D z`}_AF-rZhZU!B7$b8mOWVs>pW&iVJ8jv!KRmN~=p)P#O&8rf{m%^7XJ4OqJz9BgkN zo}GZXJKWnk-UH$WyT_X#IF-lUz2J$%&`osY!Hd45b*)h$OR0^O!Uu4u^?FV`8GhYwPQ( z$_n$cu;CExN1QMCXWW*&WrzR$4=47N5 zb&n~=Mu!L5TRK~tYAY+s^3suMDvrZu^Wu}!bBb%4yCuV7rAjsJ-gZoytak58Fu1zD zxv{>zcW`)gc=qu5clP&p_YSw$Hg|S+);xBb-E4I@oi@|FRxFf@+H0$t z8)_=bs~TFmdWAxXd~{eU5)MPZlz}S~4R)7uxJ+pMI6O3BE|d=u!>FXjFj=Yb1SXcq z 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

bB4 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�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

Gs1E~(C!&)tAchPGyvRHu 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

  • IzKbFIFCKJy0NvrxwpsZdGz7KM-;Sl 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

    rKrjK^YSh8>0XcQi3GQ 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�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�%eFy?WuoxpU`#y?p7HpU<5=56{k?KY#Jc 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
      sqB$N$Xl7 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 v8KMq)I6w7&?rO@NKwl-;_!wY>Ojw6CpRFOl*2 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

      `39H%Q=?KWFzy1iX?cU`hGz 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

      e*J@=}1 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%0D8Vsob0n^hi^GSd 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

      11f}6_nPO3h(?H^pjM0$y}yuz+&Q(h5Obd>$l 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

      )iyTbQQ?VDV&xc?ol6@2vJ80x>y+M* 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 Qq<{${F);PIBuo5%0J2%lKmY&$ literal 0 HcmV?d00001 diff --git a/9781590597026.jpg b/9781590597026.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01a9207917821a84d87ab546d0708a13a9a884a6 GIT binary patch literal 10341 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 literal 0 HcmV?d00001 diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..6a57f88 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,27 @@ +Freeware License, some rights reserved + +Copyright (c) 2007 Amit Bahree, Dennis Mulder, Shawn Cicoria, Chris Peiris, and Nishith Pathak + +Permission is hereby granted, free of charge, to anyone obtaining a copy +of this software and associated documentation files (the "Software"), +to work with the Software within the limits of freeware distribution and fair use. +This includes the rights to use, copy, and modify the Software for personal use. +Users are also allowed and encouraged to submit corrections and modifications +to the Software for the benefit of other users. + +It is not allowed to reuse, modify, or redistribute the Software for +commercial use in any way, or for a user’s educational materials such as books +or blog articles without prior permission from the copyright holder. + +The above copyright notice and this permission notice need to be included +in all copies or substantial portions of the software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS OR APRESS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + diff --git a/PRO WCF Final Code/Chapter 03/ConsoleHost/App.config b/PRO WCF Final Code/Chapter 03/ConsoleHost/App.config new file mode 100644 index 0000000..947cd40 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ConsoleHost/App.config @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/ConsoleHost/App_messages.svclog b/PRO WCF Final Code/Chapter 03/ConsoleHost/App_messages.svclog new file mode 100644 index 0000000..fa844fc --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ConsoleHost/App_messages.svclog @@ -0,0 +1 @@ +0308NL-DENNISMPOST"http://QuickReturns/ITradeService/PublishQuote"Keep-Alive358text/xml; charset=utf-8100-continuelocalhost:8080http://localhost:8080/QuickReturns/Exchangehttp://QuickReturns/ITradeService/PublishQuote32.0030.25PracticalWCFMSFT0001-01-01T00:00:000308NL-DENNISMPOST"http://QuickReturns/ITradeService/PublishQuote"Keep-Alive358text/xml; charset=utf-8100-continuelocalhost:8080http://localhost:8080/QuickReturns/Exchangehttp://QuickReturns/ITradeService/PublishQuote32.0030.25PracticalWCFMSFT0001-01-01T00:00:000308NL-DENNISMhttp://QuickReturns/ITradeService/PublishQuoteResponse5121c542-fcbd-4674-bc70-47aa503cdf770308NL-DENNISMhttp://QuickReturns/ITradeService/PublishQuoteResponse5121c542-fcbd-4674-bc70-47aa503cdf770308NL-DENNISMPOST"http://QuickReturns/ITradeService/PublishQuote"357text/xml; charset=utf-8100-continuelocalhost:8080http://localhost:8080/QuickReturns/Exchangehttp://QuickReturns/ITradeService/PublishQuote81.0080.50PracticalWCFIBM0001-01-01T00:00:000308NL-DENNISMPOST"http://QuickReturns/ITradeService/PublishQuote"357text/xml; charset=utf-8100-continuelocalhost:8080http://localhost:8080/QuickReturns/Exchangehttp://QuickReturns/ITradeService/PublishQuote81.0080.50PracticalWCFIBM0001-01-01T00:00:000308NL-DENNISMhttp://QuickReturns/ITradeService/PublishQuoteResponse14a017b3-0cd3-4f90-9b6c-38edae6b8db50308NL-DENNISMhttp://QuickReturns/ITradeService/PublishQuoteResponse14a017b3-0cd3-4f90-9b6c-38edae6b8db50308NL-DENNISMPOST"http://QuickReturns/ITradeService/GetQuote"164text/xml; charset=utf-8100-continuelocalhost:8080http://localhost:8080/QuickReturns/Exchangehttp://QuickReturns/ITradeService/GetQuoteMSFT0308NL-DENNISMPOST"http://QuickReturns/ITradeService/GetQuote"164text/xml; charset=utf-8100-continuelocalhost:8080http://localhost:8080/QuickReturns/Exchangehttp://QuickReturns/ITradeService/GetQuoteMSFT0308NL-DENNISMhttp://QuickReturns/ITradeService/GetQuoteResponseec62264c-de9f-4c15-84de-b0cf1220157b32.0030.25PracticalWCFMSFT0001-01-01T00:00:000308NL-DENNISMhttp://QuickReturns/ITradeService/GetQuoteResponseec62264c-de9f-4c15-84de-b0cf1220157b32.0030.25PracticalWCFMSFT0001-01-01T00:00:000308NL-DENNISMPOST"http://QuickReturns/ITradeService/GetQuote"163text/xml; charset=utf-8100-continuelocalhost:8080http://localhost:8080/QuickReturns/Exchangehttp://QuickReturns/ITradeService/GetQuoteIBM0308NL-DENNISMPOST"http://QuickReturns/ITradeService/GetQuote"163text/xml; charset=utf-8100-continuelocalhost:8080http://localhost:8080/QuickReturns/Exchangehttp://QuickReturns/ITradeService/GetQuoteIBM0308NL-DENNISMhttp://QuickReturns/ITradeService/GetQuoteResponse13c2e263-5081-4132-9a03-a7ccb2b21eb481.0080.50PracticalWCFIBM0001-01-01T00:00:000308NL-DENNISMhttp://QuickReturns/ITradeService/GetQuoteResponse13c2e263-5081-4132-9a03-a7ccb2b21eb481.0080.50PracticalWCFIBM0001-01-01T00:00:000308NL-DENNISMPOST"http://QuickReturns/ITradeService/GetQuote"163text/xml; charset=utf-8100-continuelocalhost:8080http://localhost:8080/QuickReturns/Exchangehttp://QuickReturns/ITradeService/GetQuoteATT0308NL-DENNISMPOST"http://QuickReturns/ITradeService/GetQuote"163text/xml; charset=utf-8100-continuelocalhost:8080http://localhost:8080/QuickReturns/Exchangehttp://QuickReturns/ITradeService/GetQuoteATT0308NL-DENNISMhttp://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher/faulta:InternalServiceFaultNo quotes found for ticker 'ATT'No quotes found for ticker 'ATT'at QuickReturns.StockTrading.ExchangeService.TradeService.GetQuote(String ticker) in C:\Projects\practicalwcf\Chapter03\ExchangeService\TradeService.cs:line 26at SyncInvokeGetQuote(Object , Object[], Object[])at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[]inputs, Object[]outputs)at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[]inputs, Object[]&outputs)at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&rpc)at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&rpc)at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&rpc)at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&rpc)at System.ServiceModel.Dispatcher.ImmutableDispatc \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/ConsoleHost/App_tracelog.e2e b/PRO WCF Final Code/Chapter 03/ConsoleHost/App_tracelog.e2e new file mode 100644 index 0000000..72c0ee7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ConsoleHost/App_tracelog.e2e @@ -0,0 +1,29 @@ +030255NL-DENNISM8929078084 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 31 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeConstruct System.ServiceModel.ServiceHost/64923656.8929262395 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 31 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5243223016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.GetConfigurationSection.aspxGet configuration section.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exesystem.serviceModel/services8929590638 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationHelpers.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 31 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5243243016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.GetServiceElement.aspxGet ServiceElement.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeTrueQuickReturns.StockTrading.ExchangeService.TradeServiceQuickReturns.StockTrading.ExchangeService.TradeService8929730872 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 31 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5243193016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.GetCommonBehaviors.aspxGet machine.config common behaviors.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exe8929732526 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 31 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5243233016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.GetDefaultConfiguredBinding.aspxGet default configured binding.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeTruebasicHttpBinding8929740124 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 31 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5243193016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.GetCommonBehaviors.aspxGet machine.config common behaviors.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exe8929767932 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 31 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeConstruct System.ServiceModel.ServiceHost/64923656.8929770302 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 31 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255NL-DENNISM8929771421 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 31 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255NL-DENNISM8938150970 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeOpen System.ServiceModel.ServiceHost/64923656.8938153495 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.ServiceHost/64923656QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.ServiceHost/649236568938155712 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()524329308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.ServiceHostBaseAddresses.aspxServiceHost base addresses.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.ServiceHost/64923656

      http://localhost:8080/QuickReturn
      8938158258 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5243223016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.GetConfigurationSection.aspxGet configuration section.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exesystem.serviceModel/diagnostics8938177288 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationHelpers.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5243223016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.GetConfigurationSection.aspxGet configuration section.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exesystem.serviceModel/diagnostics8938267843 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationHelpers.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Dispatcher.ChannelDispatcher/44624228QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/446242288938292438 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Channels.HttpReplyChannelListener/17654054QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/176540548938296179 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()2621853016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.NoExistingTransportManager.aspxNo existing transport manager was found for the specified URI.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/17654054http://localhost:8080/QuickReturn/Exchange8938300793 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255NL-DENNISM8938303462 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeListen at http://localhost:8080/QuickReturn/Exchange.8938306140 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()524335308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.TransportListen.aspxListen at http://localhost:8080/QuickReturn/Exchange.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/527275998938315494 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()2621893016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.WiredUpTransportManagers.aspxThe transport managers have been wired up for the specified URI.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/17654054http://localhost:8080/QuickReturn/Exchange8938448975 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/14347911QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/143479118938450981 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/14347911QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/143479118938452258 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Channels.HttpReplyChannelListener/17654054QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/176540548938453570 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Dispatcher.ChannelDispatcher/44624228QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/446242288938454722 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.InstanceContext/51393439QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/513934398938458533 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.InstanceContext/51393439QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/513934398938460670 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()262151308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.EndpointListenerOpen.aspxEndpoint listener opened.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.EndpointDispatcher/23264094http://QuickReturnsITradeServicehttp://localhost:8080/QuickReturn/Exchange8938474262 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Dispatcher.ListenerHandler/14303791QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/143037918938475885 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Dispatcher.ListenerHandler/14303791QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/143037918938476895 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Dispatcher.ChannelDispatcher/49584532QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/495845328938479513 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Channels.HttpReplyChannelListener/19699911QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/196999118938480718 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()524335308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.TransportListen.aspxListen at http://localhost:8080/QuickReturn/mex.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/527275998938482196 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()2621893016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.WiredUpTransportManagers.aspxThe transport managers have been wired up for the specified URI.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/19699911http://localhost:8080/QuickReturn/mex8938483753 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/2389992QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/23899928938485069 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/2389992QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/23899928938486319 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Channels.HttpReplyChannelListener/19699911QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/196999118938487615 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Dispatcher.ChannelDispatcher/49584532QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/495845328938488612 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.InstanceContext/30880833QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/308808338938490494 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.InstanceContext/30880833QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/308808338938491889 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()262151308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.EndpointListenerOpen.aspxEndpoint listener opened.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.EndpointDispatcher/58154627http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8080/QuickReturn/mex8938493352 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Dispatcher.ListenerHandler/35529478QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/355294788938494638 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Dispatcher.ListenerHandler/35529478QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/355294788938495829 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Dispatcher.ChannelDispatcher/47422476QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/474224768938497114 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Channels.HttpReplyChannelListener/65273341QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/652733418938498096 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()524335308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.TransportListen.aspxListen at http://localhost:8080/QuickReturn.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/527275998938499485 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()2621893016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.WiredUpTransportManagers.aspxThe transport managers have been wired up for the specified URI.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/65273341http://localhost:8080/QuickReturn8938501051 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/58961324QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/589613248938502401 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/58961324QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/589613248938503634 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Channels.HttpReplyChannelListener/65273341QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/652733418938504946 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Dispatcher.ChannelDispatcher/47422476QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/474224768938506135 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.InstanceContext/1495183QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/14951838938507316 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.InstanceContext/1495183QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/14951838938508545 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()262151308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.EndpointListenerOpen.aspxEndpoint listener opened.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.EndpointDispatcher/61302538http://tempuri.org/IHttpGetMetadatahttp://localhost:8080/QuickReturn8938510150 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Dispatcher.ListenerHandler/30376100QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/303761008938511444 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Dispatcher.ListenerHandler/30376100QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/303761008938512642 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.ServiceHost/64923656QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.ServiceHost/649236568938514451 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeOpen System.ServiceModel.ServiceHost/64923656.8938515900 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255NL-DENNISM8938516811 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at QuickReturns.StockTrading.ExchangeService.Hosts.ConsoleHost.Main(String[] args) in C:\Projects\practicalwcf\Chapter03\ConsoleHost\ConsoleHost.cs:line 50 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Channels.ReplyChannel/45653674QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/456536748938520945 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(WrappedTransaction wrappedTx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621773016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.ChannelCreated.aspxCreated: System.ServiceModel.Channels.HttpReplyChannelListener/17654054QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/176540548938550168 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(WrappedTransaction wrappedTx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Channels.ReplyChannel/45653674QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/456536748938551909 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(WrappedTransaction wrappedTx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Channels.ReplyChannel/41149443QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/411494438938553553 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(WrappedTransaction wrappedTx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621773016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.ChannelCreated.aspxCreated: System.ServiceModel.Channels.HttpReplyChannelListener/19699911QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/196999118938554651 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(WrappedTransaction wrappedTx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Channels.ReplyChannel/41149443QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/411494438938555610 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(WrappedTransaction wrappedTx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Channels.ReplyChannel/39785641QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/397856418938556884 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(WrappedTransaction wrappedTx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621773016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.ChannelCreated.aspxCreated: System.ServiceModel.Channels.HttpReplyChannelListener/65273341QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/652733418938557978 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(WrappedTransaction wrappedTx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Channels.ReplyChannel/39785641QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/397856418938559076 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(WrappedTransaction wrappedTx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8959799269 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivityWithTransferInOnly(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://localhost:8080/QuickReturn/Exchange8959840192 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8959842114 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 1.8959893782 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243223016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.GetConfigurationSection.aspxGet configuration section.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exesystem.serviceModel/diagnostics8959905558 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationHelpers.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.MessageLogger.Initialize() at System.ServiceModel.Diagnostics.MessageLogger.EnsureInitialized() at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960045749 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://QuickReturns/ITradeService/PublishQuote8960049377 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 1.8960050949 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960052602 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621523016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.HttpRequestReceived.aspxHttp request was receivedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/45523402text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/PublishQuotehttp://localhost:8080/QuickReturn/Exchange8960104786 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)262166308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.ReplyChannelMessageReceived.aspxReceived a message over reply channelQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/45523402text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/PublishQuotehttp://localhost:8080/QuickReturn/Exchange8960106368 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5242983016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpening.aspxOpening System.ServiceModel.Channels.ServiceChannel/35287174QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.ServiceChannel/352871748960111137 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)524327308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.ServiceChannelLifetime.aspxServiceChannel information.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.ServiceChannel/35287174QuickReturns.StockTrading.ExchangeService.TradeService, QuickReturns.StockTrading.ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://QuickReturnsITradeServicehttp://localhost:8080/QuickReturn/Exchange8960116352 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5242993016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.CommunicationObjectOpened.aspxOpened System.ServiceModel.Channels.ServiceChannel/35287174QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.ServiceChannel/352871748960119698 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243053016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageRead.aspxA message was readQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/45523402text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/PublishQuotehttp://localhost:8080/QuickReturn/Exchange8960123136 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeBodyContents(Message message, Object[] parameters, Boolean isRequest) at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960188463 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.PublishQuote.8960191176 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.PublishQuote.8960195040 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960196553 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243023016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageClosed.aspxA message was closedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/455234028960198553 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243063016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageWritten.aspxA message was writtenQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/44419000text/xml; charset="utf-8"Falseae0bf78c-f494-491b-93dc-5fe7f9674dc28960202494 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621553016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.HttpResponseSent.aspxHttp response was sentQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/44419000text/xml; charset="utf-8"Falseae0bf78c-f494-491b-93dc-5fe7f9674dc28960239230 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243023016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageClosed.aspxA message was closedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/444190008960241668 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://QuickReturns/ITradeService/PublishQuote8960243678 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://localhost:8080/QuickReturn/Exchange8960247493 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960249709 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivityWithTransferInOnly(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://localhost:8080/QuickReturn/Exchange8960250798 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960251584 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 2.8960252663 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960255226 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://QuickReturns/ITradeService/PublishQuote8960256364 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 2.8960257500 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960258311 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621523016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.HttpRequestReceived.aspxHttp request was receivedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/52697953text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/PublishQuotehttp://localhost:8080/QuickReturn/Exchange8960259485 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)262166308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.ReplyChannelMessageReceived.aspxReceived a message over reply channelQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/52697953text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/PublishQuotehttp://localhost:8080/QuickReturn/Exchange8960260624 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243053016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageRead.aspxA message was readQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/52697953text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/PublishQuotehttp://localhost:8080/QuickReturn/Exchange8960262363 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeBodyContents(Message message, Object[] parameters, Boolean isRequest) at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960264869 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.PublishQuote.8960266406 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.PublishQuote.8960267968 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960269594 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243023016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageClosed.aspxA message was closedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/526979538960271151 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243063016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageWritten.aspxA message was writtenQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22597652text/xml; charset="utf-8"Falsec7640d69-8f55-4b43-956e-4fe4cdd3cfe48960272920 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621553016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.HttpResponseSent.aspxHttp response was sentQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22597652text/xml; charset="utf-8"Falsec7640d69-8f55-4b43-956e-4fe4cdd3cfe48960278184 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243023016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageClosed.aspxA message was closedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/225976528960280473 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://QuickReturns/ITradeService/PublishQuote8960282116 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://localhost:8080/QuickReturn/Exchange8960283702 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960285272 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivityWithTransferInOnly(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://localhost:8080/QuickReturn/Exchange8960286284 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960287286 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 3.8960288186 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960290712 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://QuickReturns/ITradeService/GetQuote8960291881 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 3.8960293100 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960294116 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621523016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.HttpRequestReceived.aspxHttp request was receivedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/10261382text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/GetQuotehttp://localhost:8080/QuickReturn/Exchange8960301588 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)262166308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.ReplyChannelMessageReceived.aspxReceived a message over reply channelQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/10261382text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/GetQuotehttp://localhost:8080/QuickReturn/Exchange8960305512 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243053016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageRead.aspxA message was readQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/10261382text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/GetQuotehttp://localhost:8080/QuickReturn/Exchange8960308098 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeBodyContents(Message message, Object[] parameters, Boolean isRequest) at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960310941 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote.8960312804 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote.8960317071 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960318629 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243023016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageClosed.aspxA message was closedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/102613828960320181 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243063016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageWritten.aspxA message was writtenQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/59109011text/xml; charset="utf-8"Falseb3f7c339-37ab-49a1-990c-ae4f9bdbd3ea8960322277 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621553016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.HttpResponseSent.aspxHttp response was sentQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/59109011text/xml; charset="utf-8"Falseb3f7c339-37ab-49a1-990c-ae4f9bdbd3ea8960359783 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243023016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageClosed.aspxA message was closedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/591090118960362692 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://QuickReturns/ITradeService/GetQuote8960364410 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://localhost:8080/QuickReturn/Exchange8960366081 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960375397 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivityWithTransferInOnly(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://localhost:8080/QuickReturn/Exchange8960376905 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960377871 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 4.8960379043 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960380744 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://QuickReturns/ITradeService/GetQuote8960381885 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 4.8960383023 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960384077 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621523016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.HttpRequestReceived.aspxHttp request was receivedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/42659827text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/GetQuotehttp://localhost:8080/QuickReturn/Exchange8960385258 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)262166308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.ReplyChannelMessageReceived.aspxReceived a message over reply channelQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/42659827text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/GetQuotehttp://localhost:8080/QuickReturn/Exchange8960386397 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243053016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageRead.aspxA message was readQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/42659827text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/GetQuotehttp://localhost:8080/QuickReturn/Exchange8960388019 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeBodyContents(Message message, Object[] parameters, Boolean isRequest) at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960389636 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote.8960391802 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote.8960393394 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960394808 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243023016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageClosed.aspxA message was closedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/426598278960396488 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243063016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageWritten.aspxA message was writtenQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/40644060text/xml; charset="utf-8"False73cf8df0-613a-46d1-b254-5fdace14e0ab8960398227 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621553016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.HttpResponseSent.aspxHttp response was sentQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/40644060text/xml; charset="utf-8"False73cf8df0-613a-46d1-b254-5fdace14e0ab8960403522 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243023016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageClosed.aspxA message was closedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/406440608960405448 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://QuickReturns/ITradeService/GetQuote8960407260 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://localhost:8080/QuickReturn/Exchange8960408774 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960410887 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivityWithTransferInOnly(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://localhost:8080/QuickReturn/Exchange8960411697 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960412712 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 5.8960423602 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960426179 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://QuickReturns/ITradeService/GetQuote8960427229 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 5.8960428946 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960430009 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621523016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.HttpRequestReceived.aspxHttp request was receivedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/17043416text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/GetQuotehttp://localhost:8080/QuickReturn/Exchange8960431221 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)262166308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.ReplyChannelMessageReceived.aspxReceived a message over reply channelQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/17043416text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/GetQuotehttp://localhost:8080/QuickReturn/Exchange8960432431 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243053016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageRead.aspxA message was readQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/17043416text/xml; charset="utf-8"Falsehttp://localhost:8080/QuickReturn/Exchangehttp://QuickReturns/ITradeService/GetQuotehttp://localhost:8080/QuickReturn/Exchange8960434496 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeBodyContents(Message message, Object[] parameters, Boolean isRequest) at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8960437329 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid& activityId, Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote.8960438963 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote.8969554737 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255NL-DENNISM8969556976 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)524342304NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.UnhandledExceptionInUserOperation.aspxUnhandled exception in user operation 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote'.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeUser operation 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote' threw an exception that is unhandled in user code. This exception will be rethrown. If this is a recurring problem, it may indicate an error in the implementation of the 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote' method.System.Exception, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089No quotes found for ticker 'ATT' at QuickReturns.StockTrading.ExchangeService.TradeService.GetQuote(String ticker) in C:\Projects\practicalwcf\Chapter03\ExchangeService\TradeService.cs:line 26 + at SyncInvokeGetQuote(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)System.Exception: No quotes found for ticker 'ATT' + at QuickReturns.StockTrading.ExchangeService.TradeService.GetQuote(String ticker) in C:\Projects\practicalwcf\Chapter03\ExchangeService\TradeService.cs:line 26 + at SyncInvokeGetQuote(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)8969569571 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceUserCodeException(Exception e, MethodInfo method) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)131077302NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.TracingException.aspxTracing an exceptionQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.Exception, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089No quotes found for ticker 'ATT' at QuickReturns.StockTrading.ExchangeService.TradeService.GetQuote(String ticker) in C:\Projects\practicalwcf\Chapter03\ExchangeService\TradeService.cs:line 26 + at SyncInvokeGetQuote(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.Exception: No quotes found for ticker 'ATT' + at QuickReturns.StockTrading.ExchangeService.TradeService.GetQuote(String ticker) in C:\Projects\practicalwcf\Chapter03\ExchangeService\TradeService.cs:line 26 + at SyncInvokeGetQuote(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)8969626686 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243023016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageClosed.aspxA message was closedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BufferedMessage/170434168969628634 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243063016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageWritten.aspxA message was writtenQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/28756230text/xml; charset="utf-8"Falsefbc4fdf6-ce95-46f2-931f-ee5aa2b9dccf8969662031 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)2621553016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Channels.HttpResponseSent.aspxHttp response was sentQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/28756230text/xml; charset="utf-8"Falsefbc4fdf6-ce95-46f2-931f-ee5aa2b9dccf8969666824 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)5243023016NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.MessageClosed.aspxA message was closedQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeSystem.ServiceModel.Channels.BodyWriterMessage/287562308969668806 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://QuickReturns/ITradeService/GetQuote8969670332 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)13108430255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundaryQuickReturns.StockTrading.ExchangeServiceHost.vshost.exehttp://localhost:8080/QuickReturn/Exchange8969671848 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)131073308NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.AppDomainUnload.aspxAppDomain unloading.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeQuickReturns.StockTrading.ExchangeServiceHost.vshost.exeQuickReturns.StockTrading.ExchangeServiceHost.vshost35368988683923 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.ShutdownTracing() at System.ServiceModel.Diagnostics.DiagnosticTrace.ExitOrUnloadEventHandler(Object sender, EventArgs e) \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/ConsoleHost/App_tracelog.svclog b/PRO WCF Final Code/Chapter 03/ConsoleHost/App_tracelog.svclog new file mode 100644 index 0000000..9831a4a --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ConsoleHost/App_tracelog.svclog @@ -0,0 +1 @@ +030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeConstruct ServiceHost 'QuickReturns.StockTrading.ExchangeService.TradeService'.Construct030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeConstruct ServiceHost 'QuickReturns.StockTrading.ExchangeService.TradeService'.Construct030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeOpen ServiceHost 'QuickReturns.StockTrading.ExchangeService.TradeService'.Open030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeListen at 'http://localhost:8080/QuickReturns/Exchange'.ListenAt030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeOpen ServiceHost 'QuickReturns.StockTrading.ExchangeService.TradeService'.Open030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 1.ProcessMessage030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/PublishQuote'.ProcessAction030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 1.ProcessMessage13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/PublishQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.PublishQuote'.ExecuteUserCode030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.PublishQuote'.ExecuteUserCode13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/PublishQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/PublishQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 2.ProcessMessage030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/PublishQuote'.ProcessAction030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 2.ProcessMessage13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/PublishQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.PublishQuote'.ExecuteUserCode030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.PublishQuote'.ExecuteUserCode13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/PublishQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/PublishQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 3.ProcessMessage030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/GetQuote'.ProcessAction030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 3.ProcessMessage13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/GetQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote'.ExecuteUserCode030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote'.ExecuteUserCode13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/GetQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/GetQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 4.ProcessMessage030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/GetQuote'.ProcessAction030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 4.ProcessMessage13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/GetQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote'.ExecuteUserCode030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote'.ExecuteUserCode13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/GetQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/GetQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 5.ProcessMessage030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/GetQuote'.ProcessAction030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcessing message 5.ProcessMessage13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeReceive bytes on connection 'http://localhost:8080/QuickReturns/Exchange'.ReceiveBytes030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeProcess action 'http://QuickReturns/ITradeService/GetQuote'.ProcessAction13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote'.ExecuteUserCode030255NL-DENNISM13108530255NL-DENNISMhttp://msdn.microsoft.com/nl-NL/library/System.ServiceModel.Diagnostics.ActivityBoundary.aspxActivity boundary.QuickReturns.StockTrading.ExchangeServiceHost.vshost.exeExecute 'QuickReturns.StockTrading.ExchangeService.Contracts.ITradeService.GetQuote'.ExecuteUserCode13108530255 + /// This ConsoleHost uses all three methods used for hosting: + /// 1) Imperative code + /// 2) Configuration + /// 3) A Custom Service Host + /// Uncomment each section to test out. + /// Both "Host with config" and "CustomServiceHost" require the configuration in app.config + /// to be uncommented. For the Host with imperative code you have to comment out the + /// configuration! + /// + /// + static void Main(string[] args) + { + #region Host with imperative code + //Uri baseAddress = new Uri + // ("http://localhost:8080/QuickReturns"); + //Type serviceType = typeof(TradeService); + //BasicHttpBinding binding = new BasicHttpBinding(); + //ServiceHost host = new ServiceHost(serviceType, baseAddress); + //host.Description.Endpoints.Clear();//This line is added for convenience (and allows you to leave the app.config as-is. + //host.AddServiceEndpoint(typeof(ITradeService), binding, "Exchange"); + #endregion + + #region Host with config + // Note make sure that config is not commented out + Type serviceType = typeof(TradeService); + ServiceHost host = new ServiceHost(serviceType); + #endregion + + #region CustomServiceHost + //Uri baseAddress = + // new Uri("http://localhost:8080/QuickReturns"); + //CustomServiceHost host = + // new CustomServiceHost(typeof(TradeService), baseAddress); + #endregion + + // Open the defined host + host.Open(); + Console.WriteLine("Service started: Press Return to exit"); + Console.ReadLine(); + + } + } + + public class CustomServiceHost : ServiceHost + { + public CustomServiceHost(Type serviceType, params Uri[] baseAddresses) + : base(serviceType, baseAddresses) + { + } + + protected override void ApplyConfiguration() + { + base.ApplyConfiguration(); + BasicHttpBinding binding = new BasicHttpBinding(); + AddServiceEndpoint(typeof(ITradeService), binding, "Exchange"); + } + } +} diff --git a/PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj b/PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj new file mode 100644 index 0000000..827cc59 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj @@ -0,0 +1,66 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {62049C0F-CDF0-4332-BB80-EC78CD55232A} + Exe + Properties + QuickReturns.StockTrading.ExchangeServiceHost + QuickReturns.StockTrading.ExchangeServiceHost + + + + + + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54} + ExchangeService + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj.user b/PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj.vspscc b/PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj.vspscc new file mode 100644 index 0000000..b6d3289 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ConsoleHost/ConsoleHost.csproj.vspscc @@ -0,0 +1,10 @@ +"" +{ +"FILE_VERSION" = "9237" +"ENLISTMENT_CHOICE" = "NEVER" +"PROJECT_FILE_RELATIVE_PATH" = "" +"NUMBER_OF_EXCLUDED_FILES" = "0" +"ORIGINAL_PROJECT_FILE_PATH" = "" +"NUMBER_OF_NESTED_PROJECTS" = "0" +"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" +} diff --git a/PRO WCF Final Code/Chapter 03/ConsoleHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 03/ConsoleHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..33ac27e --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ConsoleHost/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ExchangeServiceHost")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Development Company")] +[assembly: AssemblyProduct("ExchangeServiceHost")] +[assembly: AssemblyCopyright("Copyright © Development Company 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("47c62010-bea7-4ef0-be46-334e25a3b59b")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 03/ExchangeService/Contracts/ITradeService.cs b/PRO WCF Final Code/Chapter 03/ExchangeService/Contracts/ITradeService.cs new file mode 100644 index 0000000..48e1040 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ExchangeService/Contracts/ITradeService.cs @@ -0,0 +1,15 @@ +using System.ServiceModel; +using QuickReturns.StockTrading.ExchangeService.DataContracts; + +namespace QuickReturns.StockTrading.ExchangeService.Contracts +{ + [ServiceContract(Namespace = "http://QuickReturns")] + public interface ITradeService + { + [OperationContract()] + Quote GetQuote(string ticker); + + [OperationContract()] + void PublishQuote(Quote quote); + } +} diff --git a/PRO WCF Final Code/Chapter 03/ExchangeService/Contracts/ITradeServiceMessage.cs b/PRO WCF Final Code/Chapter 03/ExchangeService/Contracts/ITradeServiceMessage.cs new file mode 100644 index 0000000..261848f --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ExchangeService/Contracts/ITradeServiceMessage.cs @@ -0,0 +1,16 @@ +// Note that this class is not used in the solution +using System.ServiceModel; +using System.ServiceModel.Channels; + +namespace QuickReturns.StockTrading.ExchangeService.Contracts +{ + [ServiceContract(Namespace = "http://QuickReturns")] + interface ITradeServiceMessage + { + [OperationContract()] + Message GetQuote(string ticker); + + [OperationContract()] + void PublishQuote(Message quote); + } +} diff --git a/PRO WCF Final Code/Chapter 03/ExchangeService/DataContracts/Quote.cs b/PRO WCF Final Code/Chapter 03/ExchangeService/DataContracts/Quote.cs new file mode 100644 index 0000000..e9e9307 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ExchangeService/DataContracts/Quote.cs @@ -0,0 +1,24 @@ +using System; +using System.Runtime.Serialization; + +namespace QuickReturns.StockTrading.ExchangeService.DataContracts +{ + [DataContract(Namespace = "http://QuickReturns")] + public class Quote + { + [DataMember(Name = "Ticker")] + public string Ticker; + + [DataMember(Name = "Bid")] + public decimal Bid; + + [DataMember(Name = "Ask")] + public decimal Ask; + + [DataMember(Name = "Publisher")] + public string Publisher; + + [DataMember(Name = "UpdateDateTime")] + private DateTime UpdateDateTime; + } +} diff --git a/PRO WCF Final Code/Chapter 03/ExchangeService/ExchangeService.csproj b/PRO WCF Final Code/Chapter 03/ExchangeService/ExchangeService.csproj new file mode 100644 index 0000000..a8942cf --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ExchangeService/ExchangeService.csproj @@ -0,0 +1,61 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54} + Library + Properties + QuickReturns.StockTrading.ExchangeService + QuickReturns.StockTrading.ExchangeService + + + + + + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/ExchangeService/ExchangeService.csproj.vspscc b/PRO WCF Final Code/Chapter 03/ExchangeService/ExchangeService.csproj.vspscc new file mode 100644 index 0000000..b6d3289 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ExchangeService/ExchangeService.csproj.vspscc @@ -0,0 +1,10 @@ +"" +{ +"FILE_VERSION" = "9237" +"ENLISTMENT_CHOICE" = "NEVER" +"PROJECT_FILE_RELATIVE_PATH" = "" +"NUMBER_OF_EXCLUDED_FILES" = "0" +"ORIGINAL_PROJECT_FILE_PATH" = "" +"NUMBER_OF_NESTED_PROJECTS" = "0" +"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" +} diff --git a/PRO WCF Final Code/Chapter 03/ExchangeService/MessageContracts/QuoteMessage.cs b/PRO WCF Final Code/Chapter 03/ExchangeService/MessageContracts/QuoteMessage.cs new file mode 100644 index 0000000..d72bea3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ExchangeService/MessageContracts/QuoteMessage.cs @@ -0,0 +1,25 @@ +// Note that this class is not used in the solution +using System; +using System.ServiceModel; + +namespace QuickReturns.StockTrading.ExchangeService.MessageContracts +{ + [MessageContract] + public class QuoteMessage + { + [MessageBodyMember] + public string Ticker; + + [MessageBodyMember] + public decimal Bid; + + [MessageBodyMember] + public decimal Ask; + + [MessageHeader] + public string Publisher; + + [MessageBodyMember] + private DateTime UpdateDateTime; + } +} diff --git a/PRO WCF Final Code/Chapter 03/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 03/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..8915480 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ExchangeService")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Development Company")] +[assembly: AssemblyProduct("ExchangeService")] +[assembly: AssemblyCopyright("Copyright © Development Company 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("dbad4a90-811f-4e4d-81dc-53d6397a0841")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 03/ExchangeService/QuickReturns.StockTrading.ExchangeService.suo b/PRO WCF Final Code/Chapter 03/ExchangeService/QuickReturns.StockTrading.ExchangeService.suo new file mode 100644 index 0000000000000000000000000000000000000000..a61553d6a3f4546377de190877618de188b63e3e GIT binary patch literal 3584 zcmeHI%PvDv6kSC1ew?$%?{Mo^9SbOUO$E)9`qG;*KWiY49Px<8c;!M=Dwl$U3|9%XKjox{v@4N!w@vA5ywGn9>x=LrN})(}_8q_6cRHb3LHEEq+<)rq2!T@A@<`EHBl( ziyv({M>+8e`}e7OqN{qU85J(9P85TAg0s|%TX0tD2_B98k79YpbkSA`hXzt1zsSqkao%jzh2%@>xyn>n-^zl2Z)P0KmH zju^42!A)civUTunB#ANk|H*63MW&yBXhCI^D~s%-)K8$7oQtiWy@#BK{;Yb*^*=%X X65B*cSMOCo{!C_u3#Pv!EFl9QBu{$2 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 03/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 03/ExchangeService/TradeService.cs new file mode 100644 index 0000000..85b8132 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ExchangeService/TradeService.cs @@ -0,0 +1,47 @@ +using System; +using System.Collections; +using System.ServiceModel; +using System.ServiceModel.Activation; +using QuickReturns.StockTrading.ExchangeService.Contracts; +using QuickReturns.StockTrading.ExchangeService.DataContracts; + +namespace QuickReturns.StockTrading.ExchangeService +{ + [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, + IncludeExceptionDetailInFaults = true)] + public class TradeService : ITradeService + { + private Hashtable tickers = new Hashtable(); + public Quote GetQuote(string ticker) + { + lock (tickers) + { + Quote quote = tickers[ticker] as Quote; + if (quote == null) + { + // Quote doesn't exist. + throw new Exception( + string.Format("No quotes found for ticker '{0}'", + ticker)); + } + return quote; + } + } + + public void PublishQuote(Quote quote) + { + lock (tickers) + { + Quote storedQuote = tickers[quote.Ticker] as Quote; + if (storedQuote == null) + { + tickers.Add(quote.Ticker, quote); + } + else + { + tickers[quote.Ticker] = quote; + } + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 03/ProgrammingModel.sln b/PRO WCF Final Code/Chapter 03/ProgrammingModel.sln new file mode 100644 index 0000000..2dc84e6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/ProgrammingModel.sln @@ -0,0 +1,38 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleHost", "ConsoleHost\ConsoleHost.csproj", "{62049C0F-CDF0-4332-BB80-EC78CD55232A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleClient", "SimpleClient\SimpleClient.csproj", "{E7718F7A-83C4-493D-8170-78F71AF5A7FB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleClientWithProxy", "SimpleClientUsingProxy\SimpleClientWithProxy.csproj", "{BAFF9DD1-713B-40D4-8165-247CB7E5F0B1}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {62049C0F-CDF0-4332-BB80-EC78CD55232A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {62049C0F-CDF0-4332-BB80-EC78CD55232A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {62049C0F-CDF0-4332-BB80-EC78CD55232A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {62049C0F-CDF0-4332-BB80-EC78CD55232A}.Release|Any CPU.Build.0 = Release|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Release|Any CPU.Build.0 = Release|Any CPU + {E7718F7A-83C4-493D-8170-78F71AF5A7FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E7718F7A-83C4-493D-8170-78F71AF5A7FB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E7718F7A-83C4-493D-8170-78F71AF5A7FB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E7718F7A-83C4-493D-8170-78F71AF5A7FB}.Release|Any CPU.Build.0 = Release|Any CPU + {BAFF9DD1-713B-40D4-8165-247CB7E5F0B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BAFF9DD1-713B-40D4-8165-247CB7E5F0B1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BAFF9DD1-713B-40D4-8165-247CB7E5F0B1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BAFF9DD1-713B-40D4-8165-247CB7E5F0B1}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 03/ProgrammingModel.suo b/PRO WCF Final Code/Chapter 03/ProgrammingModel.suo new file mode 100644 index 0000000000000000000000000000000000000000..5a9340dff7fa148146df8ab26467aa0347c64a60 GIT binary patch literal 96336 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 03/SimpleClient/App.config b/PRO WCF Final Code/Chapter 03/SimpleClient/App.config new file mode 100644 index 0000000..851fa52 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClient/App.config @@ -0,0 +1,11 @@ + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/SimpleClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 03/SimpleClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..92e42d6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ExchangeServiceClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Development Company")] +[assembly: AssemblyProduct("ExchangeServiceClient")] +[assembly: AssemblyCopyright("Copyright © Development Company 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("5620a4b0-cdc0-4862-8811-641ac9821f8e")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 03/SimpleClient/Service References/localhost.cs b/PRO WCF Final Code/Chapter 03/SimpleClient/Service References/localhost.cs new file mode 100644 index 0000000..68a0d89 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClient/Service References/localhost.cs @@ -0,0 +1,175 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturns.StockTrading.ExchangeServiceClient.localhost +{ + using System.Runtime.Serialization; + using System; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://QuickReturns")] + [System.SerializableAttribute()] + public partial class Quote : object, System.Runtime.Serialization.IExtensibleDataObject + { + + [System.NonSerializedAttribute()] + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private decimal AskField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private decimal BidField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string PublisherField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string TickerField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private System.DateTime UpdateDateTimeField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal Ask + { + get + { + return this.AskField; + } + set + { + this.AskField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal Bid + { + get + { + return this.BidField; + } + set + { + this.BidField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string Publisher + { + get + { + return this.PublisherField; + } + set + { + this.PublisherField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string Ticker + { + get + { + return this.TickerField; + } + set + { + this.TickerField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public System.DateTime UpdateDateTime + { + get + { + return this.UpdateDateTimeField; + } + set + { + this.UpdateDateTimeField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://QuickReturns", ConfigurationName="QuickReturns.StockTrading.ExchangeServiceClient.localhost.ITradeService")] + public interface ITradeService + { + + [System.ServiceModel.OperationContractAttribute(Action="http://QuickReturns/ITradeService/GetQuote", ReplyAction="http://QuickReturns/ITradeService/GetQuoteResponse")] + QuickReturns.StockTrading.ExchangeServiceClient.localhost.Quote GetQuote(string ticker); + + [System.ServiceModel.OperationContractAttribute(Action="http://QuickReturns/ITradeService/PublishQuote", ReplyAction="http://QuickReturns/ITradeService/PublishQuoteResponse")] + void PublishQuote(QuickReturns.StockTrading.ExchangeServiceClient.localhost.Quote quote); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface ITradeServiceChannel : QuickReturns.StockTrading.ExchangeServiceClient.localhost.ITradeService, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class TradeServiceClient : System.ServiceModel.ClientBase, QuickReturns.StockTrading.ExchangeServiceClient.localhost.ITradeService + { + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public QuickReturns.StockTrading.ExchangeServiceClient.localhost.Quote GetQuote(string ticker) + { + return base.Channel.GetQuote(ticker); + } + + public void PublishQuote(QuickReturns.StockTrading.ExchangeServiceClient.localhost.Quote quote) + { + base.Channel.PublishQuote(quote); + } + } +} diff --git a/PRO WCF Final Code/Chapter 03/SimpleClient/Service References/localhost.map b/PRO WCF Final Code/Chapter 03/SimpleClient/Service References/localhost.map new file mode 100644 index 0000000..a0e2cad --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClient/Service References/localhost.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.cs b/PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.cs new file mode 100644 index 0000000..ff6e38a --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.cs @@ -0,0 +1,92 @@ +using System; +using System.ServiceModel; +using System.ServiceModel.Channels; +using System.Runtime.Serialization; + +namespace QuickReturns.StockTrading.ExchangeService.Clients +{ + [ServiceContract(Namespace = "http://QuickReturns")] + interface ITradeService + { + [OperationContract()] + Quote GetQuote(string ticker); + + [OperationContract()] + void PublishQuote(Quote quote); + } + + [DataContract(Namespace = "http://QuickReturns", Name = "Quote")] + public class Quote + { + [DataMember(Name = "Ticker")] + public string Ticker; + + [DataMember(Name = "Bid")] + public decimal Bid; + + [DataMember(Name = "Ask")] + public decimal Ask; + + [DataMember(Name = "Publisher")] + public string Publisher; + + [DataMember(Name = "UpdateDateTime")] + private DateTime UpdateDateTime; + } + + class SimpleClient + { + static void Main(string[] args) + { + EndpointAddress address = + new EndpointAddress + ("http://localhost:8080/QuickReturns/Exchange"); + BasicHttpBinding binding = new BasicHttpBinding(); + IChannelFactory channelFactory = + new ChannelFactory(binding); + ITradeService proxy = channelFactory.CreateChannel(address); + + Quote msftQuote = new Quote(); + msftQuote.Ticker = "MSFT"; + msftQuote.Bid = 30.25M; + msftQuote.Ask = 32.00M; + msftQuote.Publisher = "PracticalWCF"; + + Quote ibmQuote = new Quote(); + ibmQuote.Ticker = "IBM"; + ibmQuote.Bid = 80.50M; + ibmQuote.Ask = 81.00M; + ibmQuote.Publisher = "PracticalWCF"; + + proxy.PublishQuote(msftQuote); + proxy.PublishQuote(ibmQuote); + + Quote result = null; + result = proxy.GetQuote("MSFT"); + Console.WriteLine("Ticker: {0} Ask: {1} Bid: {2}", + result.Ticker, result.Ask, result.Bid); + + result = proxy.GetQuote("IBM"); + Console.WriteLine("Ticker: {0} Ask: {1} Bid: {2}", + result.Ticker, result.Ask, result.Bid); + + try + { + result = proxy.GetQuote("ATT"); + } + catch (Exception ex) + { + Console.WriteLine(ex.Message); + } + + if (result == null) + { + Console.WriteLine("Ticker ATT not found!"); + } + + Console.WriteLine("Done! Press return to exit"); + Console.ReadLine(); + + } + } +} diff --git a/PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.csproj b/PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.csproj new file mode 100644 index 0000000..a3f0ece --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.csproj @@ -0,0 +1,60 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {E7718F7A-83C4-493D-8170-78F71AF5A7FB} + Exe + Properties + QuickReturns.StockTrading.ExchangeServiceClient + QuickReturns.StockTrading.ExchangeServiceClient + + + + + + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.csproj.vspscc b/PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.csproj.vspscc new file mode 100644 index 0000000..b6d3289 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClient/SimpleClient.csproj.vspscc @@ -0,0 +1,10 @@ +"" +{ +"FILE_VERSION" = "9237" +"ENLISTMENT_CHOICE" = "NEVER" +"PROJECT_FILE_RELATIVE_PATH" = "" +"NUMBER_OF_EXCLUDED_FILES" = "0" +"ORIGINAL_PROJECT_FILE_PATH" = "" +"NUMBER_OF_NESTED_PROJECTS" = "0" +"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" +} diff --git a/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/App.config b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/App.config new file mode 100644 index 0000000..b0fb704 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/App.config @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5006ffa --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("QuickReturns.StockTrading.SimpleClientWithProxy")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Development Company")] +[assembly: AssemblyProduct("QuickReturns.StockTrading.SimpleClientWithProxy")] +[assembly: AssemblyCopyright("Copyright © Development Company 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("6f5cd043-d7b4-4507-b729-ee24ac5eb268")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.cs b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.cs new file mode 100644 index 0000000..f2375a1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.cs @@ -0,0 +1,54 @@ +using System; +using quickreturns; + +namespace QuickReturns.StockTrading.ExchangeService.Clients +{ + class SimpleClientWithProxy + { + static void Main() + { + TradeServiceClient proxy = new TradeServiceClient(); + + Quote msftQuote = new Quote(); + msftQuote.Ticker = "MSFT"; + msftQuote.Bid = 30.25M; + msftQuote.Ask = 32.00M; + msftQuote.Publisher = "PracticalWCF"; + + Quote ibmQuote = new Quote(); + ibmQuote.Ticker = "IBM"; + ibmQuote.Bid = 80.50M; + ibmQuote.Ask = 81.00M; + ibmQuote.Publisher = "PracticalWCF"; + + proxy.PublishQuote(msftQuote); + proxy.PublishQuote(ibmQuote); + + Quote result; + result = proxy.GetQuote("MSFT"); + Console.WriteLine("Ticker: {0} Ask: {1} Bid: {2}", + result.Ticker, result.Ask, result.Bid); + + result = proxy.GetQuote("IBM"); + Console.WriteLine("Ticker: {0} Ask: {1} Bid: {2}", + result.Ticker, result.Ask, result.Bid); + + try + { + result = proxy.GetQuote("ATT"); + } + catch (Exception ex) + { + Console.WriteLine(ex.Message); + } + + if (result == null) + { + Console.WriteLine("Ticker ATT not found!"); + } + + Console.WriteLine("Done! Press return to exit"); + Console.ReadLine(); + } + } +} diff --git a/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj new file mode 100644 index 0000000..88ee4a7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj @@ -0,0 +1,62 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {BAFF9DD1-713B-40D4-8165-247CB7E5F0B1} + Exe + Properties + QuickReturns.StockTrading.ExchangeServiceClientProxy + QuickReturns.StockTrading.ExchangeServiceClientProxy + + + + + + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj.user b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj.user new file mode 100644 index 0000000..6a34e7d --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj.user @@ -0,0 +1,5 @@ + + + ShowAllFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj.vspscc b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj.vspscc new file mode 100644 index 0000000..b6d3289 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/SimpleClientWithProxy.csproj.vspscc @@ -0,0 +1,10 @@ +"" +{ +"FILE_VERSION" = "9237" +"ENLISTMENT_CHOICE" = "NEVER" +"PROJECT_FILE_RELATIVE_PATH" = "" +"NUMBER_OF_EXCLUDED_FILES" = "0" +"ORIGINAL_PROJECT_FILE_PATH" = "" +"NUMBER_OF_NESTED_PROJECTS" = "0" +"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" +} diff --git a/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/TradeService.wsdl b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/TradeService.wsdl new file mode 100644 index 0000000..257158a --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/TradeService.wsdl @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/TradeServiceProxy.cs b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/TradeServiceProxy.cs new file mode 100644 index 0000000..1a9f2a7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 03/SimpleClientUsingProxy/TradeServiceProxy.cs @@ -0,0 +1,174 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +[assembly: System.Runtime.Serialization.ContractNamespaceAttribute("http://QuickReturns", ClrNamespace = "quickreturns")] + +namespace quickreturns +{ + using System.Runtime.Serialization; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute()] + public partial class Quote : object, System.Runtime.Serialization.IExtensibleDataObject + { + + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + private decimal AskField; + + private decimal BidField; + + private string PublisherField; + + private string TickerField; + + private System.DateTime UpdateDateTimeField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal Ask + { + get + { + return this.AskField; + } + set + { + this.AskField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal Bid + { + get + { + return this.BidField; + } + set + { + this.BidField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string Publisher + { + get + { + return this.PublisherField; + } + set + { + this.PublisherField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string Ticker + { + get + { + return this.TickerField; + } + set + { + this.TickerField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public System.DateTime UpdateDateTime + { + get + { + return this.UpdateDateTimeField; + } + set + { + this.UpdateDateTimeField = value; + } + } + } +} + + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +[System.ServiceModel.ServiceContractAttribute(Namespace = "http://QuickReturns", ConfigurationName = "ITradeService")] +public interface ITradeService +{ + + [System.ServiceModel.OperationContractAttribute(Action = "http://QuickReturns/ITradeService/GetQuote", ReplyAction = "http://QuickReturns/ITradeService/GetQuoteResponse")] + quickreturns.Quote GetQuote(string ticker); + + [System.ServiceModel.OperationContractAttribute(Action = "http://QuickReturns/ITradeService/PublishQuote", ReplyAction = "http://QuickReturns/ITradeService/PublishQuoteResponse")] + void PublishQuote(quickreturns.Quote quote); +} + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public interface ITradeServiceChannel : ITradeService, System.ServiceModel.IClientChannel +{ +} + +[System.Diagnostics.DebuggerStepThroughAttribute()] +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public partial class TradeServiceClient : System.ServiceModel.ClientBase, ITradeService +{ + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) + : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) + : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) + : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) + : + base(binding, remoteAddress) + { + } + + public quickreturns.Quote GetQuote(string ticker) + { + return base.Channel.GetQuote(ticker); + } + + public void PublishQuote(quickreturns.Quote quote) + { + base.Channel.PublishQuote(quote); + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example01/CreateVDir.vbs b/PRO WCF Final Code/Chapter 04/Example01/CreateVDir.vbs new file mode 100644 index 0000000..7931a8f --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example01/CreateVDir.vbs @@ -0,0 +1,98 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 2 Then + usage = "USAGE: CreateVirtualDir.vbs virtual_directory_name directory_location_to_map" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory." & vbCrLf + usage = usage & "directory_location_to_map: Directory to be mapped to the virtual" & vbCrLf + usage = usage & " directory. Can be relative to the" & vbCrLf + usage = usage & " current directory." & vbCrLf + WScript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) +vDirPath = Wscript.Arguments(1) + +' Get the name of the current directory +Set fso = WScript.CreateObject( "Scripting.FileSystemObject" ) +vDirPath = fso.GetFolder( vDirPath ).Path + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject( "IIS://localhost/W3SVC/1/Root/" & vDirName ) +If Err.Number = 0 Then + result = shell.Popup( "A virtual directory named " & vDirName & " already exists. " & vbCrLf & vbCrLf & "Would you like it re-mapped for this sample?", 0 ,"Remap Virtual Directory?", 4 + 32 )' 4 = YesNo & 32 = Question + If result = 6 Then ' 6 = Yes + DeleteVirtualDirectory vDirName + Else + WScript.Quit + End If +End If + +'Using IIS Administration object , turn on script/execute permissions and define the virtual directory as an 'in-process application. +Set objIIS = GetObject( "IIS://localhost/W3SVC/1/Root" ) +Set vDirObj = objIIS.Create( "IISWebVirtualDir", vDirName ) + +vDirObj.Path = vDirPath +vDirObj.AuthNTLM = True +vDirObj.AccessRead = True +vDirObj.AccessWrite = True +vDirObj.AccessScript = True +vDirObj.AccessExecute = True +vDirObj.AuthAnonymous = True +'vDirObj.AnonymousUserName = owner +vDirObj.AnonymousPasswordSync = True +vDirObj.EnableDirBrowsing = True +vDirObj.AppCreate True +vDirObj.SetInfo + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +End If + +' Get the name of the account for the anonymous user in IIS +owner = vDirObj.AnonymousUserName + +' Change necessary folder permissions using CACLS.exe +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G " & owner & ":C" +rtc = shell.Run( aclCmd , 0, True ) + +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G ""VS Developers"":C" +rtc = shell.Run( aclCmd , 0, True ) + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +Else + res = vDirName & " has been created at" & vbCrLf & vDirPath + shell.Popup res, 0, "All done", 64 ' 64 = Information +End If + +Sub DeleteVirtualDirectory( NameOfVdir ) + + Set iis = GetObject("IIS://localhost/W3SVC/1/Root") + iis.Delete "IISWebVirtualDir", vDirName + + If Err.Number <> 0 Then + + errorString = "Unable to delete existing virtual directory." + + If Err.Description Is Nothing Then + errorString = errorString & "Error Code: " & Err.Number + Else + errorString = errorString & "Description: " & Err.Description + End If + + shell.Popup errorString, 0, "Error", 16 ' 16 = Stop + End If + +End Sub + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example01/CreateVirtualDirs.bat b/PRO WCF Final Code/Chapter 04/Example01/CreateVirtualDirs.bat new file mode 100644 index 0000000..cb7ba7f --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example01/CreateVirtualDirs.bat @@ -0,0 +1,11 @@ +@echo off +set AppName=MyAspNetWs +set regCmd="%systemroot%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" +cscript CreateVDir.vbs %AppName% %AppName% +%regCmd% -s W3SVC/1/ROOT/%AppName% + +set AppName=MyWcfWs +cscript CreateVDir.vbs %AppName% %AppName% +%regCmd% -s W3SVC/1/ROOT/%AppName% +pause + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example01/DeleteVDir.vbs b/PRO WCF Final Code/Chapter 04/Example01/DeleteVDir.vbs new file mode 100644 index 0000000..138402b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example01/DeleteVDir.vbs @@ -0,0 +1,38 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 1 Then + usage = "USAGE: DeleteSampleVdir.vbs virtual_directory_name" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory to delete." + Wscript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root/" & vDirName) +If Err.Number > 0 Then + shell.Popup "An virtual directory named " & vDirName & " does not exists. ", 0, "Error", 16 ' 16 = Stop + Wscript.quit +End If + +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root") +objIIS.Delete "IISWebVirtualDir", vDirName + +If Err.Number = 0 Then + shell.Popup "Virtual directory named " & vDirName & " was deleted sucessfully", 0, "All done", 64 ' 64 = Information +Else + errorString = "Unable to delete Virtual directory." + If Err.Description Is Nothing Then + ' If the error description is empty. Then just print the error number. + errorString = errorString & " Error Code : " & Err.Number + Else + ' Display the Error Description + errorString = errorString & " Error Description: " & Err.Description + End If + shell.Popup errorString, 0, "Error", 16 +End If diff --git a/PRO WCF Final Code/Chapter 04/Example01/DeleteVirtualDirs.bat b/PRO WCF Final Code/Chapter 04/Example01/DeleteVirtualDirs.bat new file mode 100644 index 0000000..082a55b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example01/DeleteVirtualDirs.bat @@ -0,0 +1,4 @@ +@echo off +cscript DeleteVdir.vbs MyWcfWs MyWcfWs +cscript DeleteVdir.vbs MyAspNetWs MyAspNetWs +pause diff --git a/PRO WCF Final Code/Chapter 04/Example01/Example01.sln b/PRO WCF Final Code/Chapter 04/Example01/Example01.sln new file mode 100644 index 0000000..2d62707 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example01/Example01.sln @@ -0,0 +1,76 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/MyAspNetWs/", "http://localhost/MyAspNetWs", "{029EAEA1-03F8-42B0-8514-6732752E4625}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.VirtualPath = "/MyAspNetWs" + Debug.AspNetCompiler.PhysicalPath = "MyAspNetWs\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\MyAspNetWs\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/MyAspNetWs" + Release.AspNetCompiler.PhysicalPath = "MyAspNetWs\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\MyAspNetWs\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + SlnRelativePath = "MyAspNetWs\" + EndProjectSection +EndProject +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/MyWcfWs/", "http://localhost/MyWcfWs", "{3220893D-2B8D-48A6-8705-000551D3F82F}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.VirtualPath = "/MyWcfWs" + Debug.AspNetCompiler.PhysicalPath = "MyWcfWs\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\MyWcfWs\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/MyWcfWs" + Release.AspNetCompiler.PhysicalPath = "MyWcfWs\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\MyWcfWs\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + SlnRelativePath = "MyWcfWs\" + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {029EAEA1-03F8-42B0-8514-6732752E4625}.Debug|.NET.ActiveCfg = Debug|.NET + {029EAEA1-03F8-42B0-8514-6732752E4625}.Debug|.NET.Build.0 = Debug|.NET + {029EAEA1-03F8-42B0-8514-6732752E4625}.Debug|Any CPU.ActiveCfg = Debug|.NET + {029EAEA1-03F8-42B0-8514-6732752E4625}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {029EAEA1-03F8-42B0-8514-6732752E4625}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {029EAEA1-03F8-42B0-8514-6732752E4625}.Release|.NET.ActiveCfg = Debug|.NET + {029EAEA1-03F8-42B0-8514-6732752E4625}.Release|.NET.Build.0 = Debug|.NET + {029EAEA1-03F8-42B0-8514-6732752E4625}.Release|Any CPU.ActiveCfg = Debug|.NET + {029EAEA1-03F8-42B0-8514-6732752E4625}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {029EAEA1-03F8-42B0-8514-6732752E4625}.Release|Mixed Platforms.Build.0 = Debug|.NET + {3220893D-2B8D-48A6-8705-000551D3F82F}.Debug|.NET.ActiveCfg = Debug|.NET + {3220893D-2B8D-48A6-8705-000551D3F82F}.Debug|.NET.Build.0 = Debug|.NET + {3220893D-2B8D-48A6-8705-000551D3F82F}.Debug|Any CPU.ActiveCfg = Debug|.NET + {3220893D-2B8D-48A6-8705-000551D3F82F}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {3220893D-2B8D-48A6-8705-000551D3F82F}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {3220893D-2B8D-48A6-8705-000551D3F82F}.Release|.NET.ActiveCfg = Debug|.NET + {3220893D-2B8D-48A6-8705-000551D3F82F}.Release|.NET.Build.0 = Debug|.NET + {3220893D-2B8D-48A6-8705-000551D3F82F}.Release|Any CPU.ActiveCfg = Debug|.NET + {3220893D-2B8D-48A6-8705-000551D3F82F}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {3220893D-2B8D-48A6-8705-000551D3F82F}.Release|Mixed Platforms.Build.0 = Debug|.NET + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example01/Example01.suo b/PRO WCF Final Code/Chapter 04/Example01/Example01.suo new file mode 100644 index 0000000000000000000000000000000000000000..3876d944f8f1b78588377bfa1de03d26d1787aac GIT binary patch literal 9728 zcmeHM+ix4i8lSXWQtnVF_Z|a1+?s4{Cu!33f)dAR(P?O?LtRlv?ZzG_OV+z)ciqHX zq>6W5kPs3QIzoaM9+3LT6PK6s*z?Q-f_HQd{{RiY-|SA}II+EUXa!Oy`etUwGxN=S z^L@YXo5_E#J^1tISD*MrG^G<_x46ExN8HiS-iJC#r3ZxAg$lo~udS_xjY6P$EB%cm z@H^IeTXcpz>)Szhg6;zKgZ6;#0o@I{7ldOM_kr#QJqY62lWwKIrv%Ol7k`0Bh^%l> zdZLa~ji2^GWAx6cEA7&i@qh1~9Q{wZ4ugHFWCF--(&DIi@M_SP(U_ zh(Gep3lpbM6ifK>!!B*}1o%IV9*=?I?w`2*a5Ss7UzQpNbQ|qo*IDkx_p_kEhIV4W zKcjEX`3Ptq=ur^Y^f>4x5XV1-l55=$`bX6EOjJIH@<3E)-xpASG5UTPpQEfsTO2K}SKyK*vERKpb}~t*yQC&BFgaJMrA*xc(zfZ?Z zltDOa`<(L9_}iL)9lA)5WVfBHm;Dp_^rX%FXCV6uxH1mNtMf16Yo+BW3}FAX0mg`N z_s{rpE?NN3JG8^lPAPxdpT8a%NSr~Ste5eLR8h)?XB-EA`kW`b;J$!>)0Px|9F@DHB!7Yz__&iZ{W1a)l}MDTDO@HbvJM}>b|9b{JTE?#{Hjy)JuxDgFV|=&9u@;+M0(` z>6CWL|BTXo8>?^>EjCDg3N2oT1wj5?@1OU@-=cY&tv~L$>t#LF1ApoZ?^aB6O8b|^ zY3$X9t>=Jl)Ir`si3*)gpqKsg>aXLkJkEImTk2zdt=g6J1-ByqM1JCm48kN+*x>D5Rv zX_?W7r|=??#0$VQ{KX(Vd>TGAiP{)m15)@N#EZZveorGGL7qk1VU#1{ePIB5RwA3% zal;v`G5|+L4NOOsbVJM3eKc-|ILW^KxQlF#Eq1!Lqw2+?FCF?@p6Ad4_WvyANX~$}bJMjv;ay!aRfcn#31t!zd>pQ_6f4eMV4Y1j8E7U@AJD zG|p(V%yZ(v-M>#9{P6ozSAYEK+TJhoP~@B#D?j|h^&j@1{^GOJ*PrbFKOb>gBxeV) z*XFzajJokK^2S@dcCW>?w{o~Hr}e@`!1^51T=+F2KdfB(O(l|8|R!spH=iJi3BX3_rd_Z z84XvU3H%Sj*3_E~P=jx_=c1NvP1#Itc57=FE!+xCIW$TD3oAeE&ei=uR*Z~m+Y(Cc zI=*pII?}U>#+0QROs{?^ec?jXF&B82vpA5b_(j*Vt%ZTaIqCTrcRXz*`8SZr)a;<< z$>WZ!1)gaSBxY+1u!Dce`kcEgo#P9mqvl9)^m`e4&R2jHWe>cKEvh)Z)9si458S2V6RH4H9L;I;e8wdyU>dw7K +using System.Web.Services; + +[WebService] +public class MyService : System.Web.Services.WebService +{ + + [WebMethod] + public string HelloWorld( string yourName ) + { + return "Hello, World to " + yourName; + } +} + diff --git a/PRO WCF Final Code/Chapter 04/Example01/MyWcfWs/Service.svc b/PRO WCF Final Code/Chapter 04/Example01/MyWcfWs/Service.svc new file mode 100644 index 0000000..3327acb --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example01/MyWcfWs/Service.svc @@ -0,0 +1,15 @@ +<%@ ServiceHost Language="C#" Service="MyService" %> + + +using System; +using System.ServiceModel; + +[ServiceContract] +public class MyService +{ + [OperationContract] + public string HelloWorld( string yourName ) + { + return "Hello, World to " + yourName; + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example01/MyWcfWs/Web.config b/PRO WCF Final Code/Chapter 04/Example01/MyWcfWs/Web.config new file mode 100644 index 0000000..1f2cc55 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example01/MyWcfWs/Web.config @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example02/CreateVDir.vbs b/PRO WCF Final Code/Chapter 04/Example02/CreateVDir.vbs new file mode 100644 index 0000000..7931a8f --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example02/CreateVDir.vbs @@ -0,0 +1,98 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 2 Then + usage = "USAGE: CreateVirtualDir.vbs virtual_directory_name directory_location_to_map" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory." & vbCrLf + usage = usage & "directory_location_to_map: Directory to be mapped to the virtual" & vbCrLf + usage = usage & " directory. Can be relative to the" & vbCrLf + usage = usage & " current directory." & vbCrLf + WScript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) +vDirPath = Wscript.Arguments(1) + +' Get the name of the current directory +Set fso = WScript.CreateObject( "Scripting.FileSystemObject" ) +vDirPath = fso.GetFolder( vDirPath ).Path + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject( "IIS://localhost/W3SVC/1/Root/" & vDirName ) +If Err.Number = 0 Then + result = shell.Popup( "A virtual directory named " & vDirName & " already exists. " & vbCrLf & vbCrLf & "Would you like it re-mapped for this sample?", 0 ,"Remap Virtual Directory?", 4 + 32 )' 4 = YesNo & 32 = Question + If result = 6 Then ' 6 = Yes + DeleteVirtualDirectory vDirName + Else + WScript.Quit + End If +End If + +'Using IIS Administration object , turn on script/execute permissions and define the virtual directory as an 'in-process application. +Set objIIS = GetObject( "IIS://localhost/W3SVC/1/Root" ) +Set vDirObj = objIIS.Create( "IISWebVirtualDir", vDirName ) + +vDirObj.Path = vDirPath +vDirObj.AuthNTLM = True +vDirObj.AccessRead = True +vDirObj.AccessWrite = True +vDirObj.AccessScript = True +vDirObj.AccessExecute = True +vDirObj.AuthAnonymous = True +'vDirObj.AnonymousUserName = owner +vDirObj.AnonymousPasswordSync = True +vDirObj.EnableDirBrowsing = True +vDirObj.AppCreate True +vDirObj.SetInfo + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +End If + +' Get the name of the account for the anonymous user in IIS +owner = vDirObj.AnonymousUserName + +' Change necessary folder permissions using CACLS.exe +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G " & owner & ":C" +rtc = shell.Run( aclCmd , 0, True ) + +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G ""VS Developers"":C" +rtc = shell.Run( aclCmd , 0, True ) + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +Else + res = vDirName & " has been created at" & vbCrLf & vDirPath + shell.Popup res, 0, "All done", 64 ' 64 = Information +End If + +Sub DeleteVirtualDirectory( NameOfVdir ) + + Set iis = GetObject("IIS://localhost/W3SVC/1/Root") + iis.Delete "IISWebVirtualDir", vDirName + + If Err.Number <> 0 Then + + errorString = "Unable to delete existing virtual directory." + + If Err.Description Is Nothing Then + errorString = errorString & "Error Code: " & Err.Number + Else + errorString = errorString & "Description: " & Err.Description + End If + + shell.Popup errorString, 0, "Error", 16 ' 16 = Stop + End If + +End Sub + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example02/CreateVirtualDirs.bat b/PRO WCF Final Code/Chapter 04/Example02/CreateVirtualDirs.bat new file mode 100644 index 0000000..45a7eb2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example02/CreateVirtualDirs.bat @@ -0,0 +1,7 @@ +@echo off +set AppName=WcfHelloWorld +set regCmd="%systemroot%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" +cscript CreateVDir.vbs %AppName% %AppName% +%regCmd% -s W3SVC/1/ROOT/%AppName% +pause + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example02/DeleteVDir.vbs b/PRO WCF Final Code/Chapter 04/Example02/DeleteVDir.vbs new file mode 100644 index 0000000..138402b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example02/DeleteVDir.vbs @@ -0,0 +1,38 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 1 Then + usage = "USAGE: DeleteSampleVdir.vbs virtual_directory_name" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory to delete." + Wscript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root/" & vDirName) +If Err.Number > 0 Then + shell.Popup "An virtual directory named " & vDirName & " does not exists. ", 0, "Error", 16 ' 16 = Stop + Wscript.quit +End If + +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root") +objIIS.Delete "IISWebVirtualDir", vDirName + +If Err.Number = 0 Then + shell.Popup "Virtual directory named " & vDirName & " was deleted sucessfully", 0, "All done", 64 ' 64 = Information +Else + errorString = "Unable to delete Virtual directory." + If Err.Description Is Nothing Then + ' If the error description is empty. Then just print the error number. + errorString = errorString & " Error Code : " & Err.Number + Else + ' Display the Error Description + errorString = errorString & " Error Description: " & Err.Description + End If + shell.Popup errorString, 0, "Error", 16 +End If diff --git a/PRO WCF Final Code/Chapter 04/Example02/DeleteVirtualDirs.bat b/PRO WCF Final Code/Chapter 04/Example02/DeleteVirtualDirs.bat new file mode 100644 index 0000000..29468bb --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example02/DeleteVirtualDirs.bat @@ -0,0 +1,3 @@ +@echo off +cscript DeleteVdir.vbs WcfHelloWorld +pause diff --git a/PRO WCF Final Code/Chapter 04/Example02/Example02.sln b/PRO WCF Final Code/Chapter 04/Example02/Example02.sln new file mode 100644 index 0000000..8137ad2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example02/Example02.sln @@ -0,0 +1,34 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/WcfHelloWorld/", "http://localhost/WcfHelloWorld", "{BFE10FEE-37E5-4FC5-AA84-DBF09AC7569C}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.VirtualPath = "/WcfHelloWorld" + Debug.AspNetCompiler.PhysicalPath = "WcfHelloWorld\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WcfHelloWorld\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/WcfHelloWorld" + Release.AspNetCompiler.PhysicalPath = "WcfHelloWorld\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WcfHelloWorld\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + SlnRelativePath = "WcfHelloWorld\" + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BFE10FEE-37E5-4FC5-AA84-DBF09AC7569C}.Debug|.NET.ActiveCfg = Debug|.NET + {BFE10FEE-37E5-4FC5-AA84-DBF09AC7569C}.Debug|.NET.Build.0 = Debug|.NET + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example02/Example02.suo b/PRO WCF Final Code/Chapter 04/Example02/Example02.suo new file mode 100644 index 0000000000000000000000000000000000000000..6bca4f5a95fface1ef54d5484f1c69ea118d3a22 GIT binary patch literal 8704 zcmeHM+jCPz82{2j<>HNtRS;;wDhM{Dp~c>0rcK(Z3Z>eXFqoG#O)vB`>7*$wQb%9B zJm90_6A#YFIHNNT{0Z`ayg2yGlRP_$kG|0O`|X}BCowtMHjD!!U*i5L z`+yC=M&N$n0iYS{RkwZ+{!X;=rGhh%0gQPrV$EZnwrK8(!Sh9UITx|8s;vx{5fC7HbOD~ezoRt>;f4?<*b^ErY!v= zfAVF{WXqp(HSxDR|BJ9p?nq8)#%?S4E577S@FjLT8EXw)G5=GL{VcdL4~V(4$jD+@ zExh5bpWC@Df68jaodET%eKHNJbAx6-|G=P?0)&7 zb^E=QKl5s2wDZhCFzxzHKewSc1^qcnOT$V|Sv(gIK}>Eb@)l0BTxl2LzQ`r%g`M>w zcL>RQje`9lsdkS!$hvU%SVRwZ59VXVyGKgx9vpSKiruFPb72NP0}D)m{|t2Ai0Bx? zuSJ6D2^MAH?CnZfciB%>2jiRrX&D>Wel`KCpF}I=VR}lB1OH!h{NY*hj-2AI#=`X6ZzyJJMK`UGS?51CKH+ZO*d3zx7=(FFdq0p`HA z{JrtV*eK&5^AJW}`nj5DD zHS6EI{sBmRT=7n0%?@VMuPl*xKE$-iRI^BA~rmraS;@w64rDH~w?DSsAb{=u;rQ*77Icrgeh6tCaRz_i<}pX=d{ zX3KvEXwCZ1BJMlzI_^6&c=8tDv~~8&v-sNWkFjDDNEnu;t@nG5eEHMB^*i6+-f=aC z#SBaP#LgQlH};+U_R9E=U+=rup=nD!X?w&5;1qP2!`wS@IzOtSN)jt_ltt0Djv~5p zKjqzqqxu(>tvT?2p6AyCe?^#0RR^4Zcce2uluaaa)5(MrOHRZiQ;E4;DjRBz_bnx6 z=bTh197p>=%5gHWOx78X$5La#WF|c^JxTU;-RT9#IkC=}oDF!B5+)~o(k#d1O_Xh@ zwIVD=RINvPur0QtEvnL(kaVCW0?IZyj(S8sLPAnm75ZR2u&RpKsw$SDBp#;MlMWRg zrpv244wq+uH`i=Iyk7v{W&AE-eZ5$FI}YR;o3XMmQlT(b-GW~f*o?k*tU81mlO_K8 zRZAOMJ3teLByd3#KGxcHTx5sr-RQ|pPoAUJMdg9jh&l+{U3B*hlXq(W)mbNbbg3J2 z9oY>{;XX^+O*qRI=BCw}L6>wt;H zgdQlDk^BO_kAR*&!!xb0Y1D?QG*cE6=+8Ux#;IhK?oa*l()?kSchT;-8t*|Ec^39HVqJ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 04/Example02/WcfHelloWorld/Service.svc b/PRO WCF Final Code/Chapter 04/Example02/WcfHelloWorld/Service.svc new file mode 100644 index 0000000..1a04381 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example02/WcfHelloWorld/Service.svc @@ -0,0 +1,19 @@ +<%@ ServiceHost Language="C#" Service="MyService" %> + +using System; +using System.ServiceModel; + +[ServiceContract] +public interface IMyInterface +{ + [OperationContract] + string HelloWorld ( string yourName ); +} +public class MyService : IMyInterface +{ + public string HelloWorld( string yourName ) + { + return "Hello World to " + yourName; + } +} + diff --git a/PRO WCF Final Code/Chapter 04/Example02/WcfHelloWorld/Web.config b/PRO WCF Final Code/Chapter 04/Example02/WcfHelloWorld/Web.config new file mode 100644 index 0000000..0d7e805 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example02/WcfHelloWorld/Web.config @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example03/CreateVDir.vbs b/PRO WCF Final Code/Chapter 04/Example03/CreateVDir.vbs new file mode 100644 index 0000000..7931a8f --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/CreateVDir.vbs @@ -0,0 +1,98 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 2 Then + usage = "USAGE: CreateVirtualDir.vbs virtual_directory_name directory_location_to_map" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory." & vbCrLf + usage = usage & "directory_location_to_map: Directory to be mapped to the virtual" & vbCrLf + usage = usage & " directory. Can be relative to the" & vbCrLf + usage = usage & " current directory." & vbCrLf + WScript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) +vDirPath = Wscript.Arguments(1) + +' Get the name of the current directory +Set fso = WScript.CreateObject( "Scripting.FileSystemObject" ) +vDirPath = fso.GetFolder( vDirPath ).Path + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject( "IIS://localhost/W3SVC/1/Root/" & vDirName ) +If Err.Number = 0 Then + result = shell.Popup( "A virtual directory named " & vDirName & " already exists. " & vbCrLf & vbCrLf & "Would you like it re-mapped for this sample?", 0 ,"Remap Virtual Directory?", 4 + 32 )' 4 = YesNo & 32 = Question + If result = 6 Then ' 6 = Yes + DeleteVirtualDirectory vDirName + Else + WScript.Quit + End If +End If + +'Using IIS Administration object , turn on script/execute permissions and define the virtual directory as an 'in-process application. +Set objIIS = GetObject( "IIS://localhost/W3SVC/1/Root" ) +Set vDirObj = objIIS.Create( "IISWebVirtualDir", vDirName ) + +vDirObj.Path = vDirPath +vDirObj.AuthNTLM = True +vDirObj.AccessRead = True +vDirObj.AccessWrite = True +vDirObj.AccessScript = True +vDirObj.AccessExecute = True +vDirObj.AuthAnonymous = True +'vDirObj.AnonymousUserName = owner +vDirObj.AnonymousPasswordSync = True +vDirObj.EnableDirBrowsing = True +vDirObj.AppCreate True +vDirObj.SetInfo + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +End If + +' Get the name of the account for the anonymous user in IIS +owner = vDirObj.AnonymousUserName + +' Change necessary folder permissions using CACLS.exe +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G " & owner & ":C" +rtc = shell.Run( aclCmd , 0, True ) + +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G ""VS Developers"":C" +rtc = shell.Run( aclCmd , 0, True ) + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +Else + res = vDirName & " has been created at" & vbCrLf & vDirPath + shell.Popup res, 0, "All done", 64 ' 64 = Information +End If + +Sub DeleteVirtualDirectory( NameOfVdir ) + + Set iis = GetObject("IIS://localhost/W3SVC/1/Root") + iis.Delete "IISWebVirtualDir", vDirName + + If Err.Number <> 0 Then + + errorString = "Unable to delete existing virtual directory." + + If Err.Description Is Nothing Then + errorString = errorString & "Error Code: " & Err.Number + Else + errorString = errorString & "Description: " & Err.Description + End If + + shell.Popup errorString, 0, "Error", 16 ' 16 = Stop + End If + +End Sub + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example03/CreateVirtualDirs.bat b/PRO WCF Final Code/Chapter 04/Example03/CreateVirtualDirs.bat new file mode 100644 index 0000000..45a7eb2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/CreateVirtualDirs.bat @@ -0,0 +1,7 @@ +@echo off +set AppName=WcfHelloWorld +set regCmd="%systemroot%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" +cscript CreateVDir.vbs %AppName% %AppName% +%regCmd% -s W3SVC/1/ROOT/%AppName% +pause + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example03/DeleteVDir.vbs b/PRO WCF Final Code/Chapter 04/Example03/DeleteVDir.vbs new file mode 100644 index 0000000..138402b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/DeleteVDir.vbs @@ -0,0 +1,38 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 1 Then + usage = "USAGE: DeleteSampleVdir.vbs virtual_directory_name" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory to delete." + Wscript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root/" & vDirName) +If Err.Number > 0 Then + shell.Popup "An virtual directory named " & vDirName & " does not exists. ", 0, "Error", 16 ' 16 = Stop + Wscript.quit +End If + +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root") +objIIS.Delete "IISWebVirtualDir", vDirName + +If Err.Number = 0 Then + shell.Popup "Virtual directory named " & vDirName & " was deleted sucessfully", 0, "All done", 64 ' 64 = Information +Else + errorString = "Unable to delete Virtual directory." + If Err.Description Is Nothing Then + ' If the error description is empty. Then just print the error number. + errorString = errorString & " Error Code : " & Err.Number + Else + ' Display the Error Description + errorString = errorString & " Error Description: " & Err.Description + End If + shell.Popup errorString, 0, "Error", 16 +End If diff --git a/PRO WCF Final Code/Chapter 04/Example03/DeleteVirtualDirs.bat b/PRO WCF Final Code/Chapter 04/Example03/DeleteVirtualDirs.bat new file mode 100644 index 0000000..29468bb --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/DeleteVirtualDirs.bat @@ -0,0 +1,3 @@ +@echo off +cscript DeleteVdir.vbs WcfHelloWorld +pause diff --git a/PRO WCF Final Code/Chapter 04/Example03/Example03.sln b/PRO WCF Final Code/Chapter 04/Example03/Example03.sln new file mode 100644 index 0000000..0c2db7f --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/Example03.sln @@ -0,0 +1,59 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfClient", "WcfClient\WcfClient.csproj", "{9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}" +EndProject +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/WcfHelloWorld/", "http://localhost/WcfHelloWorld", "{0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.VirtualPath = "/WcfHelloWorld" + Debug.AspNetCompiler.PhysicalPath = "WcfHelloWorld\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WcfHelloWorld\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/WcfHelloWorld" + Release.AspNetCompiler.PhysicalPath = "WcfHelloWorld\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WcfHelloWorld\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + SlnRelativePath = "WcfHelloWorld\" + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}.Debug|.NET.ActiveCfg = Debug|Any CPU + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}.Release|.NET.ActiveCfg = Release|Any CPU + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}.Release|Any CPU.Build.0 = Release|Any CPU + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}.Debug|.NET.ActiveCfg = Debug|.NET + {0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}.Debug|.NET.Build.0 = Debug|.NET + {0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}.Debug|Any CPU.ActiveCfg = Debug|.NET + {0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}.Release|.NET.ActiveCfg = Debug|.NET + {0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}.Release|.NET.Build.0 = Debug|.NET + {0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}.Release|Any CPU.ActiveCfg = Debug|.NET + {0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {0DCBEFC0-2CAF-4BDC-B954-3E7AB575B688}.Release|Mixed Platforms.Build.0 = Debug|.NET + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example03/Example03.suo b/PRO WCF Final Code/Chapter 04/Example03/Example03.suo new file mode 100644 index 0000000000000000000000000000000000000000..a21b4e26e96f16f7c98b1ebabdfd35aa9668269c GIT binary patch literal 15360 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 to exit..."); + Console.ReadLine(); + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..939b535 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("WcfClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CedarLogic")] +[assembly: AssemblyProduct("WcfClient")] +[assembly: AssemblyCopyright("Copyright © CedarLogic 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("dd5c88f8-b2bb-4c34-912f-a5819f6e26a1")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.cs b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.cs new file mode 100644 index 0000000..b72cfa4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WcfClient.Example03 +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfClient.Example03.IMyInterface")] + public interface IMyInterface + { + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IMyInterface/HelloWorld", ReplyAction="http://tempuri.org/IMyInterface/HelloWorldResponse")] + string HelloWorld(string yourName); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface IMyInterfaceChannel : WcfClient.Example03.IMyInterface, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class MyInterfaceClient : System.ServiceModel.ClientBase, WcfClient.Example03.IMyInterface + { + + public MyInterfaceClient() + { + } + + public MyInterfaceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public MyInterfaceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public MyInterfaceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public MyInterfaceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public string HelloWorld(string yourName) + { + return base.Channel.HelloWorld(yourName); + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.map b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.map new file mode 100644 index 0000000..beeceeb --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.map.bak b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.map.bak new file mode 100644 index 0000000..6975886 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/Service References/Example03.map.bak @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example03/WcfClient/WcfClient.csproj b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/WcfClient.csproj new file mode 100644 index 0000000..9b616e0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/WcfClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {9A9DDCD3-56FD-4DBE-8655-6AA2196A3D65} + Exe + Properties + WcfClient + WcfClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + Example03.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example03/WcfClient/WcfClient.csproj.user b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/WcfClient.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/WcfClient.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example03/WcfClient/app.config b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/app.config new file mode 100644 index 0000000..b071142 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/WcfClient/app.config @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/App_Code/MyService.cs b/PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/App_Code/MyService.cs new file mode 100644 index 0000000..ea2b5d4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/App_Code/MyService.cs @@ -0,0 +1,16 @@ +using System; +using System.ServiceModel; + +[ServiceContract] +public interface IMyInterface +{ + [OperationContract] + string HelloWorld(string yourName); +} +public class MyService : IMyInterface +{ + public string HelloWorld(string yourName) + { + return "Hello World to " + yourName; + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/Service.svc b/PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/Service.svc new file mode 100644 index 0000000..962e607 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/Service.svc @@ -0,0 +1,3 @@ +<%@ ServiceHost Language="C#" Service="MyService" %> + + diff --git a/PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/Web.config b/PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/Web.config new file mode 100644 index 0000000..0d7e805 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example03/WcfHelloWorld/Web.config @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example04/CreateVDir.vbs b/PRO WCF Final Code/Chapter 04/Example04/CreateVDir.vbs new file mode 100644 index 0000000..7931a8f --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/CreateVDir.vbs @@ -0,0 +1,98 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 2 Then + usage = "USAGE: CreateVirtualDir.vbs virtual_directory_name directory_location_to_map" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory." & vbCrLf + usage = usage & "directory_location_to_map: Directory to be mapped to the virtual" & vbCrLf + usage = usage & " directory. Can be relative to the" & vbCrLf + usage = usage & " current directory." & vbCrLf + WScript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) +vDirPath = Wscript.Arguments(1) + +' Get the name of the current directory +Set fso = WScript.CreateObject( "Scripting.FileSystemObject" ) +vDirPath = fso.GetFolder( vDirPath ).Path + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject( "IIS://localhost/W3SVC/1/Root/" & vDirName ) +If Err.Number = 0 Then + result = shell.Popup( "A virtual directory named " & vDirName & " already exists. " & vbCrLf & vbCrLf & "Would you like it re-mapped for this sample?", 0 ,"Remap Virtual Directory?", 4 + 32 )' 4 = YesNo & 32 = Question + If result = 6 Then ' 6 = Yes + DeleteVirtualDirectory vDirName + Else + WScript.Quit + End If +End If + +'Using IIS Administration object , turn on script/execute permissions and define the virtual directory as an 'in-process application. +Set objIIS = GetObject( "IIS://localhost/W3SVC/1/Root" ) +Set vDirObj = objIIS.Create( "IISWebVirtualDir", vDirName ) + +vDirObj.Path = vDirPath +vDirObj.AuthNTLM = True +vDirObj.AccessRead = True +vDirObj.AccessWrite = True +vDirObj.AccessScript = True +vDirObj.AccessExecute = True +vDirObj.AuthAnonymous = True +'vDirObj.AnonymousUserName = owner +vDirObj.AnonymousPasswordSync = True +vDirObj.EnableDirBrowsing = True +vDirObj.AppCreate True +vDirObj.SetInfo + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +End If + +' Get the name of the account for the anonymous user in IIS +owner = vDirObj.AnonymousUserName + +' Change necessary folder permissions using CACLS.exe +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G " & owner & ":C" +rtc = shell.Run( aclCmd , 0, True ) + +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G ""VS Developers"":C" +rtc = shell.Run( aclCmd , 0, True ) + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +Else + res = vDirName & " has been created at" & vbCrLf & vDirPath + shell.Popup res, 0, "All done", 64 ' 64 = Information +End If + +Sub DeleteVirtualDirectory( NameOfVdir ) + + Set iis = GetObject("IIS://localhost/W3SVC/1/Root") + iis.Delete "IISWebVirtualDir", vDirName + + If Err.Number <> 0 Then + + errorString = "Unable to delete existing virtual directory." + + If Err.Description Is Nothing Then + errorString = errorString & "Error Code: " & Err.Number + Else + errorString = errorString & "Description: " & Err.Description + End If + + shell.Popup errorString, 0, "Error", 16 ' 16 = Stop + End If + +End Sub + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example04/CreateVirtualDirs.bat b/PRO WCF Final Code/Chapter 04/Example04/CreateVirtualDirs.bat new file mode 100644 index 0000000..5b34b2b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/CreateVirtualDirs.bat @@ -0,0 +1,7 @@ +@echo off +set AppName=Example04Web +set regCmd="%systemroot%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" +cscript CreateVDir.vbs %AppName% %AppName% +%regCmd% -s W3SVC/1/ROOT/%AppName% +pause + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example04/DeleteVDir.vbs b/PRO WCF Final Code/Chapter 04/Example04/DeleteVDir.vbs new file mode 100644 index 0000000..138402b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/DeleteVDir.vbs @@ -0,0 +1,38 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 1 Then + usage = "USAGE: DeleteSampleVdir.vbs virtual_directory_name" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory to delete." + Wscript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root/" & vDirName) +If Err.Number > 0 Then + shell.Popup "An virtual directory named " & vDirName & " does not exists. ", 0, "Error", 16 ' 16 = Stop + Wscript.quit +End If + +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root") +objIIS.Delete "IISWebVirtualDir", vDirName + +If Err.Number = 0 Then + shell.Popup "Virtual directory named " & vDirName & " was deleted sucessfully", 0, "All done", 64 ' 64 = Information +Else + errorString = "Unable to delete Virtual directory." + If Err.Description Is Nothing Then + ' If the error description is empty. Then just print the error number. + errorString = errorString & " Error Code : " & Err.Number + Else + ' Display the Error Description + errorString = errorString & " Error Description: " & Err.Description + End If + shell.Popup errorString, 0, "Error", 16 +End If diff --git a/PRO WCF Final Code/Chapter 04/Example04/DeleteVirtualDirs.bat b/PRO WCF Final Code/Chapter 04/Example04/DeleteVirtualDirs.bat new file mode 100644 index 0000000..e289f96 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/DeleteVirtualDirs.bat @@ -0,0 +1,3 @@ +@echo off +cscript DeleteVdir.vbs Example04Web +pause diff --git a/PRO WCF Final Code/Chapter 04/Example04/Example04.sln b/PRO WCF Final Code/Chapter 04/Example04/Example04.sln new file mode 100644 index 0000000..0da80f4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/Example04.sln @@ -0,0 +1,60 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/Example04Web/", "http://localhost/Example04Web", "{0E1AE455-C485-4971-A128-D19368A892C2}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.VirtualPath = "/Example04Web" + Debug.AspNetCompiler.PhysicalPath = "Example04Web\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Example04Web\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/Example04Web" + Release.AspNetCompiler.PhysicalPath = "Example04Web\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Example04Web\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + SlnRelativePath = "Example04Web\" + DefaultWebSiteLanguage = "Visual C#" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfClient", "WcfClient\WcfClient.csproj", "{BF4730DA-2D20-4680-83C7-063736F54953}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0E1AE455-C485-4971-A128-D19368A892C2}.Debug|.NET.ActiveCfg = Debug|.NET + {0E1AE455-C485-4971-A128-D19368A892C2}.Debug|.NET.Build.0 = Debug|.NET + {0E1AE455-C485-4971-A128-D19368A892C2}.Debug|Any CPU.ActiveCfg = Debug|.NET + {0E1AE455-C485-4971-A128-D19368A892C2}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {0E1AE455-C485-4971-A128-D19368A892C2}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {0E1AE455-C485-4971-A128-D19368A892C2}.Release|.NET.ActiveCfg = Debug|.NET + {0E1AE455-C485-4971-A128-D19368A892C2}.Release|.NET.Build.0 = Debug|.NET + {0E1AE455-C485-4971-A128-D19368A892C2}.Release|Any CPU.ActiveCfg = Debug|.NET + {0E1AE455-C485-4971-A128-D19368A892C2}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {0E1AE455-C485-4971-A128-D19368A892C2}.Release|Mixed Platforms.Build.0 = Debug|.NET + {BF4730DA-2D20-4680-83C7-063736F54953}.Debug|.NET.ActiveCfg = Debug|Any CPU + {BF4730DA-2D20-4680-83C7-063736F54953}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BF4730DA-2D20-4680-83C7-063736F54953}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BF4730DA-2D20-4680-83C7-063736F54953}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {BF4730DA-2D20-4680-83C7-063736F54953}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {BF4730DA-2D20-4680-83C7-063736F54953}.Release|.NET.ActiveCfg = Release|Any CPU + {BF4730DA-2D20-4680-83C7-063736F54953}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BF4730DA-2D20-4680-83C7-063736F54953}.Release|Any CPU.Build.0 = Release|Any CPU + {BF4730DA-2D20-4680-83C7-063736F54953}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {BF4730DA-2D20-4680-83C7-063736F54953}.Release|Mixed Platforms.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example04/Example04.suo b/PRO WCF Final Code/Chapter 04/Example04/Example04.suo new file mode 100644 index 0000000000000000000000000000000000000000..181685f889c11ac904e14eea93412e17fcc01279 GIT binary patch literal 13824 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∓gx%lozp)Y6e}^ z_wZ)S^pn?b|COeHeR`qqOJy3xC#7K{Aq`R3BovV(z2@lSl|v+@=Bf8sasNmT!5jJ|FD(pxx{h?CcAA?oZRFRdK5 z&N6g{;d0o8__K8UC$1B26{=OsIeIuw8-`Z~;k6@ppo1o-_#D?hT9O8m)nI|ct!_XNTmF~U7lR_~)*ZMcAa611yBNZPFTP)#F@)9^NvR!RBZaVmgQ`d2y z{@$g!4#awS*G8?KUz=&ufmj?S(-B#-IS^|zU%yx@?bN?+`uWIYrRu@ETHpK+A+*Om literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 04/Example04/Example04Web/App_Code/Service.cs b/PRO WCF Final Code/Chapter 04/Example04/Example04Web/App_Code/Service.cs new file mode 100644 index 0000000..b7ef6f2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/Example04Web/App_Code/Service.cs @@ -0,0 +1,50 @@ +using System; +using System.ServiceModel; +using System.Runtime.Serialization; + +// A WinFX service consists of a contract (defined below as IMyService, DataContract1), +// a class which implements that interface (see MyService), +// and configuration entries that specify behaviors associated with +// that implementation (see in web.config) + +[ServiceContract()] +public interface IMyService +{ + [OperationContract] + string MyOperation1(string myValue1); + [OperationContract] + string MyOperation2(DataContract1 dataContractValue); +} + +public class MyService : IMyService +{ + public string MyOperation1(string myValue1) + { + return "Hello: " + myValue1; + } + public string MyOperation2(DataContract1 dataContractValue) + { + return "Hello: " + dataContractValue.FirstName + " " + dataContractValue.LastName; + } +} + +[DataContract] +public class DataContract1 +{ + string firstName; + string lastName; + + [DataMember] + public string FirstName + { + get { return firstName;} + set { firstName = value;} + } + [DataMember] + public string LastName + { + get { return lastName;} + set { lastName = value;} + } +} + diff --git a/PRO WCF Final Code/Chapter 04/Example04/Example04Web/Service.svc b/PRO WCF Final Code/Chapter 04/Example04/Example04Web/Service.svc new file mode 100644 index 0000000..3838bf3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/Example04Web/Service.svc @@ -0,0 +1 @@ +<% @ServiceHost Language=C# Debug="true" Service="MyService" CodeBehind="~/App_Code/Service.cs" %> \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example04/Example04Web/Web.config b/PRO WCF Final Code/Chapter 04/Example04/Example04Web/Web.config new file mode 100644 index 0000000..23b7beb --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/Example04Web/Web.config @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Program.cs b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Program.cs new file mode 100644 index 0000000..ddae8e8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Program.cs @@ -0,0 +1,28 @@ +using System; + +namespace WcfClient +{ + class Program + { + static void Main(string[] args) + { + using (Example04.MyServiceClient proxy = + new Example04.MyServiceClient()) + { + string result = proxy.MyOperation1("Shawn"); + Console.WriteLine("Call to MyOperation1 result"); + Console.WriteLine(result); + + Example04.DataContract1 dc = new Example04.DataContract1(); + dc.FirstName = "Shawn"; + dc.LastName = "Cicoria"; + Console.WriteLine("Call to MyOperation2 result"); + result = proxy.MyOperation2(dc); + Console.WriteLine(result); + + Console.WriteLine("Press to exit..."); + Console.ReadLine(); + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..0eb692d --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("WcfClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CedarLogic")] +[assembly: AssemblyProduct("WcfClient")] +[assembly: AssemblyCopyright("Copyright © CedarLogic 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("11a7627e-38dd-4c50-843c-8b563a463df9")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.cs b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.cs new file mode 100644 index 0000000..c84bbf8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.cs @@ -0,0 +1,127 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WcfClient.Example04 +{ + using System.Runtime.Serialization; + using System; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://schemas.datacontract.org/2004/07/")] + [System.SerializableAttribute()] + public partial class DataContract1 : object, System.Runtime.Serialization.IExtensibleDataObject + { + + [System.NonSerializedAttribute()] + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string FirstNameField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string LastNameField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string FirstName + { + get + { + return this.FirstNameField; + } + set + { + this.FirstNameField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string LastName + { + get + { + return this.LastNameField; + } + set + { + this.LastNameField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfClient.Example04.IMyService")] + public interface IMyService + { + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IMyService/MyOperation1", ReplyAction="http://tempuri.org/IMyService/MyOperation1Response")] + string MyOperation1(string myValue1); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IMyService/MyOperation2", ReplyAction="http://tempuri.org/IMyService/MyOperation2Response")] + string MyOperation2(WcfClient.Example04.DataContract1 dataContractValue); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface IMyServiceChannel : WcfClient.Example04.IMyService, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class MyServiceClient : System.ServiceModel.ClientBase, WcfClient.Example04.IMyService + { + + public MyServiceClient() + { + } + + public MyServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public MyServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public MyServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public MyServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public string MyOperation1(string myValue1) + { + return base.Channel.MyOperation1(myValue1); + } + + public string MyOperation2(WcfClient.Example04.DataContract1 dataContractValue) + { + return base.Channel.MyOperation2(dataContractValue); + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.map b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.map new file mode 100644 index 0000000..1c10aa4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.map.bak b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.map.bak new file mode 100644 index 0000000..3c83439 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/Service References/Example04.map.bak @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example04/WcfClient/WcfClient.csproj b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/WcfClient.csproj new file mode 100644 index 0000000..744a1be --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/WcfClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {BF4730DA-2D20-4680-83C7-063736F54953} + Exe + Properties + WcfClient + WcfClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + Example04.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example04/WcfClient/app.config b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/app.config new file mode 100644 index 0000000..e9f02e7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/app.config @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example04/WcfClient/app.config.bak b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/app.config.bak new file mode 100644 index 0000000..3fb66b2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example04/WcfClient/app.config.bak @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example05/Example05.sln b/PRO WCF Final Code/Chapter 04/Example05/Example05.sln new file mode 100644 index 0000000..0e78305 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example05/Example05.sln @@ -0,0 +1,62 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{85143B7B-27D8-440F-BE6F-52E02690D954}" +EndProject +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ExchangeWeb\", "ExchangeWeb\", "{9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}" + ProjectSection(WebsiteProperties) = preProject + ProjectReferences = "{85143B7B-27D8-440F-BE6F-52E02690D954}|ExchangeService.dll;" + Debug.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Debug.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Release.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + VWDPort = "8888" + VWDDynamicPort = "false" + DefaultWebSiteLanguage = "Visual C#" + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {85143B7B-27D8-440F-BE6F-52E02690D954}.Debug|.NET.ActiveCfg = Debug|Any CPU + {85143B7B-27D8-440F-BE6F-52E02690D954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {85143B7B-27D8-440F-BE6F-52E02690D954}.Debug|Any CPU.Build.0 = Debug|Any CPU + {85143B7B-27D8-440F-BE6F-52E02690D954}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {85143B7B-27D8-440F-BE6F-52E02690D954}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {85143B7B-27D8-440F-BE6F-52E02690D954}.Release|.NET.ActiveCfg = Release|Any CPU + {85143B7B-27D8-440F-BE6F-52E02690D954}.Release|Any CPU.ActiveCfg = Release|Any CPU + {85143B7B-27D8-440F-BE6F-52E02690D954}.Release|Any CPU.Build.0 = Release|Any CPU + {85143B7B-27D8-440F-BE6F-52E02690D954}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {85143B7B-27D8-440F-BE6F-52E02690D954}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}.Debug|.NET.ActiveCfg = Debug|.NET + {9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}.Debug|.NET.Build.0 = Debug|.NET + {9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}.Debug|Any CPU.ActiveCfg = Debug|.NET + {9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}.Release|.NET.ActiveCfg = Debug|.NET + {9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}.Release|.NET.Build.0 = Debug|.NET + {9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}.Release|Any CPU.ActiveCfg = Debug|.NET + {9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {9FA6EC06-9A5B-4A40-B01A-4F91DE3343E4}.Release|Mixed Platforms.Build.0 = Debug|.NET + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example05/Example05.suo b/PRO WCF Final Code/Chapter 04/Example05/Example05.suo new file mode 100644 index 0000000000000000000000000000000000000000..88c27a8b991c95a96fefacc77bb2c66b23e93e81 GIT binary patch literal 15360 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 rVPh9A7+aw4OyxtA@f + + Debug + AnyCPU + 8.0.50727 + 2.0 + {85143B7B-27D8-440F-BE6F-52E02690D954} + Library + Properties + ExchangeService + ExchangeService + 3.0 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example05/ExchangeService/ExchangeService.csproj.user b/PRO WCF Final Code/Chapter 04/Example05/ExchangeService/ExchangeService.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example05/ExchangeService/ExchangeService.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example05/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example05/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..a5577ad --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example05/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ExchangeService")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CedarLogic")] +[assembly: AssemblyProduct("ExchangeService")] +[assembly: AssemblyCopyright("Copyright © CedarLogic 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("34d2ecb0-4e57-4642-8138-b95b799993f8")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 04/Example05/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 04/Example05/ExchangeService/TradeService.cs new file mode 100644 index 0000000..6c0b35f --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example05/ExchangeService/TradeService.cs @@ -0,0 +1,36 @@ +using System; +using System.ServiceModel; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange/TradeService", + Name = "TradeService") + ] + public interface ITradeService + { + [OperationContract] + decimal TradeSecurity(string ticker, int quantity); + } + public class TradeService : ITradeService + { + const decimal IBM_Price = 80.50m; + const decimal MSFT_Price = 30.25m; + public decimal TradeSecurity(string ticker, int quantity) + { + if (quantity < 1) + throw new ArgumentException( + "Invalid quantity", "quantity"); + switch (ticker.ToLower()) + { + case "ibm": + return quantity * IBM_Price; + case "msft": + return quantity * MSFT_Price; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker"); + } + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example05/ExchangeWeb/TradeService.svc b/PRO WCF Final Code/Chapter 04/Example05/ExchangeWeb/TradeService.svc new file mode 100644 index 0000000..35a385c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example05/ExchangeWeb/TradeService.svc @@ -0,0 +1 @@ +<%@ ServiceHost Language="C#" Service="ExchangeService.TradeService" %> diff --git a/PRO WCF Final Code/Chapter 04/Example05/ExchangeWeb/Web.config b/PRO WCF Final Code/Chapter 04/Example05/ExchangeWeb/Web.config new file mode 100644 index 0000000..def062b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example05/ExchangeWeb/Web.config @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example06/Example06.sln b/PRO WCF Final Code/Chapter 04/Example06/Example06.sln new file mode 100644 index 0000000..bc2a57a --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/Example06.sln @@ -0,0 +1,74 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfClient", "WcfClient\WcfClient.csproj", "{A6426F54-B56C-4DFA-BA68-B00A992ECF66}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}" +EndProject +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ExchangeWeb\", "ExchangeWeb", "{4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}" + ProjectSection(WebsiteProperties) = preProject + ProjectReferences = "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}|ExchangeService.dll;" + Debug.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Debug.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Release.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + VWDPort = "8888" + VWDDynamicPort = "true" + DefaultWebSiteLanguage = "Visual C#" + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|.NET.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|.NET.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.Build.0 = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|.NET.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|.NET.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.Build.0 = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}.Debug|.NET.ActiveCfg = Debug|.NET + {4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}.Debug|.NET.Build.0 = Debug|.NET + {4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}.Debug|Any CPU.ActiveCfg = Debug|.NET + {4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}.Release|.NET.ActiveCfg = Debug|.NET + {4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}.Release|.NET.Build.0 = Debug|.NET + {4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}.Release|Any CPU.ActiveCfg = Debug|.NET + {4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {4C757C2C-A6AA-4EDB-A84A-7DD9EEA8DD65}.Release|Mixed Platforms.Build.0 = Debug|.NET + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example06/Example06.suo b/PRO WCF Final Code/Chapter 04/Example06/Example06.suo new file mode 100644 index 0000000000000000000000000000000000000000..12953aa86c7e7e3c90fd87ef3a527754113e4199 GIT binary patch literal 22016 zcmeI4U2I%O700iWG&E^TKT-me(r(gFTG|*pb{soyQ|$FRaho)5?ZlyMY1ZrYN3yYv z?KDa2N`MNgiV)&MFXH+`2)Ex1}B z5%8`RTqn3*uvzdv0rK!(|N4Ia8pe`@+O`O`3T_c>6MRT;tKh?e+XS}@7_VMdhXW6K zQ~Jz#2`}YM>N?|{5y#_~&5{^L*-aH5>%Zl?H;yj6+OSsrUjBgX+%Jq%-Z8IF*hh7j z@=jM6CD^=K7Rce}8f-293)!U{_GZ07!-Kpxtm|oSz{`oIN4*IztGh~NtGA{Bok$4c z;>U)fbCe$881_zjWBP!1$jfLIvfj9U&Dt)J--#;bkIhD3Dd?61Xma;l(SNRobuHF89kFF{Ip0<6u?-SfB zxX-Uwwc*!6{q7e$Ab8Mk8}zUA8Pfd`!N&y;2|gi63yumtDR@Kxj*PCuf~;UffW(ao z#suSn3BfVJaRL2-N&jBAD=yFc^GpBw&f(|#KKIwp{QULg?<=XWFxR#;tZ+DGjoEl(x~|}?~TitKYjQ6gN50NFg)ez)_V<@V74v-g)7$` zTdUz07VcZ)HC)vMCdG_vKi&TDAX4v_HHG{2iZjg!YQpEozxd4$Td#ZT+?xy3<2T@2 zps&UC`e}R!{Eq`#zr0zc0mG*meV>#CalR$HzOblgr|}~m_qt^3TfH6nejvgAn>D+~ zw0IrdJx-~G-2;EDboaQ7GuiJl;ntet*pHN0is3GL>N{kTingbsNPNJ_6-+Po*U zLyu_BulDSFSIZF_mFvjKN)sXC zo6ZZvq#}icIMVMO5;sQ0NteOuR!P>l~)A6vD0J)AJQ%FH%3+{oCv}{(YL1t;&GcK6?Et z=U%yK|M#99`SI6pdaHw;#rZTF5k*^i8_~M#I{7ws7ILC-Eq)MV5Sz{R;nU;GlPO5c z8cpldsPV}l*vQ7_-yapPzz#GCs-u7?Fi1tYT@*a{e$!fIV$GbW!OMkGa$d8Bl3UfI zmUan8lNb@HoHn>d%(wIHhz6_;!EO@+6ml?lN<=2bK0)w&q)}sz$TJAWDP;bqOk|ff zc#+R~~| z<|lHKbLq_VbYpgEa&&?`xwrnV$&>j!X?+DYaRy4A&W>j$$8tltrK@LS{%k;otc*Na zGYJX95!8%CsC*RXr^#-gs!`Uvbd86!p7?$CTBTi^Td>#X;4SLmK}$j z1Yst1aC^Hq=S#n6anilZ*F1e2~?#XU+nI+wdFiP&-SeC}sw|x28;RL3t4$`0C>+mfP~T`enN>3EoG+bG>!?09 z@0ZgW*%KD0ab&1ddUnM0BXY+}V=tl<`wVf{3vMfhmE`xpFa(0HoSF!FT{I3c&p5K zOf!a(N@X?AUw2kQu6Fic5|sFxap(WA`hG=FtK!x^F8*5Kb>plEf4Sp~`3i|Y`}$;5 zVvwXw?R|?}Njfr^HcJ~<-KK4VEjDdadyk`8)~tG;W8a1H`&VUc!u-Cl6oOp^4q01d zRyksCmb7uq)-F$u;~jj#7US)4G}o?n4nXh#o8|v;48%cCm!59cVaL2Qp?OD3>&`Z1 z)_G^DQRhER8fu3it^C~?O_$s@xkS6;ac-OU?YMidY)HctqVXy7P7-@Vq9`MtHnzEt zxA#PZec$*|jh~bqB_qvgE|GB|_Mg`~P7@Mc^6LrNd)_*lQ*W&A2~pQ6dP^w{<{b~H zFS|otbFj3tg$1(-R>+;w#qs~fmYm^gP*cb&j%rVYOJoCj#Pn`OD0@Zgptu0@Q>G_5 zfo5@4@`{H47eQ@0pB@$y#dg7T+m+f0kYWpRDQ(BwiSTn8F<()V*W?1WgX7TTHtb{>V z$0~Et(iIFCds6%RzMALo)rz)j38a^Jh>cw z%e8;d;OMBv{;eiggL)Kh{~Yam&MOaHzA$Vx3wm)rR= zKL=hK|LMkWHl7{5UnB4B9!TCJDhnD>dp~KZ?^O3+>;7xhUuQ0r82dM$b^o>0Pb}vj z*8NxBbt}a0b^n$4o_zsBi-v-B;p!H=jO7fGY@Pz`o#3B4gD7>eT|Ck$k5GrpE{g-;Ym?i`flWf&h2t0 zNB(QrWYS9ivk>oUg}oyly@oF1qK8ch!%;5pdr(iDFG;I5tJ-rOX)OP4F-Lc9FFqQe z=u*s!IPZeJp`L3Ej{t&}vYu-VJ2|Z9S~&r!e8N!oRin>GeCubNUu)UD9} G{`J3f#M=x2 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/ExchangeService.csproj b/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/ExchangeService.csproj new file mode 100644 index 0000000..62b76ea --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/ExchangeService.csproj @@ -0,0 +1,49 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + Library + Properties + ExchangeService + ExchangeService + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/ExchangeService.csproj.user b/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/ExchangeService.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/ExchangeService.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ed36218 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "ExchangeService" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "ExchangeService" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "29b1e1ee-9923-4e5d-b681-50feff641dd2" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/TradeService.cs new file mode 100644 index 0000000..54af504 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/ExchangeService/TradeService.cs @@ -0,0 +1,50 @@ +using System; +using System.ServiceModel; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf", + Name = "TradeService", + SessionMode = SessionMode.Required + ) + ] + public interface ITradeService + { + [OperationContract( + Action="http://PracticalWcf/TradeSecurityNow", + IsOneWay = false, + IsTerminating = false, + Name = "TradeSecurityNow" + )] + decimal TradeSecurity(string ticker, int quantity); + } + + public class TradeService : ITradeService + { + const decimal IBM_Price = 80.50m; + const decimal MSFT_Price = 30.25m; + public decimal TradeSecurity(string ticker, int quantity) + { + if( quantity < 1 ) + throw new ArgumentException( + "Invalid quantity", "quantity" ); + switch( ticker.ToLower() ) + { + case "ibm": + return quantity * IBM_Price; + case "msft": + return quantity * MSFT_Price; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker" ); + } + } + + + public decimal Nada(string m) + { + return 1m; + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example06/ExchangeWeb/TradeService.svc b/PRO WCF Final Code/Chapter 04/Example06/ExchangeWeb/TradeService.svc new file mode 100644 index 0000000..35a385c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/ExchangeWeb/TradeService.svc @@ -0,0 +1 @@ +<%@ ServiceHost Language="C#" Service="ExchangeService.TradeService" %> diff --git a/PRO WCF Final Code/Chapter 04/Example06/ExchangeWeb/Web.config b/PRO WCF Final Code/Chapter 04/Example06/ExchangeWeb/Web.config new file mode 100644 index 0000000..3f78d0e --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/ExchangeWeb/Web.config @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Program.cs b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Program.cs new file mode 100644 index 0000000..39c3e91 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Program.cs @@ -0,0 +1,45 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace WcfClient +{ + class Program + { + static void Main(string[] args) + { + using (ExchangeService.TradeServiceClient proxy = new ExchangeService.TradeServiceClient()) + { + Console.WriteLine( "wait for Server - Press to continue..." ); + Console.ReadLine(); + + Console.WriteLine("\nTrade IBM"); + decimal result = proxy.TradeSecurityNow("IBM", 1000); + Console.WriteLine("Cost was " + result); + + Console.WriteLine("\nTrade MSFT"); + result = proxy.TradeSecurityNow("MSFT", 2000); + Console.WriteLine("Cost was " + result); + + try + { + Console.WriteLine("\nTrade ATT"); + result = proxy.TradeSecurityNow("T", 3000); + Console.WriteLine("Cost was " + result); + } + catch (Exception ex) + { + Console.Write("Exception was: " + ex.Message); + } + + Console.WriteLine("Can't use this proxy anymore as it's had a fault"); + Console.WriteLine("You will now see an exception appear"); + Console.WriteLine("\n\nPress to exit..."); + Console.ReadLine(); + + proxy.Close(); + + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e1d2b2c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("WcfClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CedarLogic")] +[assembly: AssemblyProduct("WcfClient")] +[assembly: AssemblyCopyright("Copyright © CedarLogic 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f99e9114-917f-43a3-bdcc-306ce72216b0")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Service References/ExchangeService.cs b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Service References/ExchangeService.cs new file mode 100644 index 0000000..f70f7fa --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Service References/ExchangeService.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WcfClient.ExchangeService +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://PracticalWcf", ConfigurationName="WcfClient.ExchangeService.TradeService", SessionMode=System.ServiceModel.SessionMode.Required)] + public interface TradeService + { + + [System.ServiceModel.OperationContractAttribute(Action="http://PracticalWcf/TradeSecurityNow", ReplyAction="http://PracticalWcf/TradeService/TradeSecurityNowResponse")] + decimal TradeSecurityNow(string ticker, int quantity); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface TradeServiceChannel : WcfClient.ExchangeService.TradeService, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class TradeServiceClient : System.ServiceModel.ClientBase, WcfClient.ExchangeService.TradeService + { + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public decimal TradeSecurityNow(string ticker, int quantity) + { + return base.Channel.TradeSecurityNow(ticker, quantity); + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Service References/ExchangeService.map b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Service References/ExchangeService.map new file mode 100644 index 0000000..1b2c44c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/Service References/ExchangeService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example06/WcfClient/WcfClient.csproj b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/WcfClient.csproj new file mode 100644 index 0000000..cd1060d --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/WcfClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {A6426F54-B56C-4DFA-BA68-B00A992ECF66} + Exe + Properties + WcfClient + WcfClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + ExchangeService.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example06/WcfClient/app.config b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/app.config new file mode 100644 index 0000000..68a4380 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example06/WcfClient/app.config @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/Example07.sln b/PRO WCF Final Code/Chapter 04/Example07/Begin/Example07.sln new file mode 100644 index 0000000..13e25ab --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/Example07.sln @@ -0,0 +1,73 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ExchangeWeb\", "ExchangeWeb\", "{CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}" + ProjectSection(WebsiteProperties) = preProject + ProjectReferences = "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}|ExchangeService.dll;" + Debug.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Debug.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Release.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + VWDPort = "8888" + VWDDynamicPort = "false" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfClient", "WcfClient\WcfClient.csproj", "{A6426F54-B56C-4DFA-BA68-B00A992ECF66}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|.NET.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|.NET.Build.0 = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|Any CPU.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|.NET.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|.NET.Build.0 = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|Any CPU.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|Mixed Platforms.Build.0 = Debug|.NET + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|.NET.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|.NET.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.Build.0 = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|.NET.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|.NET.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.Build.0 = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/Example07.suo b/PRO WCF Final Code/Chapter 04/Example07/Begin/Example07.suo new file mode 100644 index 0000000000000000000000000000000000000000..b961dc35cfe308d04b3112564e65a0a851397c2e GIT binary patch literal 23040 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/ExchangeService.csproj b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/ExchangeService.csproj new file mode 100644 index 0000000..fa80dbf --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/ExchangeService.csproj @@ -0,0 +1,50 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + Library + Properties + ExchangeService + ExchangeService + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/ExchangeService.csproj.user b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/ExchangeService.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/ExchangeService.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ed36218 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "ExchangeService" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "ExchangeService" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "29b1e1ee-9923-4e5d-b681-50feff641dd2" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/Trade.cs b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/Trade.cs new file mode 100644 index 0000000..1fc97ed --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/Trade.cs @@ -0,0 +1,97 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace ExchangeService +{ + [Serializable] + public class Trade + { + string _ticker; + char _type; + string _publisher; + string _participant; + decimal _quotedPrice; + int _quantity; + DateTime _tradeTime; + decimal _executionAmount; + + + /// + /// Primary exchange security identifier + /// + public string Ticker + { + get { return _ticker; } + set { _ticker = value; } + } + + /// + /// B or S for Buy or Sell + /// + public char Type + { + get { return _type; } + set { _type = value; } + } + + /// + /// Identifier of publisher + /// + public string Publisher + { + get { return _publisher; } + set { _publisher = value; } + } + + /// + /// Identifier of participant + /// + public string Participant + { + get { return _participant; } + set { _participant = value; } + } + + /// + /// Price from original Quote corresponding to either + /// the Bid or Ask when trade is a Sell or + /// Buy type respectively. + /// + public decimal QuotedPrice + { + get { return _quotedPrice; } + set { _quotedPrice = value; } + } + + /// + /// Quantity of shares as part of the trade + /// + public int Quantity + { + get { return _quantity; } + set { _quantity = value; } + } + + /// + /// Timestamp in GMT of when the trade + /// was requested using the exchange’s + /// clock as the master + /// + public DateTime TradeTime + { + get { return _tradeTime; } + set { _tradeTime = value; } + } + + /// + /// Amount of execution + /// + public decimal ExecutionAmount + { + get { return _executionAmount; } + set { _executionAmount = value; } + } + + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/TradeService.cs new file mode 100644 index 0000000..d2588c4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeService/TradeService.cs @@ -0,0 +1,56 @@ +using System; +using System.ServiceModel; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange/TradeService", + Name = "TradeService", + SessionMode = SessionMode.Required) + ] + public interface ITradeService + { + [OperationContract( + IsOneWay = false, + Name = "TradeSecurityAtMarket" + )] + decimal TradeSecurity(Trade trade); + } + + public class TradeService : ITradeService + { + const decimal IBM_Price = 80.50m; + const decimal MSFT_Price = 30.25m; + public decimal TradeSecurity(Trade trade) + { + if( trade.Quantity < 1 ) + throw new ArgumentException( + "Invalid quantity", "quantity" ); + + switch( trade.Ticker.ToLower() ) + { + case "ibm": + ExecuteTrade( trade, IBM_Price ); + break; + case "msft": + ExecuteTrade( trade, MSFT_Price ); + break; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker" ); + } + + return trade.ExecutionAmount; + } + + private void ExecuteTrade( Trade trade, decimal price ) + { + trade.TradeTime = DateTime.Now.ToUniversalTime(); + trade.ExecutionAmount = trade.Quantity * price; + + if( trade.Type.ToString().ToLower() == "s" ) + trade.ExecutionAmount *= -1; + + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeWeb/TradeService.svc b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeWeb/TradeService.svc new file mode 100644 index 0000000..35a385c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeWeb/TradeService.svc @@ -0,0 +1 @@ +<%@ ServiceHost Language="C#" Service="ExchangeService.TradeService" %> diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeWeb/Web.config b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeWeb/Web.config new file mode 100644 index 0000000..def062b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/ExchangeWeb/Web.config @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Program.cs b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Program.cs new file mode 100644 index 0000000..1abaa59 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Program.cs @@ -0,0 +1,46 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace WcfClient +{ + class Program + { + static void Main(string[] args) + { + using (ExchangeService.TradeServiceClient proxy = new ExchangeService.TradeServiceClient()) + { + Console.WriteLine("\nTrade IBM"); + decimal result = proxy.TradeSecurityAtMarket( MakeTrade("IBM", 1000)); + Console.WriteLine("Cost was " + result); + + Console.WriteLine("\nTrade MSFT"); + result = proxy.TradeSecurityAtMarket(MakeTrade("MSFT", 2000)); + Console.WriteLine("Cost was " + result); + + try + { + Console.WriteLine("\nTrade ATT"); + result = proxy.TradeSecurityAtMarket(MakeTrade("T", 3000)); + Console.WriteLine("Cost was " + result); + } + catch (Exception ex) + { + Console.Write("Exception was: " + ex.Message); + } + + Console.WriteLine("\n\nPress to exit..."); + Console.ReadLine(); + + } + } + + static ExchangeService.Trade MakeTrade(string ticker, int quantity) + { + ExchangeService.Trade trade = new ExchangeService.Trade(); + trade._quantity = quantity; + trade._ticker = ticker; + return trade; + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e1d2b2c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("WcfClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CedarLogic")] +[assembly: AssemblyProduct("WcfClient")] +[assembly: AssemblyCopyright("Copyright © CedarLogic 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f99e9114-917f-43a3-bdcc-306ce72216b0")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Service References/ExchangeService.cs b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Service References/ExchangeService.cs new file mode 100644 index 0000000..593d8f5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Service References/ExchangeService.cs @@ -0,0 +1,208 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WcfClient.ExchangeService +{ + using System.Runtime.Serialization; + using System; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://schemas.datacontract.org/2004/07/ExchangeService")] + [System.SerializableAttribute()] + public partial class Trade : object, System.Runtime.Serialization.IExtensibleDataObject + { + + [System.NonSerializedAttribute()] + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + private decimal _executionAmountField; + + private string _participantField; + + private string _publisherField; + + private int _quantityField; + + private decimal _quotedPriceField; + + private string _tickerField; + + private System.DateTime _tradeTimeField; + + private char _typeField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public decimal _executionAmount + { + get + { + return this._executionAmountField; + } + set + { + this._executionAmountField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public string _participant + { + get + { + return this._participantField; + } + set + { + this._participantField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public string _publisher + { + get + { + return this._publisherField; + } + set + { + this._publisherField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public int _quantity + { + get + { + return this._quantityField; + } + set + { + this._quantityField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public decimal _quotedPrice + { + get + { + return this._quotedPriceField; + } + set + { + this._quotedPriceField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public string _ticker + { + get + { + return this._tickerField; + } + set + { + this._tickerField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public System.DateTime _tradeTime + { + get + { + return this._tradeTimeField; + } + set + { + this._tradeTimeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public char _type + { + get + { + return this._typeField; + } + set + { + this._typeField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService", ConfigurationName="WcfClient.ExchangeService.TradeService", SessionMode=System.ServiceModel.SessionMode.Required)] + public interface TradeService + { + + [System.ServiceModel.OperationContractAttribute(Action="http://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityAtMarket", ReplyAction="http://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityAtMarketRespo" + + "nse")] + decimal TradeSecurityAtMarket(WcfClient.ExchangeService.Trade trade); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface TradeServiceChannel : WcfClient.ExchangeService.TradeService, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class TradeServiceClient : System.ServiceModel.ClientBase, WcfClient.ExchangeService.TradeService + { + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public decimal TradeSecurityAtMarket(WcfClient.ExchangeService.Trade trade) + { + return base.Channel.TradeSecurityAtMarket(trade); + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Service References/ExchangeService.map b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Service References/ExchangeService.map new file mode 100644 index 0000000..06a0ced --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/Service References/ExchangeService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/WcfClient.csproj b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/WcfClient.csproj new file mode 100644 index 0000000..cd1060d --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/WcfClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {A6426F54-B56C-4DFA-BA68-B00A992ECF66} + Exe + Properties + WcfClient + WcfClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + ExchangeService.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/app.config b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/app.config new file mode 100644 index 0000000..8a77273 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Begin/WcfClient/app.config @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/Example07.sln b/PRO WCF Final Code/Chapter 04/Example07/End/Example07.sln new file mode 100644 index 0000000..13e25ab --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/Example07.sln @@ -0,0 +1,73 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ExchangeWeb\", "ExchangeWeb\", "{CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}" + ProjectSection(WebsiteProperties) = preProject + ProjectReferences = "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}|ExchangeService.dll;" + Debug.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Debug.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Release.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + VWDPort = "8888" + VWDDynamicPort = "false" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfClient", "WcfClient\WcfClient.csproj", "{A6426F54-B56C-4DFA-BA68-B00A992ECF66}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|.NET.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|.NET.Build.0 = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|Any CPU.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|.NET.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|.NET.Build.0 = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|Any CPU.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|Mixed Platforms.Build.0 = Debug|.NET + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|.NET.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|.NET.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.Build.0 = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|.NET.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|.NET.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.Build.0 = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/Example07.suo b/PRO WCF Final Code/Chapter 04/Example07/End/Example07.suo new file mode 100644 index 0000000000000000000000000000000000000000..0fe6ab671f67c512ed06e6813fa033d8bd46edbb GIT binary patch literal 23552 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 + + Debug + AnyCPU + 8.0.50727 + 2.0 + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + Library + Properties + ExchangeService + ExchangeService + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/ExchangeService.csproj.user b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/ExchangeService.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/ExchangeService.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ed36218 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "ExchangeService" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "ExchangeService" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "29b1e1ee-9923-4e5d-b681-50feff641dd2" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/Trade.cs b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/Trade.cs new file mode 100644 index 0000000..d5c94de --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/Trade.cs @@ -0,0 +1,106 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Xml.Serialization; + +namespace ExchangeService +{ + [Serializable] + public class Trade + { + string _ticker; + char _type; + string _publisher; + string _participant; + decimal _quotedPrice; + int _quantity; + DateTime _tradeTime; + decimal _executionAmount; + + + /// + /// Primary exchange security identifier + /// + //Change to an attribute + [XmlAttribute] + public string Ticker + { + get { return _ticker; } + set { _ticker = value; } + } + + /// + /// B or S for Buy or Sell + /// + public char Type + { + get { return _type; } + set { _type = value; } + } + + /// + /// Identifier of publisher + /// + public string Publisher + { + get { return _publisher; } + set { _publisher = value; } + } + + /// + /// Identifier of participant + /// + //Added XmlIgnore to remove from serialization + [XmlIgnore] + public string Participant + { + get { return _participant; } + set { _participant = value; } + } + + /// + /// Price from original Quote corresponding to either + /// the Bid or Ask when trade is a Sell or + /// Buy type respectively. + /// + public decimal QuotedPrice + { + get { return _quotedPrice; } + set { _quotedPrice = value; } + } + + /// + /// Quantity of shares as part of the trade + /// + public int Quantity + { + get { return _quantity; } + set { _quantity = value; } + } + + /// + /// Timestamp in GMT of when the trade + /// was requested using the exchange’s + /// clock as the master + /// + //Modify the element name + [XmlElement( + ElementName="ExecutionTime" + )] + public DateTime TradeTime + { + get { return _tradeTime; } + set { _tradeTime = value; } + } + + /// + /// Amount of execution + /// + public decimal ExecutionAmount + { + get { return _executionAmount; } + set { _executionAmount = value; } + } + + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/TradeService.cs new file mode 100644 index 0000000..282abe3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeService/TradeService.cs @@ -0,0 +1,59 @@ +using System; +using System.ServiceModel; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange/TradeService", + Name = "TradeService", + SessionMode = SessionMode.Required) + ] + [XmlSerializerFormat( + Style = OperationFormatStyle.Document, + Use = OperationFormatUse.Literal)] + public interface ITradeService + { + [OperationContract( + IsOneWay = false, + Name = "TradeSecurityAtMarket" + )] + decimal TradeSecurity(Trade trade); + } + + public class TradeService : ITradeService + { + const decimal IBM_Price = 80.50m; + const decimal MSFT_Price = 30.25m; + public decimal TradeSecurity(Trade trade) + { + if( trade.Quantity < 1 ) + throw new ArgumentException( + "Invalid quantity", "quantity" ); + + switch( trade.Ticker.ToLower() ) + { + case "ibm": + ExecuteTrade( trade, IBM_Price ); + break; + case "msft": + ExecuteTrade( trade, MSFT_Price ); + break; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker" ); + } + + return trade.ExecutionAmount; + } + + private void ExecuteTrade( Trade trade, decimal price ) + { + trade.TradeTime = DateTime.Now.ToUniversalTime(); + trade.ExecutionAmount = trade.Quantity * price; + + if( trade.Type.ToString().ToLower() == "s" ) + trade.ExecutionAmount *= -1; + + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeWeb/TradeService.svc b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeWeb/TradeService.svc new file mode 100644 index 0000000..35a385c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeWeb/TradeService.svc @@ -0,0 +1 @@ +<%@ ServiceHost Language="C#" Service="ExchangeService.TradeService" %> diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeWeb/Web.config b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeWeb/Web.config new file mode 100644 index 0000000..def062b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/ExchangeWeb/Web.config @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Program.cs b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Program.cs new file mode 100644 index 0000000..ab5f474 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Program.cs @@ -0,0 +1,46 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace WcfClient +{ + class Program + { + static void Main(string[] args) + { + using (ExchangeService.TradeServiceClient proxy = new ExchangeService.TradeServiceClient()) + { + Console.WriteLine("\nTrade IBM"); + decimal result = proxy.TradeSecurityAtMarket( MakeTrade("IBM", 1000)); + Console.WriteLine("Cost was " + result); + + Console.WriteLine("\nTrade MSFT"); + result = proxy.TradeSecurityAtMarket(MakeTrade("MSFT", 2000)); + Console.WriteLine("Cost was " + result); + + try + { + Console.WriteLine("\nTrade ATT"); + result = proxy.TradeSecurityAtMarket(MakeTrade("T", 3000)); + Console.WriteLine("Cost was " + result); + } + catch (Exception ex) + { + Console.Write("Exception was: " + ex.Message); + } + + Console.WriteLine("\n\nPress to exit..."); + Console.ReadLine(); + + } + } + + static ExchangeService.Trade MakeTrade(string ticker, int quantity) + { + ExchangeService.Trade trade = new ExchangeService.Trade(); + trade.Quantity = quantity; + trade.Ticker = ticker; + return trade; + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e1d2b2c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("WcfClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CedarLogic")] +[assembly: AssemblyProduct("WcfClient")] +[assembly: AssemblyCopyright("Copyright © CedarLogic 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f99e9114-917f-43a3-bdcc-306ce72216b0")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Service References/ExchangeService.cs b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Service References/ExchangeService.cs new file mode 100644 index 0000000..bee6d3a --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Service References/ExchangeService.cs @@ -0,0 +1,187 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WcfClient.ExchangeService +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService", ConfigurationName="WcfClient.ExchangeService.TradeService", SessionMode=System.ServiceModel.SessionMode.Required)] + public interface TradeService + { + + [System.ServiceModel.OperationContractAttribute(Action="http://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityAtMarket", ReplyAction="http://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityAtMarketRespo" + + "nse")] + [System.ServiceModel.XmlSerializerFormatAttribute()] + decimal TradeSecurityAtMarket(WcfClient.ExchangeService.Trade trade); + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("svcutil", "3.0.4324.16")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://PracticalWcf/Exchange/TradeService")] + public partial class Trade + { + + private char typeField; + + private string publisherField; + + private decimal quotedPriceField; + + private int quantityField; + + private System.DateTime executionTimeField; + + private decimal executionAmountField; + + private string tickerField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public char Type + { + get + { + return this.typeField; + } + set + { + this.typeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Publisher + { + get + { + return this.publisherField; + } + set + { + this.publisherField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public decimal QuotedPrice + { + get + { + return this.quotedPriceField; + } + set + { + this.quotedPriceField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public int Quantity + { + get + { + return this.quantityField; + } + set + { + this.quantityField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public System.DateTime ExecutionTime + { + get + { + return this.executionTimeField; + } + set + { + this.executionTimeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public decimal ExecutionAmount + { + get + { + return this.executionAmountField; + } + set + { + this.executionAmountField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string Ticker + { + get + { + return this.tickerField; + } + set + { + this.tickerField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface TradeServiceChannel : WcfClient.ExchangeService.TradeService, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class TradeServiceClient : System.ServiceModel.ClientBase, WcfClient.ExchangeService.TradeService + { + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public decimal TradeSecurityAtMarket(WcfClient.ExchangeService.Trade trade) + { + return base.Channel.TradeSecurityAtMarket(trade); + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Service References/ExchangeService.map b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Service References/ExchangeService.map new file mode 100644 index 0000000..1b2c44c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/Service References/ExchangeService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/WcfClient.csproj b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/WcfClient.csproj new file mode 100644 index 0000000..cd1060d --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/WcfClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {A6426F54-B56C-4DFA-BA68-B00A992ECF66} + Exe + Properties + WcfClient + WcfClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + ExchangeService.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/app.config b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/app.config new file mode 100644 index 0000000..aa6dccb --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/End/WcfClient/app.config @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/Example07.sln b/PRO WCF Final Code/Chapter 04/Example07/Step1/Example07.sln new file mode 100644 index 0000000..13e25ab --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/Example07.sln @@ -0,0 +1,73 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ExchangeWeb\", "ExchangeWeb\", "{CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}" + ProjectSection(WebsiteProperties) = preProject + ProjectReferences = "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}|ExchangeService.dll;" + Debug.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Debug.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Release.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + VWDPort = "8888" + VWDDynamicPort = "false" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfClient", "WcfClient\WcfClient.csproj", "{A6426F54-B56C-4DFA-BA68-B00A992ECF66}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|.NET.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|.NET.Build.0 = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|Any CPU.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|.NET.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|.NET.Build.0 = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|Any CPU.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {CC6DD77B-C2F7-4617-95A4-415BE94EE2B8}.Release|Mixed Platforms.Build.0 = Debug|.NET + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|.NET.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|.NET.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.Build.0 = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|.NET.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|.NET.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.Build.0 = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/Example07.suo b/PRO WCF Final Code/Chapter 04/Example07/Step1/Example07.suo new file mode 100644 index 0000000000000000000000000000000000000000..b335d9f9e5b55cae6ee41feef9cacf1483871a54 GIT binary patch literal 24576 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 + + Debug + AnyCPU + 8.0.50727 + 2.0 + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + Library + Properties + ExchangeService + ExchangeService + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/ExchangeService.csproj.user b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/ExchangeService.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/ExchangeService.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ed36218 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "ExchangeService" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "ExchangeService" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "29b1e1ee-9923-4e5d-b681-50feff641dd2" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/Trade.cs b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/Trade.cs new file mode 100644 index 0000000..1fc97ed --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/Trade.cs @@ -0,0 +1,97 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace ExchangeService +{ + [Serializable] + public class Trade + { + string _ticker; + char _type; + string _publisher; + string _participant; + decimal _quotedPrice; + int _quantity; + DateTime _tradeTime; + decimal _executionAmount; + + + /// + /// Primary exchange security identifier + /// + public string Ticker + { + get { return _ticker; } + set { _ticker = value; } + } + + /// + /// B or S for Buy or Sell + /// + public char Type + { + get { return _type; } + set { _type = value; } + } + + /// + /// Identifier of publisher + /// + public string Publisher + { + get { return _publisher; } + set { _publisher = value; } + } + + /// + /// Identifier of participant + /// + public string Participant + { + get { return _participant; } + set { _participant = value; } + } + + /// + /// Price from original Quote corresponding to either + /// the Bid or Ask when trade is a Sell or + /// Buy type respectively. + /// + public decimal QuotedPrice + { + get { return _quotedPrice; } + set { _quotedPrice = value; } + } + + /// + /// Quantity of shares as part of the trade + /// + public int Quantity + { + get { return _quantity; } + set { _quantity = value; } + } + + /// + /// Timestamp in GMT of when the trade + /// was requested using the exchange’s + /// clock as the master + /// + public DateTime TradeTime + { + get { return _tradeTime; } + set { _tradeTime = value; } + } + + /// + /// Amount of execution + /// + public decimal ExecutionAmount + { + get { return _executionAmount; } + set { _executionAmount = value; } + } + + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/TradeService.cs new file mode 100644 index 0000000..282abe3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeService/TradeService.cs @@ -0,0 +1,59 @@ +using System; +using System.ServiceModel; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange/TradeService", + Name = "TradeService", + SessionMode = SessionMode.Required) + ] + [XmlSerializerFormat( + Style = OperationFormatStyle.Document, + Use = OperationFormatUse.Literal)] + public interface ITradeService + { + [OperationContract( + IsOneWay = false, + Name = "TradeSecurityAtMarket" + )] + decimal TradeSecurity(Trade trade); + } + + public class TradeService : ITradeService + { + const decimal IBM_Price = 80.50m; + const decimal MSFT_Price = 30.25m; + public decimal TradeSecurity(Trade trade) + { + if( trade.Quantity < 1 ) + throw new ArgumentException( + "Invalid quantity", "quantity" ); + + switch( trade.Ticker.ToLower() ) + { + case "ibm": + ExecuteTrade( trade, IBM_Price ); + break; + case "msft": + ExecuteTrade( trade, MSFT_Price ); + break; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker" ); + } + + return trade.ExecutionAmount; + } + + private void ExecuteTrade( Trade trade, decimal price ) + { + trade.TradeTime = DateTime.Now.ToUniversalTime(); + trade.ExecutionAmount = trade.Quantity * price; + + if( trade.Type.ToString().ToLower() == "s" ) + trade.ExecutionAmount *= -1; + + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeWeb/TradeService.svc b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeWeb/TradeService.svc new file mode 100644 index 0000000..35a385c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeWeb/TradeService.svc @@ -0,0 +1 @@ +<%@ ServiceHost Language="C#" Service="ExchangeService.TradeService" %> diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeWeb/Web.config b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeWeb/Web.config new file mode 100644 index 0000000..def062b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/ExchangeWeb/Web.config @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Program.cs b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Program.cs new file mode 100644 index 0000000..ab5f474 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Program.cs @@ -0,0 +1,46 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace WcfClient +{ + class Program + { + static void Main(string[] args) + { + using (ExchangeService.TradeServiceClient proxy = new ExchangeService.TradeServiceClient()) + { + Console.WriteLine("\nTrade IBM"); + decimal result = proxy.TradeSecurityAtMarket( MakeTrade("IBM", 1000)); + Console.WriteLine("Cost was " + result); + + Console.WriteLine("\nTrade MSFT"); + result = proxy.TradeSecurityAtMarket(MakeTrade("MSFT", 2000)); + Console.WriteLine("Cost was " + result); + + try + { + Console.WriteLine("\nTrade ATT"); + result = proxy.TradeSecurityAtMarket(MakeTrade("T", 3000)); + Console.WriteLine("Cost was " + result); + } + catch (Exception ex) + { + Console.Write("Exception was: " + ex.Message); + } + + Console.WriteLine("\n\nPress to exit..."); + Console.ReadLine(); + + } + } + + static ExchangeService.Trade MakeTrade(string ticker, int quantity) + { + ExchangeService.Trade trade = new ExchangeService.Trade(); + trade.Quantity = quantity; + trade.Ticker = ticker; + return trade; + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e1d2b2c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("WcfClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CedarLogic")] +[assembly: AssemblyProduct("WcfClient")] +[assembly: AssemblyCopyright("Copyright © CedarLogic 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f99e9114-917f-43a3-bdcc-306ce72216b0")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Service References/ExchangeService.cs b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Service References/ExchangeService.cs new file mode 100644 index 0000000..ee198c6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Service References/ExchangeService.cs @@ -0,0 +1,297 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WcfClient.ExchangeService +{ + using System.Runtime.Serialization; + using System; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService")] + [System.SerializableAttribute()] + public partial class Trade : object, System.Runtime.Serialization.IExtensibleDataObject + { + + [System.NonSerializedAttribute()] + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string TickerField; + + private char TypeField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string PublisherField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string ParticipantField; + + private decimal QuotedPriceField; + + private int QuantityField; + + private System.DateTime TradeTimeField; + + private decimal ExecutionAmountField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] + public string Ticker + { + get + { + return this.TickerField; + } + set + { + this.TickerField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public char Type + { + get + { + return this.TypeField; + } + set + { + this.TypeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] + public string Publisher + { + get + { + return this.PublisherField; + } + set + { + this.PublisherField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] + public string Participant + { + get + { + return this.ParticipantField; + } + set + { + this.ParticipantField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)] + public decimal QuotedPrice + { + get + { + return this.QuotedPriceField; + } + set + { + this.QuotedPriceField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)] + public int Quantity + { + get + { + return this.QuantityField; + } + set + { + this.QuantityField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)] + public System.DateTime TradeTime + { + get + { + return this.TradeTimeField; + } + set + { + this.TradeTimeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=7)] + public decimal ExecutionAmount + { + get + { + return this.ExecutionAmountField; + } + set + { + this.ExecutionAmountField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService", ConfigurationName="WcfClient.ExchangeService.TradeService", SessionMode=System.ServiceModel.SessionMode.Required)] + public interface TradeService + { + + // CODEGEN: Generating message contract since element name trade from namespace http://PracticalWcf/Exchange/TradeService is not marked nillable + [System.ServiceModel.OperationContractAttribute(Action="http://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityAtMarket", ReplyAction="http://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityAtMarketRespo" + + "nse")] + WcfClient.ExchangeService.TradeSecurityAtMarketResponse TradeSecurityAtMarket(WcfClient.ExchangeService.TradeSecurityAtMarketRequest request); + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class TradeSecurityAtMarketRequest + { + + [System.ServiceModel.MessageBodyMemberAttribute(Name="TradeSecurityAtMarket", Namespace="http://PracticalWcf/Exchange/TradeService", Order=0)] + public WcfClient.ExchangeService.TradeSecurityAtMarketRequestBody Body; + + public TradeSecurityAtMarketRequest() + { + } + + public TradeSecurityAtMarketRequest(WcfClient.ExchangeService.TradeSecurityAtMarketRequestBody Body) + { + this.Body = Body; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService")] + public partial class TradeSecurityAtMarketRequestBody + { + + [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] + public WcfClient.ExchangeService.Trade trade; + + public TradeSecurityAtMarketRequestBody() + { + } + + public TradeSecurityAtMarketRequestBody(WcfClient.ExchangeService.Trade trade) + { + this.trade = trade; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class TradeSecurityAtMarketResponse + { + + [System.ServiceModel.MessageBodyMemberAttribute(Name="TradeSecurityAtMarketResponse", Namespace="http://PracticalWcf/Exchange/TradeService", Order=0)] + public WcfClient.ExchangeService.TradeSecurityAtMarketResponseBody Body; + + public TradeSecurityAtMarketResponse() + { + } + + public TradeSecurityAtMarketResponse(WcfClient.ExchangeService.TradeSecurityAtMarketResponseBody Body) + { + this.Body = Body; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService")] + public partial class TradeSecurityAtMarketResponseBody + { + + [System.Runtime.Serialization.DataMemberAttribute(Order=0)] + public decimal TradeSecurityAtMarketResult; + + public TradeSecurityAtMarketResponseBody() + { + } + + public TradeSecurityAtMarketResponseBody(decimal TradeSecurityAtMarketResult) + { + this.TradeSecurityAtMarketResult = TradeSecurityAtMarketResult; + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface TradeServiceChannel : WcfClient.ExchangeService.TradeService, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class TradeServiceClient : System.ServiceModel.ClientBase, WcfClient.ExchangeService.TradeService + { + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + WcfClient.ExchangeService.TradeSecurityAtMarketResponse WcfClient.ExchangeService.TradeService.TradeSecurityAtMarket(WcfClient.ExchangeService.TradeSecurityAtMarketRequest request) + { + return base.Channel.TradeSecurityAtMarket(request); + } + + public decimal TradeSecurityAtMarket(WcfClient.ExchangeService.Trade trade) + { + WcfClient.ExchangeService.TradeSecurityAtMarketRequest inValue = new WcfClient.ExchangeService.TradeSecurityAtMarketRequest(); + inValue.Body = new WcfClient.ExchangeService.TradeSecurityAtMarketRequestBody(); + inValue.Body.trade = trade; + WcfClient.ExchangeService.TradeSecurityAtMarketResponse retVal = ((WcfClient.ExchangeService.TradeService)(this)).TradeSecurityAtMarket(inValue); + return retVal.Body.TradeSecurityAtMarketResult; + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Service References/ExchangeService.map b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Service References/ExchangeService.map new file mode 100644 index 0000000..1b2c44c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/Service References/ExchangeService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/WcfClient.csproj b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/WcfClient.csproj new file mode 100644 index 0000000..cd1060d --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/WcfClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {A6426F54-B56C-4DFA-BA68-B00A992ECF66} + Exe + Properties + WcfClient + WcfClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + ExchangeService.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/app.config b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/app.config new file mode 100644 index 0000000..aa6dccb --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example07/Step1/WcfClient/app.config @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/Example08.sln b/PRO WCF Final Code/Chapter 04/Example08/Begin/Example08.sln new file mode 100644 index 0000000..016e881 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/Example08.sln @@ -0,0 +1,73 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfClient", "WcfClient\WcfClient.csproj", "{A6426F54-B56C-4DFA-BA68-B00A992ECF66}" +EndProject +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ExchangeWeb\", "ExchangeWeb\", "{66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}" + ProjectSection(WebsiteProperties) = preProject + ProjectReferences = "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}|ExchangeService.dll;" + Debug.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Debug.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Release.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + VWDPort = "8888" + VWDDynamicPort = "false" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|.NET.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|.NET.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.Build.0 = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Debug|.NET.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Debug|.NET.Build.0 = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Debug|Any CPU.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Release|.NET.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Release|.NET.Build.0 = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Release|Any CPU.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Release|Mixed Platforms.Build.0 = Debug|.NET + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|.NET.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|.NET.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.Build.0 = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/Example08.suo b/PRO WCF Final Code/Chapter 04/Example08/Begin/Example08.suo new file mode 100644 index 0000000000000000000000000000000000000000..c728a107cdb6a2183e553aa05227a9935e29c22b GIT binary patch literal 20992 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 D2rc|} literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/ExchangeService.csproj b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/ExchangeService.csproj new file mode 100644 index 0000000..fa80dbf --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/ExchangeService.csproj @@ -0,0 +1,50 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + Library + Properties + ExchangeService + ExchangeService + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/ExchangeService.csproj.user b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/ExchangeService.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/ExchangeService.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ed36218 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "ExchangeService" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "ExchangeService" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "29b1e1ee-9923-4e5d-b681-50feff641dd2" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/Trade.cs b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/Trade.cs new file mode 100644 index 0000000..2bd1bec --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/Trade.cs @@ -0,0 +1,100 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Xml.Serialization; +using System.Runtime.Serialization; + +namespace ExchangeService +{ + [DataContract( + Namespace = "http://PracticalWcf/Exchange/Trade")] + public class Trade + { + string _ticker; + char _type; + string _publisher; + string _participant; + decimal _quotedPrice; + int _quantity; + DateTime _tradeTime; + decimal _executionAmount; + + + /// + /// Primary exchange security identifier + /// + public string Ticker + { + get { return _ticker; } + set { _ticker = value; } + } + + /// + /// B or S for Buy or Sell + /// + public char Type + { + get { return _type; } + set { _type = value; } + } + + /// + /// Identifier of publisher + /// + public string Publisher + { + get { return _publisher; } + set { _publisher = value; } + } + + /// + /// Identifier of participant + /// + public string Participant + { + get { return _participant; } + set { _participant = value; } + } + + /// + /// Price from original Quote corresponding to either + /// the Bid or Ask when trade is a Sell or + /// Buy type respectively. + /// + public decimal QuotedPrice + { + get { return _quotedPrice; } + set { _quotedPrice = value; } + } + + /// + /// Quantity of shares as part of the trade + /// + public int Quantity + { + get { return _quantity; } + set { _quantity = value; } + } + + /// + /// Timestamp in GMT of when the trade + /// was requested using the exchange’s + /// clock as the master + /// + public DateTime TradeTime + { + get { return _tradeTime; } + set { _tradeTime = value; } + } + + /// + /// Amount of execution + /// + public decimal ExecutionAmount + { + get { return _executionAmount; } + set { _executionAmount = value; } + } + + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/TradeService.cs new file mode 100644 index 0000000..282abe3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeService/TradeService.cs @@ -0,0 +1,59 @@ +using System; +using System.ServiceModel; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange/TradeService", + Name = "TradeService", + SessionMode = SessionMode.Required) + ] + [XmlSerializerFormat( + Style = OperationFormatStyle.Document, + Use = OperationFormatUse.Literal)] + public interface ITradeService + { + [OperationContract( + IsOneWay = false, + Name = "TradeSecurityAtMarket" + )] + decimal TradeSecurity(Trade trade); + } + + public class TradeService : ITradeService + { + const decimal IBM_Price = 80.50m; + const decimal MSFT_Price = 30.25m; + public decimal TradeSecurity(Trade trade) + { + if( trade.Quantity < 1 ) + throw new ArgumentException( + "Invalid quantity", "quantity" ); + + switch( trade.Ticker.ToLower() ) + { + case "ibm": + ExecuteTrade( trade, IBM_Price ); + break; + case "msft": + ExecuteTrade( trade, MSFT_Price ); + break; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker" ); + } + + return trade.ExecutionAmount; + } + + private void ExecuteTrade( Trade trade, decimal price ) + { + trade.TradeTime = DateTime.Now.ToUniversalTime(); + trade.ExecutionAmount = trade.Quantity * price; + + if( trade.Type.ToString().ToLower() == "s" ) + trade.ExecutionAmount *= -1; + + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeWeb/TradeService.svc b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeWeb/TradeService.svc new file mode 100644 index 0000000..35a385c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeWeb/TradeService.svc @@ -0,0 +1 @@ +<%@ ServiceHost Language="C#" Service="ExchangeService.TradeService" %> diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeWeb/Web.config b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeWeb/Web.config new file mode 100644 index 0000000..def062b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/ExchangeWeb/Web.config @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Program.cs b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Program.cs new file mode 100644 index 0000000..ab5f474 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Program.cs @@ -0,0 +1,46 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace WcfClient +{ + class Program + { + static void Main(string[] args) + { + using (ExchangeService.TradeServiceClient proxy = new ExchangeService.TradeServiceClient()) + { + Console.WriteLine("\nTrade IBM"); + decimal result = proxy.TradeSecurityAtMarket( MakeTrade("IBM", 1000)); + Console.WriteLine("Cost was " + result); + + Console.WriteLine("\nTrade MSFT"); + result = proxy.TradeSecurityAtMarket(MakeTrade("MSFT", 2000)); + Console.WriteLine("Cost was " + result); + + try + { + Console.WriteLine("\nTrade ATT"); + result = proxy.TradeSecurityAtMarket(MakeTrade("T", 3000)); + Console.WriteLine("Cost was " + result); + } + catch (Exception ex) + { + Console.Write("Exception was: " + ex.Message); + } + + Console.WriteLine("\n\nPress to exit..."); + Console.ReadLine(); + + } + } + + static ExchangeService.Trade MakeTrade(string ticker, int quantity) + { + ExchangeService.Trade trade = new ExchangeService.Trade(); + trade.Quantity = quantity; + trade.Ticker = ticker; + return trade; + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e1d2b2c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("WcfClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CedarLogic")] +[assembly: AssemblyProduct("WcfClient")] +[assembly: AssemblyCopyright("Copyright © CedarLogic 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f99e9114-917f-43a3-bdcc-306ce72216b0")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Service References/ExchangeService.cs b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Service References/ExchangeService.cs new file mode 100644 index 0000000..ee198c6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Service References/ExchangeService.cs @@ -0,0 +1,297 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WcfClient.ExchangeService +{ + using System.Runtime.Serialization; + using System; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService")] + [System.SerializableAttribute()] + public partial class Trade : object, System.Runtime.Serialization.IExtensibleDataObject + { + + [System.NonSerializedAttribute()] + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string TickerField; + + private char TypeField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string PublisherField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string ParticipantField; + + private decimal QuotedPriceField; + + private int QuantityField; + + private System.DateTime TradeTimeField; + + private decimal ExecutionAmountField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] + public string Ticker + { + get + { + return this.TickerField; + } + set + { + this.TickerField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public char Type + { + get + { + return this.TypeField; + } + set + { + this.TypeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] + public string Publisher + { + get + { + return this.PublisherField; + } + set + { + this.PublisherField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] + public string Participant + { + get + { + return this.ParticipantField; + } + set + { + this.ParticipantField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)] + public decimal QuotedPrice + { + get + { + return this.QuotedPriceField; + } + set + { + this.QuotedPriceField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)] + public int Quantity + { + get + { + return this.QuantityField; + } + set + { + this.QuantityField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)] + public System.DateTime TradeTime + { + get + { + return this.TradeTimeField; + } + set + { + this.TradeTimeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=7)] + public decimal ExecutionAmount + { + get + { + return this.ExecutionAmountField; + } + set + { + this.ExecutionAmountField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService", ConfigurationName="WcfClient.ExchangeService.TradeService", SessionMode=System.ServiceModel.SessionMode.Required)] + public interface TradeService + { + + // CODEGEN: Generating message contract since element name trade from namespace http://PracticalWcf/Exchange/TradeService is not marked nillable + [System.ServiceModel.OperationContractAttribute(Action="http://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityAtMarket", ReplyAction="http://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityAtMarketRespo" + + "nse")] + WcfClient.ExchangeService.TradeSecurityAtMarketResponse TradeSecurityAtMarket(WcfClient.ExchangeService.TradeSecurityAtMarketRequest request); + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class TradeSecurityAtMarketRequest + { + + [System.ServiceModel.MessageBodyMemberAttribute(Name="TradeSecurityAtMarket", Namespace="http://PracticalWcf/Exchange/TradeService", Order=0)] + public WcfClient.ExchangeService.TradeSecurityAtMarketRequestBody Body; + + public TradeSecurityAtMarketRequest() + { + } + + public TradeSecurityAtMarketRequest(WcfClient.ExchangeService.TradeSecurityAtMarketRequestBody Body) + { + this.Body = Body; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService")] + public partial class TradeSecurityAtMarketRequestBody + { + + [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] + public WcfClient.ExchangeService.Trade trade; + + public TradeSecurityAtMarketRequestBody() + { + } + + public TradeSecurityAtMarketRequestBody(WcfClient.ExchangeService.Trade trade) + { + this.trade = trade; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] + public partial class TradeSecurityAtMarketResponse + { + + [System.ServiceModel.MessageBodyMemberAttribute(Name="TradeSecurityAtMarketResponse", Namespace="http://PracticalWcf/Exchange/TradeService", Order=0)] + public WcfClient.ExchangeService.TradeSecurityAtMarketResponseBody Body; + + public TradeSecurityAtMarketResponse() + { + } + + public TradeSecurityAtMarketResponse(WcfClient.ExchangeService.TradeSecurityAtMarketResponseBody Body) + { + this.Body = Body; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService")] + public partial class TradeSecurityAtMarketResponseBody + { + + [System.Runtime.Serialization.DataMemberAttribute(Order=0)] + public decimal TradeSecurityAtMarketResult; + + public TradeSecurityAtMarketResponseBody() + { + } + + public TradeSecurityAtMarketResponseBody(decimal TradeSecurityAtMarketResult) + { + this.TradeSecurityAtMarketResult = TradeSecurityAtMarketResult; + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface TradeServiceChannel : WcfClient.ExchangeService.TradeService, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class TradeServiceClient : System.ServiceModel.ClientBase, WcfClient.ExchangeService.TradeService + { + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + WcfClient.ExchangeService.TradeSecurityAtMarketResponse WcfClient.ExchangeService.TradeService.TradeSecurityAtMarket(WcfClient.ExchangeService.TradeSecurityAtMarketRequest request) + { + return base.Channel.TradeSecurityAtMarket(request); + } + + public decimal TradeSecurityAtMarket(WcfClient.ExchangeService.Trade trade) + { + WcfClient.ExchangeService.TradeSecurityAtMarketRequest inValue = new WcfClient.ExchangeService.TradeSecurityAtMarketRequest(); + inValue.Body = new WcfClient.ExchangeService.TradeSecurityAtMarketRequestBody(); + inValue.Body.trade = trade; + WcfClient.ExchangeService.TradeSecurityAtMarketResponse retVal = ((WcfClient.ExchangeService.TradeService)(this)).TradeSecurityAtMarket(inValue); + return retVal.Body.TradeSecurityAtMarketResult; + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Service References/ExchangeService.map b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Service References/ExchangeService.map new file mode 100644 index 0000000..1b2c44c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/Service References/ExchangeService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/WcfClient.csproj b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/WcfClient.csproj new file mode 100644 index 0000000..cd1060d --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/WcfClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {A6426F54-B56C-4DFA-BA68-B00A992ECF66} + Exe + Properties + WcfClient + WcfClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + ExchangeService.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/app.config b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/app.config new file mode 100644 index 0000000..aa6dccb --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/Begin/WcfClient/app.config @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/Example08.sln b/PRO WCF Final Code/Chapter 04/Example08/End/Example08.sln new file mode 100644 index 0000000..016e881 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/Example08.sln @@ -0,0 +1,73 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfClient", "WcfClient\WcfClient.csproj", "{A6426F54-B56C-4DFA-BA68-B00A992ECF66}" +EndProject +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ExchangeWeb\", "ExchangeWeb\", "{66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}" + ProjectSection(WebsiteProperties) = preProject + ProjectReferences = "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}|ExchangeService.dll;" + Debug.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Debug.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Release.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + VWDPort = "8888" + VWDDynamicPort = "false" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|.NET.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|.NET.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.Build.0 = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Debug|.NET.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Debug|.NET.Build.0 = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Debug|Any CPU.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Release|.NET.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Release|.NET.Build.0 = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Release|Any CPU.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {66E27D02-A6C3-4CEC-92B0-F9B4FA4D085C}.Release|Mixed Platforms.Build.0 = Debug|.NET + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|.NET.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|.NET.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.Build.0 = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/Example08.suo b/PRO WCF Final Code/Chapter 04/Example08/End/Example08.suo new file mode 100644 index 0000000000000000000000000000000000000000..00fa5a13caf16a2bac906ac1dae722c1d36203fd GIT binary patch literal 22528 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 OoN!t>VQ=i=_x}N)AjOOT literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/ExchangeService.csproj b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/ExchangeService.csproj new file mode 100644 index 0000000..fa80dbf --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/ExchangeService.csproj @@ -0,0 +1,50 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + Library + Properties + ExchangeService + ExchangeService + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/ExchangeService.csproj.user b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/ExchangeService.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/ExchangeService.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ed36218 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "ExchangeService" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "ExchangeService" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "29b1e1ee-9923-4e5d-b681-50feff641dd2" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/Trade.cs b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/Trade.cs new file mode 100644 index 0000000..bcc8ca1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/Trade.cs @@ -0,0 +1,115 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Runtime.Serialization; +using System.ServiceModel; + +namespace ExchangeService +{ + [DataContract( + Namespace = "http://PracticalWcf/Exchange/Trade")] + public class Trade + { + string _ticker; + char _type; + string _publisher; + + [DataMember( + Name = "Participant", IsRequired = true, Order = 0)] + string _participant; + + [DataMember( + Name = "QuotedPrice", IsRequired = false, Order = 1)] + internal decimal _quotedPrice; + + [DataMember( + Name = "Quantity", IsRequired = true, Order = 1)] + private int _quantity; + + [DataMember( + Name = "TradeTime", IsRequired = false, Order = 9)] + Nullable _tradeTime; + + decimal _executionAmount; + + /// + /// Primary exchange security identifier + /// + [DataMember(IsRequired = true, Order = 3)] + public string Ticker + { + get { return _ticker; } + set { _ticker = value; } + } + + /// + /// B or S for Buy or Sell + /// + [DataMember(IsRequired = true, Order = 4)] + public char Type + { + get { return _type; } + set { _type = value; } + } + + /// + /// Identifier of publisher + /// + [DataMember(IsRequired = true, Order = 10)] + public string Publisher + { + get { return _publisher; } + set { _publisher = value; } + } + + /// + /// Identifier of participant + /// + public string Participant + { + get { return _participant; } + set { _participant = value; } + } + + /// + /// Price from original Quote corresponding to either + /// the Bid or Ask when trade is a Sell or + /// Buy type respectively. + /// + public decimal QuotedPrice + { + get { return _quotedPrice; } + set { _quotedPrice = value; } + } + + /// + /// Quantity of shares as part of the trade + /// + public int Quantity + { + get { return _quantity; } + set { _quantity = value; } + } + + /// + /// Timestamp in GMT of when the trade + /// was requested using the exchange’s + /// clock as the master + /// + public Nullable TradeTime + { + get { return _tradeTime; } + set { _tradeTime = value; } + } + + /// + /// Amount of execution + /// + public decimal ExecutionAmount + { + get { return _executionAmount; } + set { _executionAmount = value; } + } + + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/TradeService.cs new file mode 100644 index 0000000..d2588c4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeService/TradeService.cs @@ -0,0 +1,56 @@ +using System; +using System.ServiceModel; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange/TradeService", + Name = "TradeService", + SessionMode = SessionMode.Required) + ] + public interface ITradeService + { + [OperationContract( + IsOneWay = false, + Name = "TradeSecurityAtMarket" + )] + decimal TradeSecurity(Trade trade); + } + + public class TradeService : ITradeService + { + const decimal IBM_Price = 80.50m; + const decimal MSFT_Price = 30.25m; + public decimal TradeSecurity(Trade trade) + { + if( trade.Quantity < 1 ) + throw new ArgumentException( + "Invalid quantity", "quantity" ); + + switch( trade.Ticker.ToLower() ) + { + case "ibm": + ExecuteTrade( trade, IBM_Price ); + break; + case "msft": + ExecuteTrade( trade, MSFT_Price ); + break; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker" ); + } + + return trade.ExecutionAmount; + } + + private void ExecuteTrade( Trade trade, decimal price ) + { + trade.TradeTime = DateTime.Now.ToUniversalTime(); + trade.ExecutionAmount = trade.Quantity * price; + + if( trade.Type.ToString().ToLower() == "s" ) + trade.ExecutionAmount *= -1; + + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeWeb/TradeService.svc b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeWeb/TradeService.svc new file mode 100644 index 0000000..35a385c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeWeb/TradeService.svc @@ -0,0 +1 @@ +<%@ ServiceHost Language="C#" Service="ExchangeService.TradeService" %> diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeWeb/Web.config b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeWeb/Web.config new file mode 100644 index 0000000..def062b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/ExchangeWeb/Web.config @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Program.cs b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Program.cs new file mode 100644 index 0000000..ab5f474 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Program.cs @@ -0,0 +1,46 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace WcfClient +{ + class Program + { + static void Main(string[] args) + { + using (ExchangeService.TradeServiceClient proxy = new ExchangeService.TradeServiceClient()) + { + Console.WriteLine("\nTrade IBM"); + decimal result = proxy.TradeSecurityAtMarket( MakeTrade("IBM", 1000)); + Console.WriteLine("Cost was " + result); + + Console.WriteLine("\nTrade MSFT"); + result = proxy.TradeSecurityAtMarket(MakeTrade("MSFT", 2000)); + Console.WriteLine("Cost was " + result); + + try + { + Console.WriteLine("\nTrade ATT"); + result = proxy.TradeSecurityAtMarket(MakeTrade("T", 3000)); + Console.WriteLine("Cost was " + result); + } + catch (Exception ex) + { + Console.Write("Exception was: " + ex.Message); + } + + Console.WriteLine("\n\nPress to exit..."); + Console.ReadLine(); + + } + } + + static ExchangeService.Trade MakeTrade(string ticker, int quantity) + { + ExchangeService.Trade trade = new ExchangeService.Trade(); + trade.Quantity = quantity; + trade.Ticker = ticker; + return trade; + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e1d2b2c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("WcfClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CedarLogic")] +[assembly: AssemblyProduct("WcfClient")] +[assembly: AssemblyCopyright("Copyright © CedarLogic 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f99e9114-917f-43a3-bdcc-306ce72216b0")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Service References/ExchangeService.cs b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Service References/ExchangeService.cs new file mode 100644 index 0000000..1fe23ae --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Service References/ExchangeService.cs @@ -0,0 +1,195 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WcfClient.ExchangeService +{ + using System.Runtime.Serialization; + using System; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://PracticalWcf/Exchange/Trade")] + [System.SerializableAttribute()] + public partial class Trade : object, System.Runtime.Serialization.IExtensibleDataObject + { + + [System.NonSerializedAttribute()] + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + private string ParticipantField; + + private int QuantityField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private decimal QuotedPriceField; + + private string TickerField; + + private char TypeField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private System.Nullable TradeTimeField; + + private string PublisherField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public string Participant + { + get + { + return this.ParticipantField; + } + set + { + this.ParticipantField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public int Quantity + { + get + { + return this.QuantityField; + } + set + { + this.QuantityField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal QuotedPrice + { + get + { + return this.QuotedPriceField; + } + set + { + this.QuotedPriceField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public string Ticker + { + get + { + return this.TickerField; + } + set + { + this.TickerField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public char Type + { + get + { + return this.TypeField; + } + set + { + this.TypeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(Order=5)] + public System.Nullable TradeTime + { + get + { + return this.TradeTimeField; + } + set + { + this.TradeTimeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)] + public string Publisher + { + get + { + return this.PublisherField; + } + set + { + this.PublisherField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://PracticalWcf/Exchange/TradeService", ConfigurationName="WcfClient.ExchangeService.TradeService", SessionMode=System.ServiceModel.SessionMode.Required)] + public interface TradeService + { + + [System.ServiceModel.OperationContractAttribute(Action="http://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityAtMarket", ReplyAction="http://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityAtMarketRespo" + + "nse")] + decimal TradeSecurityAtMarket(WcfClient.ExchangeService.Trade trade); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface TradeServiceChannel : WcfClient.ExchangeService.TradeService, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class TradeServiceClient : System.ServiceModel.ClientBase, WcfClient.ExchangeService.TradeService + { + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public decimal TradeSecurityAtMarket(WcfClient.ExchangeService.Trade trade) + { + return base.Channel.TradeSecurityAtMarket(trade); + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Service References/ExchangeService.map b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Service References/ExchangeService.map new file mode 100644 index 0000000..1b2c44c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/Service References/ExchangeService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/WcfClient.csproj b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/WcfClient.csproj new file mode 100644 index 0000000..cd1060d --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/WcfClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {A6426F54-B56C-4DFA-BA68-B00A992ECF66} + Exe + Properties + WcfClient + WcfClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + ExchangeService.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/app.config b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/app.config new file mode 100644 index 0000000..aa6dccb --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example08/End/WcfClient/app.config @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example09/Example09.sln b/PRO WCF Final Code/Chapter 04/Example09/Example09.sln new file mode 100644 index 0000000..979847f --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/Example09.sln @@ -0,0 +1,73 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ExchangeWeb\", "ExchangeWeb\", "{CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}" + ProjectSection(WebsiteProperties) = preProject + ProjectReferences = "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}|ExchangeService.dll;" + Debug.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Debug.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/ExchangeWeb" + Release.AspNetCompiler.PhysicalPath = "ExchangeWeb\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeWeb\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + VWDPort = "8888" + VWDDynamicPort = "false" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfClient", "WcfClient\WcfClient.csproj", "{A6426F54-B56C-4DFA-BA68-B00A992ECF66}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}.Debug|.NET.ActiveCfg = Debug|.NET + {CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}.Debug|.NET.Build.0 = Debug|.NET + {CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}.Debug|Any CPU.ActiveCfg = Debug|.NET + {CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}.Release|.NET.ActiveCfg = Debug|.NET + {CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}.Release|.NET.Build.0 = Debug|.NET + {CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}.Release|Any CPU.ActiveCfg = Debug|.NET + {CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {CC37EDB9-4CD0-481B-AEA0-7BCC028CCEFC}.Release|Mixed Platforms.Build.0 = Debug|.NET + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|.NET.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|.NET.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Any CPU.Build.0 = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {A6426F54-B56C-4DFA-BA68-B00A992ECF66}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|.NET.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|.NET.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.Build.0 = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 04/Example09/Example09.suo b/PRO WCF Final Code/Chapter 04/Example09/Example09.suo new file mode 100644 index 0000000000000000000000000000000000000000..7b3907e15f072b7af5fa50e4f2f63d90df370490 GIT binary patch literal 22528 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 SJJ*#%TA6=Gd*fbz4*U + + Debug + AnyCPU + 8.0.50727 + 2.0 + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + Library + Properties + ExchangeService + ExchangeService + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/ExchangeService.csproj.user b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/ExchangeService.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/ExchangeService.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Execution.cs b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Execution.cs new file mode 100644 index 0000000..61c5b51 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Execution.cs @@ -0,0 +1,55 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Runtime.Serialization; +using System.ServiceModel; + +namespace ExchangeService +{ + + [DataContract( + Namespace = "http://PracticalWcf/Exchange/Execution" )] + public class Execution + { + [DataMember(Name= "SettleDate")] + DateTime _settlementDate; + + [DataMember( Name = "Participant" )] + string _participant; + + [DataMember( Name = "ExecutionAmount" )] + decimal _executionAmount; + + [DataMember( Name = "TradeSubmitted" )] + Trade _trade; + + + public Execution( Trade trade ) + { + _trade = trade; + _participant = trade.Participant; + _settlementDate = DateTime.Now.ToUniversalTime(); + } + + public DateTime SettlementDate + { + get { return _settlementDate; } + set { _settlementDate = value; } + } + public string Participant + { + get { return _participant; } + set { _participant = value; } + } + public decimal ExecutionAmount + { + get { return _executionAmount; } + set { _executionAmount = value; } + } + public Trade Trade + { + get { return _trade; } + set { _trade = value; } + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Messages.cs b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Messages.cs new file mode 100644 index 0000000..5eaf695 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Messages.cs @@ -0,0 +1,102 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel; + +namespace ExchangeService +{ + /// + /// TradeSecurity Request Message encapsulating a Trade Request Object + /// + [MessageContract] + public class TradeSecurityRequest + { + Trade _trade; + string _particpant; + string _publisher; + string _ticker; + + /// + /// The requestor of the trade + /// + [MessageHeader(MustUnderstand=true)] + public string Participant + { + get + { + return _particpant; + } + set + { + _particpant = value; + } + } + + /// + /// The Trade Item + /// + //[MessageBody] + [MessageBodyMember] + public Trade TradeItem + { + get + { + return _trade; + } + set + { + _trade = value; + } + } + + /// + /// The publisher of the quote the trade is + /// against + /// + [MessageHeader( MustUnderstand = true )] + public string Publisher + { + get + { + return _publisher; + } + set + { + _publisher = value; + } + } + + /// + /// The security being traded + /// + [MessageHeader( MustUnderstand = true )] + public string Ticker + { + get + { + return _ticker; + } + set + { + _ticker = value; + } + } + + + + + } + + /// + /// Simple encapsulation of the Execution + /// Response + /// + [MessageContract] + public class TradeSecurityResponse + { + [MessageBodyMember] + public Execution ExecutionReport; + } + + +} diff --git a/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ed36218 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "ExchangeService" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "ExchangeService" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "29b1e1ee-9923-4e5d-b681-50feff641dd2" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Trade.cs b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Trade.cs new file mode 100644 index 0000000..87cce31 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/Trade.cs @@ -0,0 +1,115 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Runtime.Serialization; +using System.ServiceModel; + +namespace ExchangeService +{ + [DataContract( + Namespace = "http://PracticalWcf/Exchange/Trade" )] + public class Trade + { + string _ticker; + char _type; + string _publisher; + + [DataMember( + Name = "Participant", IsRequired = true, Order = 0)] + string _participant; + + [DataMember( + Name = "QuotedPrice", IsRequired = false, Order = 4 )] + internal decimal _quotedPrice; + + [DataMember( + Name = "Quantity", IsRequired = true, Order = 1 )] + private int _quantity; + + [DataMember( + Name = "TradeTime", IsRequired = false, Order = 9 )] + Nullable _tradeTime; + + decimal _executionAmount; + + /// + /// Primary exchange security identifier + /// + [DataMember( IsRequired = true, Order = 3 )] + public string Ticker + { + get { return _ticker; } + set { _ticker = value; } + } + + /// + /// B or S for Buy or Sell + /// + [DataMember( IsRequired = true, Order = 4 )] + public char Type + { + get { return _type; } + set { _type = value; } + } + + /// + /// Identifier of publisher + /// + [DataMember( IsRequired = true, Order = 10 )] + public string Publisher + { + get { return _publisher; } + set { _publisher = value; } + } + + /// + /// Identifier of participant + /// + public string Participant + { + get { return _participant; } + set { _participant = value; } + } + + /// + /// Price from original Quote corresponding to either + /// the Bid or Ask when trade is a Sell or + /// Buy type respectively. + /// + public decimal QuotedPrice + { + get { return _quotedPrice; } + set { _quotedPrice = value; } + } + + /// + /// Quantity of shares as part of the trade + /// + public int Quantity + { + get { return _quantity; } + set { _quantity = value; } + } + + /// + /// Timestamp in GMT of when the trade + /// was requested using the exchange’s + /// clock as the master + /// + public Nullable TradeTime + { + get { return _tradeTime; } + set { _tradeTime = value; } + } + + /// + /// Amount of execution + /// + public decimal ExecutionAmount + { + get { return _executionAmount; } + set { _executionAmount = value; } + } + + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/TradeService.cs new file mode 100644 index 0000000..c424167 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/ExchangeService/TradeService.cs @@ -0,0 +1,94 @@ +using System; +using System.ServiceModel; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange", + Name = "TradeService" + ) + ] + public interface ITradeService + { + [OperationContract( + Action = "http://PracticalWcf/Exchange/TradeService/TradeSecurityAtMarket" + )] + [FaultContract( typeof( ArgumentException ) )] + TradeSecurityResponse TradeSecurity( TradeSecurityRequest tradeRequest ); + } + + + /// + /// TradeService Implementation of ITradeService + /// for the Exchange + /// + public class TradeService : ITradeService + { + const decimal IBM_Price = 80.50m; + const decimal MSFT_Price = 30.25m; + public TradeSecurityResponse TradeSecurity( TradeSecurityRequest trade ) + { + try + { + //Embedded rules + if( trade.Participant != "ABC" ) + throw new ArgumentException( "Particpant must be \"ABC\"" ); + + if( trade.Publisher != "XYZ" ) + throw new ArgumentException( "Publisher must be \"XYZ\"" ); + + if( trade.Ticker != "MSFT" ) + throw new ArgumentException( "Ticker must be \"MSFT\"" ); + + + //Quantity check + if( trade.TradeItem.Quantity < 1 ) + throw new ArgumentException( "Bad Quantity on Trade" ); + + Execution execution = null; + + switch( trade.TradeItem.Ticker.ToLower() ) + { + case "ibm": + execution = ExecuteTrade( trade.TradeItem, IBM_Price ); + break; + case "msft": + execution = ExecuteTrade( trade.TradeItem, MSFT_Price ); + break; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker" ); + } + + TradeSecurityResponse response = new TradeSecurityResponse(); + response.ExecutionReport = execution; + return response; + } + catch( ArgumentException ex ) + { + throw new FaultException( ex ); + } + } + + + /// + /// Utility method populates an execution + /// + /// trade object inbound + /// market price to use + /// + private Execution ExecuteTrade( Trade trade, decimal price ) + { + trade.TradeTime = DateTime.Now.ToUniversalTime(); + trade.ExecutionAmount = trade.Quantity * price; + if( trade.Type.ToString().ToLower() == "s" ) + trade.ExecutionAmount *= -1; + + Execution exec = new Execution( trade ); + exec.ExecutionAmount = trade.ExecutionAmount; + + return exec; + } + + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example09/ExchangeWeb/TradeService.svc b/PRO WCF Final Code/Chapter 04/Example09/ExchangeWeb/TradeService.svc new file mode 100644 index 0000000..35a385c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/ExchangeWeb/TradeService.svc @@ -0,0 +1 @@ +<%@ ServiceHost Language="C#" Service="ExchangeService.TradeService" %> diff --git a/PRO WCF Final Code/Chapter 04/Example09/ExchangeWeb/Web.config b/PRO WCF Final Code/Chapter 04/Example09/ExchangeWeb/Web.config new file mode 100644 index 0000000..def062b --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/ExchangeWeb/Web.config @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Program.cs b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Program.cs new file mode 100644 index 0000000..370864f --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Program.cs @@ -0,0 +1,57 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel; + +namespace WcfClient +{ + class Program + { + static void Main(string[] args) + { + try + { + using (ExchangeService.TradeServiceClient proxy = new ExchangeService.TradeServiceClient()) + { + Console.WriteLine("\nTrade MSFT"); + ExchangeService.Trade trade1 = MakeTrade("MSFT", 2000); + ExchangeService.Execution execution = + proxy.TradeSecurity( + trade1.Participant, + trade1.Publisher, + trade1.Ticker, + trade1); + + Console.WriteLine("Cost was " + execution.ExecutionAmount); + } + } + catch (FaultException ex) + { + Console.WriteLine("ArgumentException Occured"); + Console.WriteLine("\tAction:\t" + ex.Action); + Console.WriteLine("\tName:\t" + ex.Code.Name); + Console.WriteLine("\tMessage:\t" + ex.Detail.Message); + } + catch (Exception ex) + { + Console.WriteLine("General Exception"); + Console.WriteLine('\t' + ex.Message); + } + Console.WriteLine("\n\nPress to exit..."); + Console.ReadLine(); + + } + + + static ExchangeService.Trade MakeTrade(string ticker, int quantity) + { + ExchangeService.Trade trade = new ExchangeService.Trade(); + trade.Participant= "ABC"; + trade.Publisher= "XYZ"; + trade.Quantity= quantity; + trade.Ticker= ticker; + trade.Type= 'b'; + return trade; + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e1d2b2c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("WcfClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("CedarLogic")] +[assembly: AssemblyProduct("WcfClient")] +[assembly: AssemblyCopyright("Copyright © CedarLogic 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f99e9114-917f-43a3-bdcc-306ce72216b0")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Service References/ExchangeService.cs b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Service References/ExchangeService.cs new file mode 100644 index 0000000..a3e4288 --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Service References/ExchangeService.cs @@ -0,0 +1,343 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WcfClient.ExchangeService +{ + using System.Runtime.Serialization; + using System; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://PracticalWcf/Exchange/Trade")] + [System.SerializableAttribute()] + public partial class Trade : object, System.Runtime.Serialization.IExtensibleDataObject + { + + [System.NonSerializedAttribute()] + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + private string ParticipantField; + + private int QuantityField; + + private string TickerField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private decimal QuotedPriceField; + + private char TypeField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private System.Nullable TradeTimeField; + + private string PublisherField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public string Participant + { + get + { + return this.ParticipantField; + } + set + { + this.ParticipantField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public int Quantity + { + get + { + return this.QuantityField; + } + set + { + this.QuantityField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] + public string Ticker + { + get + { + return this.TickerField; + } + set + { + this.TickerField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(Order=3)] + public decimal QuotedPrice + { + get + { + return this.QuotedPriceField; + } + set + { + this.QuotedPriceField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)] + public char Type + { + get + { + return this.TypeField; + } + set + { + this.TypeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(Order=5)] + public System.Nullable TradeTime + { + get + { + return this.TradeTimeField; + } + set + { + this.TradeTimeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)] + public string Publisher + { + get + { + return this.PublisherField; + } + set + { + this.PublisherField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://PracticalWcf/Exchange/Execution")] + [System.SerializableAttribute()] + public partial class Execution : object, System.Runtime.Serialization.IExtensibleDataObject + { + + [System.NonSerializedAttribute()] + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private decimal ExecutionAmountField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string ParticipantField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private System.DateTime SettleDateField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private WcfClient.ExchangeService.Trade TradeSubmittedField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal ExecutionAmount + { + get + { + return this.ExecutionAmountField; + } + set + { + this.ExecutionAmountField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string Participant + { + get + { + return this.ParticipantField; + } + set + { + this.ParticipantField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public System.DateTime SettleDate + { + get + { + return this.SettleDateField; + } + set + { + this.SettleDateField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public WcfClient.ExchangeService.Trade TradeSubmitted + { + get + { + return this.TradeSubmittedField; + } + set + { + this.TradeSubmittedField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://PracticalWcf/Exchange", ConfigurationName="WcfClient.ExchangeService.TradeService")] + public interface TradeService + { + + // CODEGEN: Generating message contract since the wrapper name (TradeSecurityRequest) of message TradeSecurityRequest does not match the default value (TradeSecurity) + [System.ServiceModel.OperationContractAttribute(Action="http://PracticalWcf/Exchange/TradeService/TradeSecurityAtMarket", ReplyAction="http://PracticalWcf/Exchange/TradeService/TradeSecurityResponse")] + [System.ServiceModel.FaultContractAttribute(typeof(System.ArgumentException), Action="http://PracticalWcf/Exchange/TradeService/TradeSecurityArgumentExceptionFault", Name="ArgumentException", Namespace="http://schemas.datacontract.org/2004/07/System")] + WcfClient.ExchangeService.TradeSecurityResponse TradeSecurity(WcfClient.ExchangeService.TradeSecurityRequest request); + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.MessageContractAttribute(WrapperName="TradeSecurityRequest", WrapperNamespace="http://PracticalWcf/Exchange", IsWrapped=true)] + public partial class TradeSecurityRequest + { + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://PracticalWcf/Exchange")] + public string Participant; + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://PracticalWcf/Exchange")] + public string Publisher; + + [System.ServiceModel.MessageHeaderAttribute(Namespace="http://PracticalWcf/Exchange")] + public string Ticker; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://PracticalWcf/Exchange", Order=0)] + public WcfClient.ExchangeService.Trade TradeItem; + + public TradeSecurityRequest() + { + } + + public TradeSecurityRequest(string Participant, string Publisher, string Ticker, WcfClient.ExchangeService.Trade TradeItem) + { + this.Participant = Participant; + this.Publisher = Publisher; + this.Ticker = Ticker; + this.TradeItem = TradeItem; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.MessageContractAttribute(WrapperName="TradeSecurityResponse", WrapperNamespace="http://PracticalWcf/Exchange", IsWrapped=true)] + public partial class TradeSecurityResponse + { + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://PracticalWcf/Exchange", Order=0)] + public WcfClient.ExchangeService.Execution ExecutionReport; + + public TradeSecurityResponse() + { + } + + public TradeSecurityResponse(WcfClient.ExchangeService.Execution ExecutionReport) + { + this.ExecutionReport = ExecutionReport; + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface TradeServiceChannel : WcfClient.ExchangeService.TradeService, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class TradeServiceClient : System.ServiceModel.ClientBase, WcfClient.ExchangeService.TradeService + { + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + WcfClient.ExchangeService.TradeSecurityResponse WcfClient.ExchangeService.TradeService.TradeSecurity(WcfClient.ExchangeService.TradeSecurityRequest request) + { + return base.Channel.TradeSecurity(request); + } + + public WcfClient.ExchangeService.Execution TradeSecurity(string Participant, string Publisher, string Ticker, WcfClient.ExchangeService.Trade TradeItem) + { + WcfClient.ExchangeService.TradeSecurityRequest inValue = new WcfClient.ExchangeService.TradeSecurityRequest(); + inValue.Participant = Participant; + inValue.Publisher = Publisher; + inValue.Ticker = Ticker; + inValue.TradeItem = TradeItem; + WcfClient.ExchangeService.TradeSecurityResponse retVal = ((WcfClient.ExchangeService.TradeService)(this)).TradeSecurity(inValue); + return retVal.ExecutionReport; + } + } +} diff --git a/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Service References/ExchangeService.map b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Service References/ExchangeService.map new file mode 100644 index 0000000..1b2c44c --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/Service References/ExchangeService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 04/Example09/WcfClient/WcfClient.csproj b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/WcfClient.csproj new file mode 100644 index 0000000..cd1060d --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/WcfClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {A6426F54-B56C-4DFA-BA68-B00A992ECF66} + Exe + Properties + WcfClient + WcfClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + ExchangeService.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 04/Example09/WcfClient/app.config b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/app.config new file mode 100644 index 0000000..aa6dccb --- /dev/null +++ b/PRO WCF Final Code/Chapter 04/Example09/WcfClient/app.config @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/ExchangeService/Contracts/ITradeService.cs b/PRO WCF Final Code/Chapter 05/ExchangeService/Contracts/ITradeService.cs new file mode 100644 index 0000000..48e1040 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeService/Contracts/ITradeService.cs @@ -0,0 +1,15 @@ +using System.ServiceModel; +using QuickReturns.StockTrading.ExchangeService.DataContracts; + +namespace QuickReturns.StockTrading.ExchangeService.Contracts +{ + [ServiceContract(Namespace = "http://QuickReturns")] + public interface ITradeService + { + [OperationContract()] + Quote GetQuote(string ticker); + + [OperationContract()] + void PublishQuote(Quote quote); + } +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeService/Contracts/ITradeServiceMessage.cs b/PRO WCF Final Code/Chapter 05/ExchangeService/Contracts/ITradeServiceMessage.cs new file mode 100644 index 0000000..261848f --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeService/Contracts/ITradeServiceMessage.cs @@ -0,0 +1,16 @@ +// Note that this class is not used in the solution +using System.ServiceModel; +using System.ServiceModel.Channels; + +namespace QuickReturns.StockTrading.ExchangeService.Contracts +{ + [ServiceContract(Namespace = "http://QuickReturns")] + interface ITradeServiceMessage + { + [OperationContract()] + Message GetQuote(string ticker); + + [OperationContract()] + void PublishQuote(Message quote); + } +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeService/DataContracts/Quote.cs b/PRO WCF Final Code/Chapter 05/ExchangeService/DataContracts/Quote.cs new file mode 100644 index 0000000..e9e9307 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeService/DataContracts/Quote.cs @@ -0,0 +1,24 @@ +using System; +using System.Runtime.Serialization; + +namespace QuickReturns.StockTrading.ExchangeService.DataContracts +{ + [DataContract(Namespace = "http://QuickReturns")] + public class Quote + { + [DataMember(Name = "Ticker")] + public string Ticker; + + [DataMember(Name = "Bid")] + public decimal Bid; + + [DataMember(Name = "Ask")] + public decimal Ask; + + [DataMember(Name = "Publisher")] + public string Publisher; + + [DataMember(Name = "UpdateDateTime")] + private DateTime UpdateDateTime; + } +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeService/ExchangeService.csproj b/PRO WCF Final Code/Chapter 05/ExchangeService/ExchangeService.csproj new file mode 100644 index 0000000..235815e --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeService/ExchangeService.csproj @@ -0,0 +1,60 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54} + Library + Properties + QuickReturns.StockTrading.ExchangeService + QuickReturns.StockTrading.ExchangeService + + + + + + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/ExchangeService/ExchangeService.csproj.vspscc b/PRO WCF Final Code/Chapter 05/ExchangeService/ExchangeService.csproj.vspscc new file mode 100644 index 0000000..b6d3289 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeService/ExchangeService.csproj.vspscc @@ -0,0 +1,10 @@ +"" +{ +"FILE_VERSION" = "9237" +"ENLISTMENT_CHOICE" = "NEVER" +"PROJECT_FILE_RELATIVE_PATH" = "" +"NUMBER_OF_EXCLUDED_FILES" = "0" +"ORIGINAL_PROJECT_FILE_PATH" = "" +"NUMBER_OF_NESTED_PROJECTS" = "0" +"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 05/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..8915480 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ExchangeService")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Development Company")] +[assembly: AssemblyProduct("ExchangeService")] +[assembly: AssemblyCopyright("Copyright © Development Company 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("dbad4a90-811f-4e4d-81dc-53d6397a0841")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 05/ExchangeService/QuickReturns.StockTrading.ExchangeService.suo b/PRO WCF Final Code/Chapter 05/ExchangeService/QuickReturns.StockTrading.ExchangeService.suo new file mode 100644 index 0000000000000000000000000000000000000000..a61553d6a3f4546377de190877618de188b63e3e GIT binary patch literal 3584 zcmeHI%PvDv6kSC1ew?$%?{Mo^9SbOUO$E)9`qG;*KWiY49Px<8c;!M=Dwl$U3|9%XKjox{v@4N!w@vA5ywGn9>x=LrN})(}_8q_6cRHb3LHEEq+<)rq2!T@A@<`EHBl( ziyv({M>+8e`}e7OqN{qU85J(9P85TAg0s|%TX0tD2_B98k79YpbkSA`hXzt1zsSqkao%jzh2%@>xyn>n-^zl2Z)P0KmH zju^42!A)civUTunB#ANk|H*63MW&yBXhCI^D~s%-)K8$7oQtiWy@#BK{;Yb*^*=%X X65B*cSMOCo{!C_u3#Pv!EFl9QBu{$2 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 05/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 05/ExchangeService/TradeService.cs new file mode 100644 index 0000000..2228990 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeService/TradeService.cs @@ -0,0 +1,49 @@ +using System; +using System.Collections; +using System.ServiceModel; +using System.ServiceModel.Activation; +using QuickReturns.StockTrading.ExchangeService.Contracts; +using QuickReturns.StockTrading.ExchangeService.DataContracts; + +namespace QuickReturns.StockTrading.ExchangeService +{ + [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, + IncludeExceptionDetailInFaults = true)] + [AspNetCompatibilityRequirements( + RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] + public class TradeService : ITradeService + { + private Hashtable tickers = new Hashtable(); + public Quote GetQuote(string ticker) + { + lock (tickers) + { + Quote quote = tickers[ticker] as Quote; + if (quote == null) + { + // Quote doesn't exist. + throw new Exception( + string.Format("No quotes found for ticker '{0}'", + ticker)); + } + return quote; + } + } + + public void PublishQuote(Quote quote) + { + lock (tickers) + { + Quote storedQuote = tickers[quote.Ticker] as Quote; + if (storedQuote == null) + { + tickers.Add(quote.Ticker, quote); + } + else + { + tickers[quote.Ticker] = quote; + } + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/App_Code/TradeServiceCustomHost.cs b/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/App_Code/TradeServiceCustomHost.cs new file mode 100644 index 0000000..deb9d32 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/App_Code/TradeServiceCustomHost.cs @@ -0,0 +1,29 @@ +using System; +using System.ServiceModel; +using System.ServiceModel.Activation; + +namespace QuickReturns.StockTrading.ExchangeService +{ + public class TradeServiceCustomHostFactory : ServiceHostFactory + { + protected override ServiceHost CreateServiceHost(Type serviceType, Uri[] baseAddresses) + { + TradeServiceCustomHost customServiceHost = + new TradeServiceCustomHost(serviceType, baseAddresses); + return customServiceHost; + } + } + + public class TradeServiceCustomHost : ServiceHost + { + public TradeServiceCustomHost(Type serviceType, params Uri[] baseAddresses) + : base(serviceType, baseAddresses) + { + } + + protected override void ApplyConfiguration() + { + base.ApplyConfiguration(); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeService.svc b/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeService.svc new file mode 100644 index 0000000..8353165 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeService.svc @@ -0,0 +1 @@ +<% @ServiceHost Language="C#" Debug="true" Service="QuickReturns.StockTrading.ExchangeService.TradeService" %> \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeServiceCustomHost.svc b/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeServiceCustomHost.svc new file mode 100644 index 0000000..0679fb1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeServiceCustomHost.svc @@ -0,0 +1,4 @@ +<% @ServiceHost Language="C#" Debug="true" + Service="QuickReturns.StockTrading.ExchangeService.TradeService" + Factory="QuickReturns.StockTrading.ExchangeService.TradeServiceCustomHostFactory" %> + diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeServiceInline.svc b/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeServiceInline.svc new file mode 100644 index 0000000..2693b63 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/ExchangeServiceInline.svc @@ -0,0 +1,50 @@ +<% @ServiceHost Language="C#" Service="QuickReturns.StockTrading.ExchangeService.TradeServiceInline" %> +using System; +using System.Collections; +using System.ServiceModel; +using System.ServiceModel.Activation; +using QuickReturns.StockTrading.ExchangeService.Contracts; +using QuickReturns.StockTrading.ExchangeService.DataContracts; + +namespace QuickReturns.StockTrading.ExchangeService +{ + [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, + IncludeExceptionDetailInFaults = true)] + [AspNetCompatibilityRequirements( + RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] + public class TradeServiceInline : ITradeService + { + private Hashtable tickers = new Hashtable(); + public Quote GetQuote(string ticker) + { + lock (tickers) + { + Quote quote = tickers[ticker] as Quote; + if (quote == null) + { + // Quote doesn't exist. + throw new Exception( + string.Format("No quotes found for ticker '{0}'", + ticker)); + } + return quote; + } + } + + public void PublishQuote(Quote quote) + { + lock (tickers) + { + Quote storedQuote = tickers[quote.Ticker] as Quote; + if (storedQuote == null) + { + tickers.Add(quote.Ticker, quote); + } + else + { + tickers[quote.Ticker] = quote; + } + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/Web.config b/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/Web.config new file mode 100644 index 0000000..9dcdcfe --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceIISHost/Web.config @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsHostSetup/ExchangeServiceWindowsHostSetup.vdproj b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsHostSetup/ExchangeServiceWindowsHostSetup.vdproj new file mode 100644 index 0000000..8213641 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsHostSetup/ExchangeServiceWindowsHostSetup.vdproj @@ -0,0 +1,1115 @@ +"DeployProject" +{ +"VSVersion" = "3:800" +"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" +"IsWebType" = "8:FALSE" +"ProjectName" = "8:ExchangeServiceWindowsHostSetup" +"LanguageId" = "3:1033" +"CodePage" = "3:1252" +"UILanguageId" = "3:1033" +"SccProjectName" = "8:" +"SccLocalPath" = "8:" +"SccAuxPath" = "8:" +"SccProvider" = "8:" + "Hierarchy" + { + "Entry" + { + "MsmKey" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2CC54B4677CD29E295A189C9E3E2C622" + "OwnerKey" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2CC54B4677CD29E295A189C9E3E2C622" + "OwnerKey" = "8:_C0CC548099C1F3196581D3956E941DC2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51BED20C5DB93EA2C4D0DE176F2A1169" + "OwnerKey" = "8:_2CC54B4677CD29E295A189C9E3E2C622" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51BED20C5DB93EA2C4D0DE176F2A1169" + "OwnerKey" = "8:_C0CC548099C1F3196581D3956E941DC2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51BED20C5DB93EA2C4D0DE176F2A1169" + "OwnerKey" = "8:_A7F92B2D297147BE5F538494311D477C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51BED20C5DB93EA2C4D0DE176F2A1169" + "OwnerKey" = "8:_91BD1D69851603D11D292E85F4FF7468" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_51BED20C5DB93EA2C4D0DE176F2A1169" + "OwnerKey" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5B15980932C7925FD631500D9BFCB912" + "OwnerKey" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5B15980932C7925FD631500D9BFCB912" + "OwnerKey" = "8:_C0CC548099C1F3196581D3956E941DC2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5B15980932C7925FD631500D9BFCB912" + "OwnerKey" = "8:_A7F92B2D297147BE5F538494311D477C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5B15980932C7925FD631500D9BFCB912" + "OwnerKey" = "8:_91BD1D69851603D11D292E85F4FF7468" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5B15980932C7925FD631500D9BFCB912" + "OwnerKey" = "8:_51BED20C5DB93EA2C4D0DE176F2A1169" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_5B15980932C7925FD631500D9BFCB912" + "OwnerKey" = "8:_2CC54B4677CD29E295A189C9E3E2C622" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_91BD1D69851603D11D292E85F4FF7468" + "OwnerKey" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_91BD1D69851603D11D292E85F4FF7468" + "OwnerKey" = "8:_2CC54B4677CD29E295A189C9E3E2C622" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_91BD1D69851603D11D292E85F4FF7468" + "OwnerKey" = "8:_C0CC548099C1F3196581D3956E941DC2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_91BD1D69851603D11D292E85F4FF7468" + "OwnerKey" = "8:_A7F92B2D297147BE5F538494311D477C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A7F92B2D297147BE5F538494311D477C" + "OwnerKey" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_A7F92B2D297147BE5F538494311D477C" + "OwnerKey" = "8:_C0CC548099C1F3196581D3956E941DC2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_C0CC548099C1F3196581D3956E941DC2" + "OwnerKey" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_5B15980932C7925FD631500D9BFCB912" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_51BED20C5DB93EA2C4D0DE176F2A1169" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_2CC54B4677CD29E295A189C9E3E2C622" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_C0CC548099C1F3196581D3956E941DC2" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_A7F92B2D297147BE5F538494311D477C" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_91BD1D69851603D11D292E85F4FF7468" + "MsmSig" = "8:_UNDEFINED" + } + } + "Configurations" + { + "Debug" + { + "DisplayName" = "8:Debug" + "IsDebugOnly" = "11:TRUE" + "IsReleaseOnly" = "11:FALSE" + "OutputFilename" = "8:Debug\\ExchangeServiceWindowsHostSetup.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" + { + "Enabled" = "11:TRUE" + "PromptEnabled" = "11:TRUE" + "PrerequisitesLocation" = "2:1" + "Url" = "8:" + "ComponentsUrl" = "8:" + "Items" + { + } + } + } + "Release" + { + "DisplayName" = "8:Release" + "IsDebugOnly" = "11:FALSE" + "IsReleaseOnly" = "11:TRUE" + "OutputFilename" = "8:Release\\ExchangeServiceWindowsHostSetup.msi" + "PackageFilesAs" = "3:2" + "PackageFileSize" = "3:-2147483648" + "CabType" = "3:1" + "Compression" = "3:2" + "SignOutput" = "11:FALSE" + "CertificateFile" = "8:" + "PrivateKeyFile" = "8:" + "TimeStampServer" = "8:" + "InstallerBootstrapper" = "3:2" + "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" + { + "Enabled" = "11:TRUE" + "PromptEnabled" = "11:TRUE" + "PrerequisitesLocation" = "2:1" + "Url" = "8:" + "ComponentsUrl" = "8:" + "Items" + { + } + } + } + } + "Deployable" + { + "CustomAction" + { + "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_8D4281D20F4A4AE585BE0455196E156E" + { + "Name" = "8:Primary output from ExchangeServiceWindowsServiceHost (Active)" + "Condition" = "8:" + "Object" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "FileType" = "3:2" + "InstallAction" = "3:4" + "Arguments" = "8:" + "EntryPoint" = "8:" + "Sequence" = "3:1" + "Identifier" = "8:_BE058030_2B72_4757_956C_F3E84FD114AB" + "InstallerClass" = "11:TRUE" + "CustomActionData" = "8:" + } + "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_A2C5A65F24C1465793705F720931B8BD" + { + "Name" = "8:Primary output from ExchangeServiceWindowsServiceHost (Active)" + "Condition" = "8:" + "Object" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "FileType" = "3:2" + "InstallAction" = "3:1" + "Arguments" = "8:" + "EntryPoint" = "8:" + "Sequence" = "3:1" + "Identifier" = "8:_BFDF80A7_281A_41E2_9438_CF1EA9BE28CC" + "InstallerClass" = "11:TRUE" + "CustomActionData" = "8:" + } + "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_E6A9D1C18859466898FB741BEE01C0D3" + { + "Name" = "8:Primary output from ExchangeServiceWindowsServiceHost (Active)" + "Condition" = "8:" + "Object" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "FileType" = "3:2" + "InstallAction" = "3:3" + "Arguments" = "8:" + "EntryPoint" = "8:" + "Sequence" = "3:1" + "Identifier" = "8:_D2CF28CC_A29F_4E6E_90C9_A9110E51A761" + "InstallerClass" = "11:TRUE" + "CustomActionData" = "8:" + } + "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_FE4885FBA747419C933FCF2B7CDAC4AA" + { + "Name" = "8:Primary output from ExchangeServiceWindowsServiceHost (Active)" + "Condition" = "8:" + "Object" = "8:_0D0A4A8F848E497CB95BFF260D7A63A8" + "FileType" = "3:2" + "InstallAction" = "3:2" + "Arguments" = "8:" + "EntryPoint" = "8:" + "Sequence" = "3:1" + "Identifier" = "8:_EA7A5140_1C9E_4326_A167_591E43266A94" + "InstallerClass" = "11:TRUE" + "CustomActionData" = "8:" + } + } + "DefaultFeature" + { + "Name" = "8:DefaultFeature" + "Title" = "8:" + "Description" = "8:" + } + "ExternalPersistence" + { + "LaunchCondition" + { + "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_30D14F18532C4EE3A4100F93F488C6CC" + { + "Name" = "8:.NET Framework" + "Message" = "8:[VSDNETMSG]" + "Version" = "8:2.0.50727" + "AllowLaterVersions" = "11:FALSE" + "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=9832" + } + } + } + "File" + { + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2CC54B4677CD29E295A189C9E3E2C622" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:Microsoft.Transactions.Bridge, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_2CC54B4677CD29E295A189C9E3E2C622" + { + "Name" = "8:Microsoft.Transactions.Bridge.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Microsoft.Transactions.Bridge.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_3F32CB4EA20C4E37AB0C8C2ACCA0EE1B" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_51BED20C5DB93EA2C4D0DE176F2A1169" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_51BED20C5DB93EA2C4D0DE176F2A1169" + { + "Name" = "8:System.Runtime.Serialization.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.Runtime.Serialization.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_3F32CB4EA20C4E37AB0C8C2ACCA0EE1B" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5B15980932C7925FD631500D9BFCB912" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:TRUE" + "AssemblyAsmDisplayName" = "8:SMDiagnostics, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_5B15980932C7925FD631500D9BFCB912" + { + "Name" = "8:SMDiagnostics.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:SMDiagnostics.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_3F32CB4EA20C4E37AB0C8C2ACCA0EE1B" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_91BD1D69851603D11D292E85F4FF7468" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_91BD1D69851603D11D292E85F4FF7468" + { + "Name" = "8:System.IdentityModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IdentityModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_3F32CB4EA20C4E37AB0C8C2ACCA0EE1B" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A7F92B2D297147BE5F538494311D477C" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.IdentityModel.Selectors, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_A7F92B2D297147BE5F538494311D477C" + { + "Name" = "8:System.IdentityModel.Selectors.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.IdentityModel.Selectors.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_3F32CB4EA20C4E37AB0C8C2ACCA0EE1B" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C0CC548099C1F3196581D3956E941DC2" + { + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_C0CC548099C1F3196581D3956E941DC2" + { + "Name" = "8:System.ServiceModel.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:System.ServiceModel.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_3F32CB4EA20C4E37AB0C8C2ACCA0EE1B" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + } + "FileType" + { + } + "Folder" + { + "{3C67513D-01DD-4637-8A68-80971EB9504F}:_3F32CB4EA20C4E37AB0C8C2ACCA0EE1B" + { + "DefaultLocation" = "8:[ProgramFilesFolder][Manufacturer]\\[ProductName]" + "Name" = "8:#1925" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:TARGETDIR" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_5A9986B56C514E9D96CED288FD04654C" + { + "Name" = "8:#1919" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:ProgramMenuFolder" + "Folders" + { + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_60A3E8E2B06F44B59355A9F057AEAF42" + { + "Name" = "8:#1916" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:DesktopFolder" + "Folders" + { + } + } + } + "LaunchCondition" + { + } + "Locator" + { + } + "MsiBootstrapper" + { + "LangId" = "3:1033" + } + "Product" + { + "Name" = "8:Microsoft Visual Studio" + "ProductName" = "8:QuickReturns ExchangeService Windows ServiceHost" + "ProductCode" = "8:{6914EFB5-3495-432B-8964-4FA865D605EF}" + "PackageCode" = "8:{BA2AE2C6-F5F8-4EF6-A3B3-15FCDBEBACFD}" + "UpgradeCode" = "8:{5CEA13C3-BB0D-4105-A452-AE7EF48F1EEE}" + "RestartWWWService" = "11:FALSE" + "RemovePreviousVersions" = "11:FALSE" + "DetectNewerInstalledVersion" = "11:TRUE" + "InstallAllUsers" = "11:FALSE" + "ProductVersion" = "8:1.0.0" + "Manufacturer" = "8:APress" + "ARPHELPTELEPHONE" = "8:" + "ARPHELPLINK" = "8:" + "Title" = "8:QuickReturns ExchangeService Windows ServiceHost" + "Subject" = "8:" + "ARPCONTACT" = "8:APress" + "Keywords" = "8:" + "ARPCOMMENTS" = "8:" + "ARPURLINFOABOUT" = "8:" + "ARPPRODUCTICON" = "8:" + "ARPIconIndex" = "3:0" + "SearchPath" = "8:" + "UseSystemSearchPath" = "11:TRUE" + "TargetPlatform" = "3:0" + "PreBuildEvent" = "8:" + "PostBuildEvent" = "8:" + "RunPostBuildEvent" = "3:0" + } + "Registry" + { + "HKLM" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_55E447B4631A4F98A941518141EE0235" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_8945CEE1A9354F82BC9F636CC6C87118" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCU" + { + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_E4E8A434E016415DA59D9BF84D16EF4D" + { + "Name" = "8:Software" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_6DFE707F172E463B9593DB5F2E1361BA" + { + "Name" = "8:[Manufacturer]" + "Condition" = "8:" + "AlwaysCreate" = "11:FALSE" + "DeleteAtUninstall" = "11:FALSE" + "Transitive" = "11:FALSE" + "Keys" + { + } + "Values" + { + } + } + } + "Values" + { + } + } + } + } + "HKCR" + { + "Keys" + { + } + } + "HKU" + { + "Keys" + { + } + } + "HKPU" + { + "Keys" + { + } + } + } + "Sequences" + { + } + "Shortcut" + { + } + "UserInterface" + { + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_25D59EE5A6C3435F965488EF0A02ACD6" + { + "Name" = "8:#1901" + "Sequence" = "3:1" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D94FB82BC502445BA42D7D127338A5F6" + { + "Sequence" = "3:100" + "DisplayName" = "8:Progress" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_35C8932572224433A0E2705148F0A53E" + { + "Name" = "8:#1902" + "Sequence" = "3:2" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_B411DF1D923F46468B0E6B2BC169935C" + { + "Sequence" = "3:100" + "DisplayName" = "8:Finished" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_3F0E5B754D7943B49466A88B3B7E0B3B" + { + "Name" = "8:#1900" + "Sequence" = "3:1" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_A30744EC9885449A9F3AEC480F92E9FA" + { + "Sequence" = "3:200" + "DisplayName" = "8:Installation Folder" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "InstallAllUsersVisible" + { + "Name" = "8:InstallAllUsersVisible" + "DisplayName" = "8:#1059" + "Description" = "8:#1159" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_C21DEED9C4E540D7B5D5EC8540629ACC" + { + "Sequence" = "3:300" + "DisplayName" = "8:Confirm Installation" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_C69ABABC93DF4A60A4D62780E6D1B11B" + { + "Sequence" = "3:100" + "DisplayName" = "8:Welcome" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_6D38F9FC351B48DC92BEC4274E4CE348" + { + "Name" = "8:#1901" + "Sequence" = "3:2" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_59F6E3708A2D48AFB1FBE17982B7E206" + { + "Sequence" = "3:100" + "DisplayName" = "8:Progress" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminProgressDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "ShowProgress" + { + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_8EDA909A4B3C46368DC0ECBDEBC69E70" + { + "Name" = "8:#1900" + "Sequence" = "3:2" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_0DECCF8E04E548A5A43DAB83638DD8EB" + { + "Sequence" = "3:300" + "DisplayName" = "8:Confirm Installation" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_3C2B06899DF1482D966DB5CB3F634F25" + { + "Sequence" = "3:200" + "DisplayName" = "8:Installation Folder" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_BADE952D36D24F8BA054B044D193E687" + { + "Sequence" = "3:100" + "DisplayName" = "8:Welcome" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_973B92393FC749FF9694B8E13568212A" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdBasicDialogs.wim" + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_D3ACD9E460394382A9F13DEE2177478F" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdUserInterface.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_F7B89A5463134C5DA8EE2710AEBF6A86" + { + "Name" = "8:#1902" + "Sequence" = "3:1" + "Attributes" = "3:3" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_6FC1A5FE2F194F9DB88B4021171E81E6" + { + "Sequence" = "3:100" + "DisplayName" = "8:Finished" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFinishedDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "UpdateText" + { + "Name" = "8:UpdateText" + "DisplayName" = "8:#1058" + "Description" = "8:#1158" + "Type" = "3:15" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1258" + "DefaultValue" = "8:#1258" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + } + "MergeModule" + { + } + "ProjectOutput" + { + "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_0D0A4A8F848E497CB95BFF260D7A63A8" + { + "SourcePath" = "8:..\\ExchangeServiceWindowsServiceHost\\obj\\Debug\\ExchangeServiceWindowsServiceHost.exe" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_3F32CB4EA20C4E37AB0C8C2ACCA0EE1B" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + "ProjectOutputGroupRegister" = "3:1" + "OutputConfiguration" = "8:" + "OutputGroupCanonicalName" = "8:Built" + "OutputProjectGuid" = "8:{21708469-CC61-4D20-9333-90D9A9A9551C}" + "ShowKeyOutput" = "11:TRUE" + "ExcludeFilters" + { + } + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsHostSetup/ExchangeServiceWindowsHostSetup.vdproj.vspscc b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsHostSetup/ExchangeServiceWindowsHostSetup.vdproj.vspscc new file mode 100644 index 0000000..b6d3289 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsHostSetup/ExchangeServiceWindowsHostSetup.vdproj.vspscc @@ -0,0 +1,10 @@ +"" +{ +"FILE_VERSION" = "9237" +"ENLISTMENT_CHOICE" = "NEVER" +"PROJECT_FILE_RELATIVE_PATH" = "" +"NUMBER_OF_EXCLUDED_FILES" = "0" +"ORIGINAL_PROJECT_FILE_PATH" = "" +"NUMBER_OF_NESTED_PROJECTS" = "0" +"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/App.config b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/App.config new file mode 100644 index 0000000..890448e --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/App.config @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeServiceWindowsServiceHost.csproj b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeServiceWindowsServiceHost.csproj new file mode 100644 index 0000000..75329b6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeServiceWindowsServiceHost.csproj @@ -0,0 +1,87 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {21708469-CC61-4D20-9333-90D9A9A9551C} + WinExe + Properties + ExchangeServiceWindowsServiceHost + ExchangeServiceWindowsServiceHost + + + + + + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + Component + + + ExchangeWindowsService.cs + + + + Component + + + ProjectInstaller.cs + + + + + + Designer + ProjectInstaller.cs + + + + + + + + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54} + ExchangeService + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeServiceWindowsServiceHost.csproj.vspscc b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeServiceWindowsServiceHost.csproj.vspscc new file mode 100644 index 0000000..b6d3289 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeServiceWindowsServiceHost.csproj.vspscc @@ -0,0 +1,10 @@ +"" +{ +"FILE_VERSION" = "9237" +"ENLISTMENT_CHOICE" = "NEVER" +"PROJECT_FILE_RELATIVE_PATH" = "" +"NUMBER_OF_EXCLUDED_FILES" = "0" +"ORIGINAL_PROJECT_FILE_PATH" = "" +"NUMBER_OF_NESTED_PROJECTS" = "0" +"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeWindowsService.Designer.cs b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeWindowsService.Designer.cs new file mode 100644 index 0000000..071268d --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeWindowsService.Designer.cs @@ -0,0 +1,37 @@ +namespace QuickReturns.StockTrading.ExchangeService.Hosts +{ + partial class ExchangeWindowsService + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + components = new System.ComponentModel.Container(); + this.ServiceName = "Service1"; + } + + #endregion + } +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeWindowsService.cs b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeWindowsService.cs new file mode 100644 index 0000000..445d099 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ExchangeWindowsService.cs @@ -0,0 +1,31 @@ +using System; +using System.ServiceModel; +using System.ServiceProcess; +using QuickReturns.StockTrading.ExchangeService; + +namespace QuickReturns.StockTrading.ExchangeService.Hosts +{ + public partial class ExchangeWindowsService : ServiceBase + { + ServiceHost host; + + public ExchangeWindowsService() + { + InitializeComponent(); + } + + protected override void OnStart(string[] args) + { + // Uncomment to debug this properly + // System.Diagnostics.Debugger.Break(); + host = new ServiceHost(typeof(TradeService)); + host.Open(); + } + + protected override void OnStop() + { + if (host != null) + host.Close(); + } + } +} diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/Program.cs b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/Program.cs new file mode 100644 index 0000000..05e053c --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/Program.cs @@ -0,0 +1,27 @@ +using System.Collections.Generic; +using System.ServiceProcess; +using System.Text; + +namespace QuickReturns.StockTrading.ExchangeService.Hosts +{ + static class Program + { + /// + /// The main entry point for the application. + /// + static void Main() + { + ServiceBase[] ServicesToRun; + + // More than one user Service may run within the same process. To add + // another service to this process, change the following line to + // create a second service object. For example, + // + // ServicesToRun = new ServiceBase[] {new Service1(), new MySecondUserService()}; + // + ServicesToRun = new ServiceBase[] { new ExchangeWindowsService() }; + + ServiceBase.Run(ServicesToRun); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.Designer.cs b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.Designer.cs new file mode 100644 index 0000000..3789a2a --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.Designer.cs @@ -0,0 +1,58 @@ +namespace QuickReturns.StockTrading.ExchangeService.Hosts +{ + partial class ProjectInstaller + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.serviceProcessInstaller1 = new System.ServiceProcess.ServiceProcessInstaller(); + this.serviceInstaller1 = new System.ServiceProcess.ServiceInstaller(); + // + // serviceProcessInstaller1 + // + this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem; + this.serviceProcessInstaller1.Password = null; + this.serviceProcessInstaller1.Username = null; + // + // serviceInstaller1 + // + this.serviceInstaller1.ServiceName = "QuickReturns Exchange Service"; + this.serviceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic; + // + // ProjectInstaller + // + this.Installers.AddRange(new System.Configuration.Install.Installer[] { + this.serviceProcessInstaller1, + this.serviceInstaller1}); + + } + + #endregion + + private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller1; + private System.ServiceProcess.ServiceInstaller serviceInstaller1; + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.cs b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.cs new file mode 100644 index 0000000..5e16cdd --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Configuration.Install; + +namespace QuickReturns.StockTrading.ExchangeService.Hosts +{ + [RunInstaller(true)] + public partial class ProjectInstaller : Installer + { + public ProjectInstaller() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.resx b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.resx new file mode 100644 index 0000000..9b69f48 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/ProjectInstaller.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 57 + + + 221, 17 + + + False + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..2b12bb8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/ExchangeServiceWindowsServiceHost/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ExchangeServiceWindowsServiceHost")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Avanade")] +[assembly: AssemblyProduct("ExchangeServiceWindowsServiceHost")] +[assembly: AssemblyCopyright("Copyright © Avanade 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("1981706d-3034-4447-890f-f943de88c185")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Program.cs b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Program.cs new file mode 100644 index 0000000..c6b2678 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Program.cs @@ -0,0 +1,56 @@ +using System; +using System.Collections.Generic; +using System.Text; +using SimpleClientWithProxy.ExchangeService; + +namespace SimpleClientWithProxy +{ + class Program + { + static void Main(string[] args) + { + TradeServiceClient proxy = new TradeServiceClient(); + + Quote msftQuote = new Quote(); + msftQuote.Ticker = "MSFT"; + msftQuote.Bid = 30.25M; + msftQuote.Ask = 32.00M; + msftQuote.Publisher = "PracticalWCF"; + + Quote ibmQuote = new Quote(); + ibmQuote.Ticker = "IBM"; + ibmQuote.Bid = 80.50M; + ibmQuote.Ask = 81.00M; + ibmQuote.Publisher = "PracticalWCF"; + + proxy.PublishQuote(msftQuote); + proxy.PublishQuote(ibmQuote); + + Quote result; + result = proxy.GetQuote("MSFT"); + Console.WriteLine("Ticker: {0} Ask: {1} Bid: {2}", + result.Ticker, result.Ask, result.Bid); + + result = proxy.GetQuote("IBM"); + Console.WriteLine("Ticker: {0} Ask: {1} Bid: {2}", + result.Ticker, result.Ask, result.Bid); + + try + { + result = proxy.GetQuote("ATT"); + } + catch (Exception ex) + { + Console.WriteLine(ex.Message); + } + + if (result == null) + { + Console.WriteLine("Ticker ATT not found!"); + } + + Console.WriteLine("Done! Press return to exit"); + Console.ReadLine(); + } + } +} diff --git a/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Service References/ExchangeService.cs b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Service References/ExchangeService.cs new file mode 100644 index 0000000..d247841 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Service References/ExchangeService.cs @@ -0,0 +1,175 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace SimpleClientWithProxy.ExchangeService +{ + using System.Runtime.Serialization; + using System; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute(Namespace="http://QuickReturns")] + [System.SerializableAttribute()] + public partial class Quote : object, System.Runtime.Serialization.IExtensibleDataObject + { + + [System.NonSerializedAttribute()] + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private decimal AskField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private decimal BidField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string PublisherField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private string TickerField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] + private System.DateTime UpdateDateTimeField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal Ask + { + get + { + return this.AskField; + } + set + { + this.AskField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal Bid + { + get + { + return this.BidField; + } + set + { + this.BidField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string Publisher + { + get + { + return this.PublisherField; + } + set + { + this.PublisherField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string Ticker + { + get + { + return this.TickerField; + } + set + { + this.TickerField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public System.DateTime UpdateDateTime + { + get + { + return this.UpdateDateTimeField; + } + set + { + this.UpdateDateTimeField = value; + } + } + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://QuickReturns", ConfigurationName="SimpleClientWithProxy.ExchangeService.ITradeService")] + public interface ITradeService + { + + [System.ServiceModel.OperationContractAttribute(Action="http://QuickReturns/ITradeService/GetQuote", ReplyAction="http://QuickReturns/ITradeService/GetQuoteResponse")] + SimpleClientWithProxy.ExchangeService.Quote GetQuote(string ticker); + + [System.ServiceModel.OperationContractAttribute(Action="http://QuickReturns/ITradeService/PublishQuote", ReplyAction="http://QuickReturns/ITradeService/PublishQuoteResponse")] + void PublishQuote(SimpleClientWithProxy.ExchangeService.Quote quote); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface ITradeServiceChannel : SimpleClientWithProxy.ExchangeService.ITradeService, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class TradeServiceClient : System.ServiceModel.ClientBase, SimpleClientWithProxy.ExchangeService.ITradeService + { + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public SimpleClientWithProxy.ExchangeService.Quote GetQuote(string ticker) + { + return base.Channel.GetQuote(ticker); + } + + public void PublishQuote(SimpleClientWithProxy.ExchangeService.Quote quote) + { + base.Channel.PublishQuote(quote); + } + } +} diff --git a/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Service References/ExchangeService.map b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Service References/ExchangeService.map new file mode 100644 index 0000000..6136c3a --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/Service References/ExchangeService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/SimpleClientWithProxy.csproj b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/SimpleClientWithProxy.csproj new file mode 100644 index 0000000..58bacff --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/SimpleClientWithProxy.csproj @@ -0,0 +1,68 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {2115FC67-E600-44B6-A39A-8CC0A66E6F07} + Exe + Properties + SimpleClientWithProxy + SimpleClientWithProxy + + + + + + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + ExchangeService.map + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/SimpleClientWithProxy.csproj.vspscc b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/SimpleClientWithProxy.csproj.vspscc new file mode 100644 index 0000000..b6d3289 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/SimpleClientWithProxy.csproj.vspscc @@ -0,0 +1,10 @@ +"" +{ +"FILE_VERSION" = "9237" +"ENLISTMENT_CHOICE" = "NEVER" +"PROJECT_FILE_RELATIVE_PATH" = "" +"NUMBER_OF_EXCLUDED_FILES" = "0" +"ORIGINAL_PROJECT_FILE_PATH" = "" +"NUMBER_OF_NESTED_PROJECTS" = "0" +"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" +} diff --git a/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/app.config b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/app.config new file mode 100644 index 0000000..4aad18e --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/SimpleClientWithProxy/app.config @@ -0,0 +1,48 @@ + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 05/WCFHosting.sln b/PRO WCF Final Code/Chapter 05/WCFHosting.sln new file mode 100644 index 0000000..376f917 --- /dev/null +++ b/PRO WCF Final Code/Chapter 05/WCFHosting.sln @@ -0,0 +1,120 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ExchangeServiceWindowsHostSetup", "ExchangeServiceWindowsHostSetup\ExchangeServiceWindowsHostSetup.vdproj", "{14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeServiceWindowsServiceHost", "ExchangeServiceWindowsServiceHost\ExchangeServiceWindowsServiceHost.csproj", "{21708469-CC61-4D20-9333-90D9A9A9551C}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection +EndProject +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\ExchangeServiceIISHost\", "ExchangeServiceIISHost\", "{DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}" + ProjectSection(WebsiteProperties) = preProject + SccProjectName = "" + SccAuxPath = "" + SccLocalPath = "" + SccProvider = "" + ProjectReferences = "{89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}|QuickReturns.StockTrading.ExchangeService.dll;" + Debug.AspNetCompiler.VirtualPath = "/ExchangeServiceIISHost" + Debug.AspNetCompiler.PhysicalPath = "ExchangeServiceIISHost\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeServiceIISHost\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/ExchangeServiceIISHost" + Release.AspNetCompiler.PhysicalPath = "ExchangeServiceIISHost\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExchangeServiceIISHost\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + VWDPort = "22445" + VWDDynamicPort = "false" + DefaultWebSiteLanguage = "Visual C#" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleClientWithProxy", "SimpleClientWithProxy\SimpleClientWithProxy.csproj", "{2115FC67-E600-44B6-A39A-8CC0A66E6F07}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Debug|.NET.ActiveCfg = Debug + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Debug|.NET.Build.0 = Debug + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Debug|Any CPU.ActiveCfg = Debug + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Debug|Any CPU.Build.0 = Debug + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Debug|Mixed Platforms.ActiveCfg = Debug + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Release|.NET.ActiveCfg = Release + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Release|.NET.Build.0 = Release + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Release|Any CPU.ActiveCfg = Release + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Release|Any CPU.Build.0 = Release + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Release|Mixed Platforms.ActiveCfg = Release + {14F6ECAC-7CF3-4A8F-880C-AC35CBE0BF18}.Release|Mixed Platforms.Build.0 = Release + {21708469-CC61-4D20-9333-90D9A9A9551C}.Debug|.NET.ActiveCfg = Debug|Any CPU + {21708469-CC61-4D20-9333-90D9A9A9551C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {21708469-CC61-4D20-9333-90D9A9A9551C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {21708469-CC61-4D20-9333-90D9A9A9551C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {21708469-CC61-4D20-9333-90D9A9A9551C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {21708469-CC61-4D20-9333-90D9A9A9551C}.Release|.NET.ActiveCfg = Release|Any CPU + {21708469-CC61-4D20-9333-90D9A9A9551C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {21708469-CC61-4D20-9333-90D9A9A9551C}.Release|Any CPU.Build.0 = Release|Any CPU + {21708469-CC61-4D20-9333-90D9A9A9551C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {21708469-CC61-4D20-9333-90D9A9A9551C}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Debug|.NET.ActiveCfg = Debug|.NET + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Debug|.NET.Build.0 = Debug|.NET + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Debug|Any CPU.ActiveCfg = Debug|.NET + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Debug|Any CPU.Build.0 = Debug|.NET + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Release|.NET.ActiveCfg = Debug|.NET + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Release|.NET.Build.0 = Debug|.NET + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Release|Any CPU.ActiveCfg = Debug|.NET + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {DD6B4CF8-C8FF-4E84-816E-190B62AA7DAF}.Release|Mixed Platforms.Build.0 = Debug|.NET + {2115FC67-E600-44B6-A39A-8CC0A66E6F07}.Debug|.NET.ActiveCfg = Debug|Any CPU + {2115FC67-E600-44B6-A39A-8CC0A66E6F07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2115FC67-E600-44B6-A39A-8CC0A66E6F07}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2115FC67-E600-44B6-A39A-8CC0A66E6F07}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {2115FC67-E600-44B6-A39A-8CC0A66E6F07}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {2115FC67-E600-44B6-A39A-8CC0A66E6F07}.Release|.NET.ActiveCfg = Release|Any CPU + {2115FC67-E600-44B6-A39A-8CC0A66E6F07}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2115FC67-E600-44B6-A39A-8CC0A66E6F07}.Release|Any CPU.Build.0 = Release|Any CPU + {2115FC67-E600-44B6-A39A-8CC0A66E6F07}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {2115FC67-E600-44B6-A39A-8CC0A66E6F07}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Debug|.NET.ActiveCfg = Debug|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Release|.NET.ActiveCfg = Release|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Release|Any CPU.Build.0 = Release|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {89B39ED1-3CD4-4F5D-B7BA-A4527CD22B54}.Release|Mixed Platforms.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 05/WCFHosting.suo b/PRO WCF Final Code/Chapter 05/WCFHosting.suo new file mode 100644 index 0000000000000000000000000000000000000000..7ad9ddf6a1af49610a36e609afb99d4fbbb5f616 GIT binary patch literal 53760 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 + + Debug + AnyCPU + 8.0.50727 + 2.0 + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + Library + Properties + ExchangeService + ExchangeService + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/ExchangeService/ITradeMonitor.cs b/PRO WCF Final Code/Chapter 06/ExchangeService/ITradeMonitor.cs new file mode 100644 index 0000000..81392cf --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/ExchangeService/ITradeMonitor.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.ServiceModel; +using System.Text; + +namespace ExchangeService +{ + [ServiceContract] + public interface ITradeMonitor + { + [OperationContract] + string StartMonitoring(string ticker); + [OperationContract] + string StopMonitoring(string ticker); + } +} diff --git a/PRO WCF Final Code/Chapter 06/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 06/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ed36218 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "ExchangeService" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "ExchangeService" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "29b1e1ee-9923-4e5d-b681-50feff641dd2" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 06/ExchangeService/TradePerfMon.cs b/PRO WCF Final Code/Chapter 06/ExchangeService/TradePerfMon.cs new file mode 100644 index 0000000..ccce418 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/ExchangeService/TradePerfMon.cs @@ -0,0 +1,131 @@ +using System; +using System.Collections.Generic; +using System.Diagnostics; +using System.Management; +using System.Management.Instrumentation; +using System.Runtime.InteropServices; +using System.ServiceModel; +using System.ServiceModel.Description; +using System.Text; +using System.Threading; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange/TradeService", + Name = "TradeService") + ] + + public interface ITradePerfMonService + { + [OperationContract] + double TradeSecurity(string ticker, int quantity); + } + [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single)] + public class TradePerfMon : ITradePerfMonService + { + private double totalValue = 0; + private double microsoftVolume = 0; + private const string CounterCategoryName = "Trade Service PerfMon"; + private const string TotalCounterName = "Trade Total Value"; + private const string MicrosoftCounterName = "Microsoft Trade Volume"; + private PerformanceCounterCategory counterCategory = null; + private PerformanceCounter totalCounter = null; + private PerformanceCounter microsoftCounter = null; + const double IBM_Price = 80.50D; + const double MSFT_Price = 30.25D; + + public TradePerfMon() + { + if (PerformanceCounterCategory.Exists(CounterCategoryName)) + { + PerformanceCounterCategory.Delete(CounterCategoryName); + } + + CounterCreationData totalCounter = new CounterCreationData(TotalCounterName, "Total Dollar value of Trade Service transactions.", PerformanceCounterType.NumberOfItemsHEX32); + CounterCreationData microsoftCounter = new CounterCreationData(MicrosoftCounterName, "Total Microsoft securities being traded", PerformanceCounterType.NumberOfItemsHEX32); + CounterCreationDataCollection counterCollection = new CounterCreationDataCollection(new CounterCreationData[] { totalCounter, microsoftCounter }); + + + this.counterCategory = PerformanceCounterCategory.Create(CounterCategoryName, "Trade Service PerfMon Counters", PerformanceCounterCategoryType.MultiInstance, counterCollection); + totalValue = 0; + microsoftVolume = 0; + } + + public void InitializeCounters(System.ServiceModel.Description.ServiceEndpointCollection endpoints) + { + List names = new List(); + foreach (ServiceEndpoint endpoint in endpoints) + { + names.Add(string.Format("{0}@{1}", this.GetType().Name, endpoint.Address.ToString())); + } + + while (true) + { + try + { + foreach (string name in names) + { + string condition = string.Format("SELECT * FROM Service WHERE Name=\"{0}\"", name); + SelectQuery query = new SelectQuery(condition); + ManagementScope managementScope = new ManagementScope(@"\\.\root\ServiceModel", new ConnectionOptions()); + ManagementObjectSearcher searcher = new ManagementObjectSearcher(managementScope, query); + ManagementObjectCollection instances = searcher.Get(); + foreach (ManagementBaseObject instance in instances) + { + PropertyData data = instance.Properties["CounterInstanceName"]; + + this.totalCounter = new PerformanceCounter(CounterCategoryName, TotalCounterName, data.Value.ToString()); + this.totalCounter.ReadOnly = false; + this.totalCounter.RawValue = 0; + this.microsoftCounter = new PerformanceCounter(CounterCategoryName, MicrosoftCounterName, data.Value.ToString()); + this.microsoftCounter.ReadOnly = false; + this.microsoftCounter.RawValue = 0; + + break; + } + } + break; + } + catch (COMException) + { + + } + + } + Console.WriteLine("Counters initialized."); + } + + + public double TradeSecurity(string ticker, int quantity) + { + double result = 0; + if (quantity < 1) + throw new ArgumentException( + "Invalid quantity", "quantity"); + switch (ticker.ToLower()) + { + case "ibm": + result = quantity * IBM_Price; + totalValue = +result; + if (this.totalCounter != null) + this.totalCounter.RawValue = (int)totalValue; + return result; + case "msft": + result = quantity * IBM_Price; + totalValue = +result; + microsoftVolume = +quantity; + if (this.totalCounter != null) + this.totalCounter.RawValue = (int)totalValue; + if (this.microsoftCounter != null) + this.microsoftCounter.RawValue = (int)microsoftVolume; + return result; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker"); + + } + } + + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 06/ExchangeService/TradeService.cs new file mode 100644 index 0000000..4ce08fe --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/ExchangeService/TradeService.cs @@ -0,0 +1,56 @@ +using System; +using System.ServiceModel; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange/TradeService", + Name = "TradeService") + ] + public interface ITradeService + { + [OperationContract] + double TradeSecurity(string ticker, int quantity); + } + public class TradeService : ITradeService, ITradeMonitor + { + const double IBM_Price = 80.50D; + const double MSFT_Price = 30.25D; + + public double TradeSecurity(string ticker, int quantity) + { + if (quantity < 1) + throw new ArgumentException( + "Invalid quantity", "quantity"); + switch (ticker.ToLower()) + { + case "ibm": + return quantity * IBM_Price; + case "msft": + return quantity * MSFT_Price; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker"); + } + } + public string StartMonitoring(string ticker) + { + lock (this) + { + // Start the monitoring process here. I.e. - You can configure + // This function to start a manual log file or + // or send information to the event log. For this example we are + // returning a string to indicate that the monitoring has commenced. + return "Monitoring has started for " + ticker; + } + } + public string StopMonitoring(string ticker) + { + lock (this) + { + // End the monitoring process here. + return "Monitoring has finished for " + ticker; + } + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/ExchangeService/TradeService.svc b/PRO WCF Final Code/Chapter 06/ExchangeService/TradeService.svc new file mode 100644 index 0000000..e8ff3b4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/ExchangeService/TradeService.svc @@ -0,0 +1 @@ +<%@ServiceHost language=c# Debug="true" Service="ExchangeService.TradeService" %> \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/ExchangeService/Web.config b/PRO WCF Final Code/Chapter 06/ExchangeService/Web.config new file mode 100644 index 0000000..20b8811 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/ExchangeService/Web.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/TradeServiceHost/App.config b/PRO WCF Final Code/Chapter 06/TradeServiceHost/App.config new file mode 100644 index 0000000..267af72 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/TradeServiceHost/App.config @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/TradeServiceHost/App_TraceLog.e2e b/PRO WCF Final Code/Chapter 06/TradeServiceHost/App_TraceLog.e2e new file mode 100644 index 0000000..f368c17 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/TradeServiceHost/App_TraceLog.e2e @@ -0,0 +1,698 @@ +030255HOME-6A6E390160388917074643 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeConstruct System.ServiceModel.ServiceHost/33574638.388918126258 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/services388918433000 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradeServiceHost.exeTrueExchangeService.TradeServiceExchangeService.TradeService388918677323 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe388918680007 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.exeTruebasicHttpBinding388918718568 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe388918894224 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.exeTruewsHttpBinding388918899020 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe388918904609 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradeServiceHost.exereturnFaults388918906224 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeConstruct System.ServiceModel.ServiceHost/33574638.388918909144 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12030255HOME-6A6E390160388918910484 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12030255HOME-6A6E390160388918912079 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.ServiceHost/33574638.388918914255 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638388918917041 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      388918920986 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics388919007052 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics388919202244 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294388919257913 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196388919512517 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196388919514743 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradeService388919519887 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160388920188186 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeListen at http://localhost:8000/TradeService.388920192555 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeService.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313388920194781 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradeService388920669117 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294388920672450 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638388920674102 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/34948909http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService388920716927 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/46104728TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728388920721029 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/46104728TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728388920722674 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376388920804137 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064388920804137 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294388921592323 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064388922103176 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525388922284051 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/55915408TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/55915408388922413460 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/55915408TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/55915408388922416219 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525388922448888 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180388922454371 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167388922604515 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167388922608356 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeMonitor.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313388922611469 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180http://localhost:8000/TradeMonitor388922617879 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180388922621137 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/43942917TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/43942917388922708994 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180388922711898 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/43942917TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/43942917388922713705 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933388922717221 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933388922718380 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490388922722023 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411388923111366 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411388923490237 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115388923507315 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160388923529140 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178.388923540662 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178388923542717 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178388923546050 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882388923559328 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890388923561589 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/1707556TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/1707556388923563481 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/1707556TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/1707556388923800788 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890388923806633 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363388923812427 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363388923815088 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274388923817889 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015388923825680 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160388923872046 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227.388923878611 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227388923886843 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227388923892939 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591388923916880 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/41962596TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/41962596388923921152 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/41962596TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/41962596388923928832 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591388923932455 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/43527150TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/43527150388923935954 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/56200037TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56200037388923965066 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/56200037TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56200037388923995975 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/36038289http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor388924017090 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/55909147TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55909147388924024461 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/55909147TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55909147388924028375 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227388924041553 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227.388924044427 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160388924051509 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/6044116TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/6044116388924073216 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591388924076552 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/6044116TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/6044116388924078067 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)7209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticator388924125687 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015388924217380 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274388924220441 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882388924222609 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/33420276TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/33420276388924224247 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/32347029TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32347029388924228061 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/32347029TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32347029388924230659 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/22687807http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor388924232905 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/2863675TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/2863675388924236073 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/2863675TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/2863675388924237843 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178388924249720 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178.388924251547 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160388924253042 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 147209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator388924254862 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115388924256428 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490388924257942 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376388924259382 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/25773083TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/25773083388924260585 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/7244975http://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor388924266304 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/65204782TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/65204782388924267828 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/65204782TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/65204782388924268857 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132388924271417 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010388924273155 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010388924274216 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313388924275729 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132http://localhost:8000/mex388924277548 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132388924278809 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/21210914TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/21210914388924279773 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/56680499TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56680499388924280999 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/56680499TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56680499388924285386 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/40362448http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex388924286814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/27717712TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27717712388924288116 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/27717712TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27717712388924289328 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822388924290585 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218388924291706 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218388924292958 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313388924294299 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822http://localhost:8000/388924295678 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822388924307479 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/6444509TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/6444509388924309669 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/58000584TradeServiceHost.exeSystem.ServiceModel.InstanceContext/58000584388924310938 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/58000584TradeServiceHost.exeSystem.ServiceModel.InstanceContext/58000584388924312251 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/52243212http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/388924314146 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/426867TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/426867388924315418 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/426867TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/426867388924316455 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638388924318365 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.ServiceHost/33574638.388924320501 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160388924321371 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589388924365107 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882388924367318 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832388924379960 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832388924384375 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/5773521TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/5773521388924398224 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890388924401512 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/5773521TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/5773521388924403153 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589388924415529 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/54135081TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/54135081388924421933 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132388924423354 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/54135081TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/54135081388924425772 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63094882TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63094882388924427105 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822388924428105 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63094882TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63094882388924429338 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389021671973 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor389022297270 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing389022368113 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing389023097067 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing389023109771 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing389023112538 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics389023114784 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.MessageLogger.Initialize() at System.ServiceModel.Diagnostics.MessageLogger.EnsureInitialized() at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389023119004 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue389023310672 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:182fbf2e-98a2-4491-af3e-d1d7fa0ef4e8http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor389023326370 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:182fbf2e-98a2-4491-af3e-d1d7fa0ef4e8http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor389023412059 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:182fbf2e-98a2-4491-af3e-d1d7fa0ef4e8http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor389023433717 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/33711845TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/33711845389023440980 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/33711845http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor389023844551 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/33711845TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/33711845389023848405 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue389023851366 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:182fbf2e-98a2-4491-af3e-d1d7fa0ef4e8http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor389023866192 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing389024117536 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing389024120934 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing389024127418 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing389024130154 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37489757application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:182fbf2e-98a2-4491-af3e-d1d7fa0ef4e8http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor389024133475 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37489757389024584155 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828389024594912 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/64828693Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:182fbf2e-98a2-4491-af3e-d1d7fa0ef4e80672f120-6be1-4c76-94ca-432b7c63910d389024603692 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/64828693Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:182fbf2e-98a2-4491-af3e-d1d7fa0ef4e80672f120-6be1-4c76-94ca-432b7c63910d389024829710 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/64828693389024834196 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue389024837421 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor389024841415 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389025055563 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389025058305 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor389025059987 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing389025068414 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing389025098625 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing389025101024 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing389025102498 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389025104135 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue389025105486 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:bf26be47-5c1c-406e-9a8c-029afd654c48http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor389025116495 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:bf26be47-5c1c-406e-9a8c-029afd654c48http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor389025121419 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:bf26be47-5c1c-406e-9a8c-029afd654c48http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor389025124563 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue389025126866 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:bf26be47-5c1c-406e-9a8c-029afd654c48http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor389025129841 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing389025132948 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing389025155471 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing389025159794 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing389025162311 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/51288387application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:bf26be47-5c1c-406e-9a8c-029afd654c48http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor389025165526 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720913308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SpnegoServiceNegotiationCompletedSpnegoTokenAuthenticator completed Sspi negotiation.TradeServiceHost.exeNTLMIdentify389025387112 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSpnego(WindowsSspiNegotiation windowsNegotiation) at System.ServiceModel.Security.SpnegoTokenAuthenticator.ValidateSspiNegotiation(ISspiNegotiation sspiNegotiation) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessNegotiation(SspiNegotiationTokenAuthenticatorState negotiationState, Message incomingMessage, BinaryNegotiation incomingNego) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessRequestSecurityTokenResponse(SspiNegotiationTokenAuthenticatorState negotiationState, Message request, RequestSecurityTokenResponse requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720915308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/ServiceSecurityNegotiationCompletedService security negotiation completed.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticatorhttp://localhost:8000/TradeMonitorurn:uuid:a1f124aa-0d3e-438d-be26-fb6c35ba0c79389025519290 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSecurityNegotiationCompleted[T](NegotiationTokenAuthenticator`1 authenticator, SecurityContextSecurityToken serviceToken) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/51288387389025702786 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599389025706613 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/7141266Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:bf26be47-5c1c-406e-9a8c-029afd654c485e3d59fa-9ba2-43d0-a2b0-7494e0defce6389025709894 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/7141266Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:bf26be47-5c1c-406e-9a8c-029afd654c485e3d59fa-9ba2-43d0-a2b0-7494e0defce6389025922315 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/7141266389025926562 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue389025928901 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor389025936829 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389025938861 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389025952375 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor389025955231 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing389025981091 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing389025990754 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing389025993733 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing389025995241 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389025997166 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT389025998272 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:412c7201-3630-454d-a938-b506520d0154http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:57.563Z2006-04-16T07:25:57.563Zurn:uuid:a1f124aa-0d3e-438d-be26-fb6c35ba0c79024DfBCTolKrqNcX42lfm4PC5YwrsU=iUJaKOpE0muECa03PrpIX30ltdc=9VCQTBU0FHvqAdA4SOVxAhNOWOE=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=gdI2ytidVDtGJBAZ7WCpEKKKOUI=BAsu/vAXGIYhxYlofbPTYgaH28A=389026001760 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:412c7201-3630-454d-a938-b506520d0154http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:57.563Z2006-04-16T07:25:57.563Zurn:uuid:a1f124aa-0d3e-438d-be26-fb6c35ba0c79024DfBCTolKrqNcX42lfm4PC5YwrsU=iUJaKOpE0muECa03PrpIX30ltdc=9VCQTBU0FHvqAdA4SOVxAhNOWOE=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=gdI2ytidVDtGJBAZ7WCpEKKKOUI=BAsu/vAXGIYhxYlofbPTYgaH28A=389026019810 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:412c7201-3630-454d-a938-b506520d0154http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:57.563Z2006-04-16T07:25:57.563Zurn:uuid:a1f124aa-0d3e-438d-be26-fb6c35ba0c79024DfBCTolKrqNcX42lfm4PC5YwrsU=iUJaKOpE0muECa03PrpIX30ltdc=9VCQTBU0FHvqAdA4SOVxAhNOWOE=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=gdI2ytidVDtGJBAZ7WCpEKKKOUI=BAsu/vAXGIYhxYlofbPTYgaH28A=389026026285 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd389026064404 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SymmetricSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCThttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:412c7201-3630-454d-a938-b506520d0154
      389026389468 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/6385742TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/6385742389026394406 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/6385742http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor389026397519 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/6385742TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/6385742389026409644 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT389026413157 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/25425822application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:412c7201-3630-454d-a938-b506520d0154http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:57.563Z2006-04-16T07:25:57.563Zurn:uuid:a1f124aa-0d3e-438d-be26-fb6c35ba0c79024DfBCTolKrqNcX42lfm4PC5YwrsU=iUJaKOpE0muECa03PrpIX30ltdc=9VCQTBU0FHvqAdA4SOVxAhNOWOE=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=gdI2ytidVDtGJBAZ7WCpEKKKOUI=BAsu/vAXGIYhxYlofbPTYgaH28A=389026537923 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793389026568224 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/53447344TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/53447344389026800437 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/53447344TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/53447344389026806165 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793389026808749 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/51484875TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/51484875389026859046 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793389027062758 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnEndOpen(IAsyncResult result) at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/51484875TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/51484875389027068776 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720937308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionAddedPending security session added to server.TradeServiceHost.exeurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb1http://localhost:8000/TradeMonitor389027073191 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionAdded(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.AddPendingSession(UniqueId sessionId, IServerReliableChannelBinder channelBinder) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942389027104216 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/25425822389027267049 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT389027275704 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12053474Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:412c7201-3630-454d-a938-b506520d0154c8bb14df-0f7a-4cfe-a9b3-b06a0a78446b389027279528 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32901400Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:412c7201-3630-454d-a938-b506520d0154c8bb14df-0f7a-4cfe-a9b3-b06a0a78446b389027286065 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12053474Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:412c7201-3630-454d-a938-b506520d0154c8bb14df-0f7a-4cfe-a9b3-b06a0a78446b389027861295 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32901400389027865485 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12053474389027878259 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT389027882342 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor389027889549 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389027890485 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389027893283 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor389027895140 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing389027916705 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing389027920960 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing389027923466 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing389027925677 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389027927485 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring389027928726 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:04e6cfd9-29b3-43f4-9f72-304da2a3fd66http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:58.124Z2006-04-16T07:25:58.124Zurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb10248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=nZ0UpdnXVEi8bLyaQTxdWVYxNMU=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=TRErB9hsSZ/tLC+VK7bit/c85iA=ce3hf9xbodwvy2wtlOE4Y4HiSzw=389027932002 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:04e6cfd9-29b3-43f4-9f72-304da2a3fd66http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:58.124Z2006-04-16T07:25:58.124Zurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb10248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=nZ0UpdnXVEi8bLyaQTxdWVYxNMU=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=TRErB9hsSZ/tLC+VK7bit/c85iA=ce3hf9xbodwvy2wtlOE4Y4HiSzw=389027935053 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:04e6cfd9-29b3-43f4-9f72-304da2a3fd66http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:58.124Z2006-04-16T07:25:58.124Zurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb10248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=nZ0UpdnXVEi8bLyaQTxdWVYxNMU=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=TRErB9hsSZ/tLC+VK7bit/c85iA=ce3hf9xbodwvy2wtlOE4Y4HiSzw=389027954478 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720939308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionRemovedPending security session made active by server.TradeServiceHost.exeurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb1http://localhost:8000/TradeMonitor389027961923 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionRemoved(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.RemovePendingSession(UniqueId sessionId) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782389027983400 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920389027988916 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920389028002413 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376389028006037 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782389028008630 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd389028024654 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:04e6cfd9-29b3-43f4-9f72-304da2a3fd66
      389028042515 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor389028056912 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028058844 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/20726372TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372389028061655 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor389028070511 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/20726372TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372389028072230 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring389028076983 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273389028079818 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273389028082242 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/1972295application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:04e6cfd9-29b3-43f4-9f72-304da2a3fd66http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:58.124Z2006-04-16T07:25:58.124Zurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb10248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=nZ0UpdnXVEi8bLyaQTxdWVYxNMU=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=TRErB9hsSZ/tLC+VK7bit/c85iA=ce3hf9xbodwvy2wtlOE4Y4HiSzw=389028186046 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028204326 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.389028209016 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.389028213686 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028215341 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638389028217239 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/1972295389028219269 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringResponse389028221642 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/49307382Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:04e6cfd9-29b3-43f4-9f72-304da2a3fd6628dcde97-7964-4ca3-b50a-0dd4283913fd389028224766 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/24724999Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:04e6cfd9-29b3-43f4-9f72-304da2a3fd6628dcde97-7964-4ca3-b50a-0dd4283913fd389028244060 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/49307382Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:04e6cfd9-29b3-43f4-9f72-304da2a3fd6628dcde97-7964-4ca3-b50a-0dd4283913fd389028306919 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/24724999389028310332 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/49307382389028312101 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273389028315585 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273389028319613 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring389028321428 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028342100 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService389028344937 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028354463 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity389028356996 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService389028358658 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService389028359750 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/18085772TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/18085772389028362976 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/18085772ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService389028380154 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/18085772TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/18085772389028384287 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity389028387479 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130389028389517 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130389028391309 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService389028396042 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028398469 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.389028400520 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.389028424404 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028427566 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203389028429941 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29318719Falsef8e35afd-ce37-4913-8193-d9a9f228991a389028432429 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29318719Falsef8e35afd-ce37-4913-8193-d9a9f228991a389028465336 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29318719389028469040 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130389028471419 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130389028473640 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity389028475904 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService389028491711 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028493401 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028497159 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor389028499177 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing389028507723 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing389028510356 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing389028512681 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing389028524894 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028535852 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring389028538455 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:36c57772-9e20-423e-9a7b-78ce43a5c7b3http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:58.294Z2006-04-16T07:25:58.294Zurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb1024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=FGctS9vdKYifh+aKMd63EmrJWYw=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=YiA2Qs+Htn1At5bLDr+6QMtmDKM=Ww8hYkTg6vt5zcJRl9NSNUlC/UM=389028545586 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:36c57772-9e20-423e-9a7b-78ce43a5c7b3http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:58.294Z2006-04-16T07:25:58.294Zurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb1024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=FGctS9vdKYifh+aKMd63EmrJWYw=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=YiA2Qs+Htn1At5bLDr+6QMtmDKM=Ww8hYkTg6vt5zcJRl9NSNUlC/UM=389028556686 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:36c57772-9e20-423e-9a7b-78ce43a5c7b3http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:58.294Z2006-04-16T07:25:58.294Zurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb1024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=FGctS9vdKYifh+aKMd63EmrJWYw=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=YiA2Qs+Htn1At5bLDr+6QMtmDKM=Ww8hYkTg6vt5zcJRl9NSNUlC/UM=389028564823 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd389028571403 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:36c57772-9e20-423e-9a7b-78ce43a5c7b3
      389028576516 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring389028579214 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815389028583416 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815389028596088 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/19886533application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:36c57772-9e20-423e-9a7b-78ce43a5c7b3http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T07:20:58.294Z2006-04-16T07:25:58.294Zurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb1024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=FGctS9vdKYifh+aKMd63EmrJWYw=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=YiA2Qs+Htn1At5bLDr+6QMtmDKM=Ww8hYkTg6vt5zcJRl9NSNUlC/UM=389028608429 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028611849 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.389028614437 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.389028619760 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028638639 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347389028642615 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/19886533389028645567 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringResponse389028648439 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/27401293Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:36c57772-9e20-423e-9a7b-78ce43a5c7b3c1ac89f3-dc9f-4a13-900a-b8631ed25997389028652202 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/13943705Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:36c57772-9e20-423e-9a7b-78ce43a5c7b3c1ac89f3-dc9f-4a13-900a-b8631ed25997389028684432 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/27401293Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:36c57772-9e20-423e-9a7b-78ce43a5c7b3c1ac89f3-dc9f-4a13-900a-b8631ed25997389028723925 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/13943705389028736317 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/27401293389028742067 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815389028754364 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815389028757680 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring389028760855 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor389028763589 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028773645 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028775536 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService389028776763 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028788786 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity389028791232 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService389028792841 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService389028794145 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity389028796723 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374389028798655 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374389028811005 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService389028815384 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028817978 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.389028820508 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.389028822626 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028824377 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313389028826257 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35023218Falsede133f91-da79-40eb-b4db-472875564297389028832739 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35023218Falsede133f91-da79-40eb-b4db-472875564297389028859552 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35023218389028863440 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374389028865560 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374389028867892 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity389028869844 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService389028885034 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028886580 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028890294 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService389028892322 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028899178 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity389028901459 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService389028903061 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService389028904364 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity389028906485 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664389028921406 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664389028923753 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService389028926147 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028928329 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.389028936511 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.389028954817 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389028957645 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradeServiceHost.exeSystem.ArgumentException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Don't know - only MSFT &amp; IBM +Parameter name: ticker at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.ArgumentException: Don't know - only MSFT &amp; IBM +Parameter name: ticker + at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)389029117831 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221389029210887 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32106157False23f04de0-67aa-4499-ad9f-5c3af9a0540e389029217682 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32106157False23f04de0-67aa-4499-ad9f-5c3af9a0540e389029259646 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32106157389029263104 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664389029278129 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664389029282672 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity389029284627 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService389029286959 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160389029287772 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720942304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityInactiveSessionFaultedInactive security session faulted by server.TradeServiceHost.exeurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb1391522339623 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceInactiveSessionFaulted(SecurityContextSecurityToken sessionToken, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://www.w3.org/2005/08/addressing/fault391522570026 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendSessionClosedFault(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720946304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityServerSessionClosedFaultSentServer security session sent session closed fault to client.TradeServiceHost.exeurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb1391522582547 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceSessionClosedFaultSent(SecurityContextSecurityToken sessionToken, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendSessionClosedFault(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793391522585371 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnAbort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793391522756758 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnAbort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.ReplyChannel/51484875TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/51484875391522820169 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.ServiceChannel/20726372TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372391522931336 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782391522935758 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277103016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelDisposedDisposed: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376391522938135 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelDisposed(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782391523174904 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.ServiceChannel/20726372TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372391523179401 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277103016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelDisposedDisposed: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793391523294448 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelDisposed(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.ReplyChannel/51484875TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/51484875391523297895 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920391523299408 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Security.SecurityProtocol.Close(Boolean aborted, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920391523302277 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Security.SecurityProtocol.Close(Boolean aborted, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720940308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityActiveServerSessionRemovedActive security session removed by server.TradeServiceHost.exeurn:uuid:4d3cf8a2-b5af-404b-9ee5-dee6818a9bb1http://localhost:8000/TradeMonitor391523304428 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceActiveSessionRemoved(030255HOME-6A6E390160401848472825 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeConstruct System.ServiceModel.ServiceHost/33574638.401849204391 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/services401849546099 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradeServiceHost.exeTrueExchangeService.TradeServiceExchangeService.TradeService401849725212 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe401849729758 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.exeTruebasicHttpBinding401849767108 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe401849793698 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.exeTruewsHttpBinding401849798322 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe401849803820 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradeServiceHost.exereturnFaults401849805347 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeConstruct System.ServiceModel.ServiceHost/33574638.401849808154 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12030255HOME-6A6E390160401849809488 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12030255HOME-6A6E390160401849810978 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.ServiceHost/33574638.401849813210 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638401849824296 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      401849827952 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics401849920470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics401850066228 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294401850128722 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196401850137351 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196401850139079 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradeService401850153762 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160401850159188 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeListen at http://localhost:8000/TradeService.401850162101 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeService.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313401850164052 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradeService401850544926 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294401850548567 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638401850550161 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/34948909http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService401850574767 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/46104728TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728401850577528 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/46104728TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728401850579051 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376401850581223 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525401850584304 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/55915408TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/55915408401850588367 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/55915408TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/55915408401850590269 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525401850593552 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180401850596733 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167401850599539 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167401850601473 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeMonitor.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313401850607536 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180http://localhost:8000/TradeMonitor401850612912 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180401850615116 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/43942917TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/43942917401850620157 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180401850622570 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/43942917TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/43942917401850624833 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933401850628824 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933401850630448 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490401850632698 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411401850639196 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411401850649562 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115401850663508 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160401850667513 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178.401850671314 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178401850679569 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178401850683315 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882401850694184 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890401850696777 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/1707556TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/1707556401850699251 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/1707556TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/1707556401850701679 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890401850704819 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363401850710570 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363401850713992 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274401850716734 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015401850727856 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160401850734750 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227.401850739651 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227401850746310 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227401850749655 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591401850757113 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/41962596TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/41962596401850770878 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/41962596TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/41962596401850776065 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591401850779578 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/43527150TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/43527150401850782991 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/56200037TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56200037401850787416 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/56200037TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56200037401850794377 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/36038289http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor401850798432 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/55909147TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55909147401850813719 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/55909147TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55909147401850817619 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227401850821331 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227.401850829500 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160401850833345 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 147209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticator401850871238 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015401850874610 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274401850876690 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882401850878847 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/33420276TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/33420276401850880501 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/32347029TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32347029401850883332 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/32347029TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32347029401850885513 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/22687807http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor401850891684 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/2863675TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/2863675401850893817 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064401850893817 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294401851008858 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064401851013778 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/2863675TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/2863675401851016607 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178401851018668 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178.401851020275 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160401851021824 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 147209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator401851023947 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115401851026906 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490401851028503 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376401851029783 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/25773083TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/25773083401851031568 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/7244975http://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor401851034333 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/65204782TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/65204782401851035399 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/65204782TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/65204782401851036646 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132401851045595 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010401851047877 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010401851049402 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313401851051066 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132http://localhost:8000/mex401851052861 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132401851054020 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/21210914TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/21210914401851055197 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/56680499TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56680499401851056464 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/56680499TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56680499401851058247 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/40362448http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex401851059656 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/27717712TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27717712401851061866 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/27717712TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27717712401851063083 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822401851064166 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218401851065518 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218401851066794 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313401851068319 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822http://localhost:8000/401851069540 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822401851070847 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/6444509TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/6444509401851072064 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/58000584TradeServiceHost.exeSystem.ServiceModel.InstanceContext/58000584401851073039 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/58000584TradeServiceHost.exeSystem.ServiceModel.InstanceContext/58000584401851074696 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/52243212http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/401851077831 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/426867TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/426867401851082034 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/426867TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/426867401851083391 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638401851087687 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.ServiceHost/33574638.401851088938 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160401851090236 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/6044116TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/6044116401854531009 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591401854535108 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/6044116TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/6044116401854536470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589401854539592 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882401854540921 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832401854542788 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832401854563923 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/5773521TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/5773521401854567252 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890401854568847 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/5773521TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/5773521401854570776 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589401854572201 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/54135081TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/54135081401854575666 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132401854577042 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/54135081TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/54135081401854578306 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63094882TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63094882401854579586 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822401854595777 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63094882TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63094882401854598492 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401905148987 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor401905185281 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing401905360481 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing401905603358 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing401905606770 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing401905620484 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics401905622905 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.MessageLogger.Initialize() at System.ServiceModel.Diagnostics.MessageLogger.EnsureInitialized() at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401905636494 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue401905639432 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/49924125application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:e3e1ea4e-05eb-4a6d-9643-3e862d09499fhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor401905644911 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/49924125application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:e3e1ea4e-05eb-4a6d-9643-3e862d09499fhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor401905647860 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/49924125application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:e3e1ea4e-05eb-4a6d-9643-3e862d09499fhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor401905658020 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/41773672TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/41773672401905683227 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/41773672http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor401905689735 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/41773672TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/41773672401906084926 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue401906090655 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/49924125application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:e3e1ea4e-05eb-4a6d-9643-3e862d09499fhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor401906109927 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing401906198204 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing401906202355 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing401906204844 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing401906207388 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4831898application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:e3e1ea4e-05eb-4a6d-9643-3e862d09499fhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor401906259949 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4831898401906876277 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/49924125401906880367 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/34361009Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:e3e1ea4e-05eb-4a6d-9643-3e862d09499f949ef2d2-8d0e-422a-9595-7bd413519e08401906913777 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/34361009Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:e3e1ea4e-05eb-4a6d-9643-3e862d09499f949ef2d2-8d0e-422a-9595-7bd413519e08401906993709 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/34361009401906997475 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue401907006213 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor401907018738 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401907019623 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401907764451 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor401907767521 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing401907775435 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing401907778219 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing401907779956 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing401907783089 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401907785269 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue401907786620 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/50492551application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2db4bcd7-0a29-48a4-a36a-67a698533a5bhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor401907853095 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/50492551application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2db4bcd7-0a29-48a4-a36a-67a698533a5bhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor401907855741 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/50492551application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2db4bcd7-0a29-48a4-a36a-67a698533a5bhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor401907858790 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue401907978056 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/50492551application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2db4bcd7-0a29-48a4-a36a-67a698533a5bhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor401907984278 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing401907988884 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing401907993192 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing401907996671 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing401908000613 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/53710617application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2db4bcd7-0a29-48a4-a36a-67a698533a5bhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor401908050429 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720913308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SpnegoServiceNegotiationCompletedSpnegoTokenAuthenticator completed Sspi negotiation.TradeServiceHost.exeNTLMIdentify401908109483 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSpnego(WindowsSspiNegotiation windowsNegotiation) at System.ServiceModel.Security.SpnegoTokenAuthenticator.ValidateSspiNegotiation(ISspiNegotiation sspiNegotiation) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessNegotiation(SspiNegotiationTokenAuthenticatorState negotiationState, Message incomingMessage, BinaryNegotiation incomingNego) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessRequestSecurityTokenResponse(SspiNegotiationTokenAuthenticatorState negotiationState, Message request, RequestSecurityTokenResponse requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720915308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/ServiceSecurityNegotiationCompletedService security negotiation completed.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticatorhttp://localhost:8000/TradeMonitorurn:uuid:7ac2bc5c-8c79-4c61-9fd4-65db44ecbfbe401908236309 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSecurityNegotiationCompleted[T](NegotiationTokenAuthenticator`1 authenticator, SecurityContextSecurityToken serviceToken) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/53710617401908246032 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/50492551401908249713 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/54181145Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2db4bcd7-0a29-48a4-a36a-67a698533a5bd9bd8deb-11e1-4799-8c3f-f7ba0b2e2dcb401908252640 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/54181145Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2db4bcd7-0a29-48a4-a36a-67a698533a5bd9bd8deb-11e1-4799-8c3f-f7ba0b2e2dcb401908311220 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/54181145401908315399 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue401908318214 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor401908320310 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401908321382 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401909742617 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor401909746660 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing401909772770 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing401909775936 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing401909778971 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing401909781107 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401909783192 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT401909785171 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64062224application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:f22a0bd0-4d59-4e62-9519-b87125ef349ehttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.198Z2006-04-16T09:03:59.198Zurn:uuid:7ac2bc5c-8c79-4c61-9fd4-65db44ecbfbe0246fr8wqhAd4M0ObFePVqp19NifGs=iUJaKOpE0muECa03PrpIX30ltdc=GB1oHJ6afju7R4HbNy1HXeRXHhk=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=v7IqZn56/mwLzzvwk/hvGyfyyyM=twiwyyKLBTgsOvYFk1JNNeCcaSE=401909790043 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64062224application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:f22a0bd0-4d59-4e62-9519-b87125ef349ehttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.198Z2006-04-16T09:03:59.198Zurn:uuid:7ac2bc5c-8c79-4c61-9fd4-65db44ecbfbe0246fr8wqhAd4M0ObFePVqp19NifGs=iUJaKOpE0muECa03PrpIX30ltdc=GB1oHJ6afju7R4HbNy1HXeRXHhk=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=v7IqZn56/mwLzzvwk/hvGyfyyyM=twiwyyKLBTgsOvYFk1JNNeCcaSE=401909822981 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64062224application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:f22a0bd0-4d59-4e62-9519-b87125ef349ehttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.198Z2006-04-16T09:03:59.198Zurn:uuid:7ac2bc5c-8c79-4c61-9fd4-65db44ecbfbe0246fr8wqhAd4M0ObFePVqp19NifGs=iUJaKOpE0muECa03PrpIX30ltdc=GB1oHJ6afju7R4HbNy1HXeRXHhk=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=v7IqZn56/mwLzzvwk/hvGyfyyyM=twiwyyKLBTgsOvYFk1JNNeCcaSE=401909840592 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd401909879876 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SymmetricSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCThttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:f22a0bd0-4d59-4e62-9519-b87125ef349e
      401909888718 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/57733168TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/57733168401909966311 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/57733168http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor401909987715 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/57733168TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/57733168401909991386 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT401909993788 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/4436986application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:f22a0bd0-4d59-4e62-9519-b87125ef349ehttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.198Z2006-04-16T09:03:59.198Zurn:uuid:7ac2bc5c-8c79-4c61-9fd4-65db44ecbfbe0246fr8wqhAd4M0ObFePVqp19NifGs=iUJaKOpE0muECa03PrpIX30ltdc=GB1oHJ6afju7R4HbNy1HXeRXHhk=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=v7IqZn56/mwLzzvwk/hvGyfyyyM=twiwyyKLBTgsOvYFk1JNNeCcaSE=401910112933 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845401910135347 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/10553853TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/10553853401910142330 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/10553853TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/10553853401910148442 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845401910152839 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/23737571TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/23737571401910219424 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845401910239545 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnEndOpen(IAsyncResult result) at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/23737571TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/23737571401910243894 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720937308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionAddedPending security session added to server.TradeServiceHost.exeurn:uuid:ec368df8-39d2-4da0-885d-b2196351599chttp://localhost:8000/TradeMonitor401910248117 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionAdded(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.AddPendingSession(UniqueId sessionId, IServerReliableChannelBinder channelBinder) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64062224401910252442 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/4436986401910255276 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT401910258687 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/28726945Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:f22a0bd0-4d59-4e62-9519-b87125ef349e766a70d8-b8c2-4612-b282-0d8a3e8984ed401910276040 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/66394946Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:f22a0bd0-4d59-4e62-9519-b87125ef349e766a70d8-b8c2-4612-b282-0d8a3e8984ed401910290840 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/28726945Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:f22a0bd0-4d59-4e62-9519-b87125ef349e766a70d8-b8c2-4612-b282-0d8a3e8984ed401910399065 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/66394946401910404243 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/28726945401910419973 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT401910422923 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor401910427827 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401910476106 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401910488557 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor401910491929 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing401910501654 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing401910504538 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing401910506006 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing401910508459 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401910528301 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring401910533030 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/52116595application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:2dadbf28-9137-439e-a79c-2e1de846b179http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.398Z2006-04-16T09:03:59.398Zurn:uuid:ec368df8-39d2-4da0-885d-b2196351599c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=yHEtPDg68SKaT3hsNrewC5JwlvQ=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=jwDqmj2Dg/x6/5XDFW4Oj0GQj94=g3eUk0MW+EvkQ/i7YqGNbyQYcYc=401910536441 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/52116595application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:2dadbf28-9137-439e-a79c-2e1de846b179http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.398Z2006-04-16T09:03:59.398Zurn:uuid:ec368df8-39d2-4da0-885d-b2196351599c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=yHEtPDg68SKaT3hsNrewC5JwlvQ=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=jwDqmj2Dg/x6/5XDFW4Oj0GQj94=g3eUk0MW+EvkQ/i7YqGNbyQYcYc=401910539462 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/52116595application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:2dadbf28-9137-439e-a79c-2e1de846b179http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.398Z2006-04-16T09:03:59.398Zurn:uuid:ec368df8-39d2-4da0-885d-b2196351599c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=yHEtPDg68SKaT3hsNrewC5JwlvQ=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=jwDqmj2Dg/x6/5XDFW4Oj0GQj94=g3eUk0MW+EvkQ/i7YqGNbyQYcYc=401910557399 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720939308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionRemovedPending security session made active by server.TradeServiceHost.exeurn:uuid:ec368df8-39d2-4da0-885d-b2196351599chttp://localhost:8000/TradeMonitor401910562565 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionRemoved(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.RemovePendingSession(UniqueId sessionId) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689401910573184 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286401910577760 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286401910581054 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376401910583555 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689401910599739 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd401910608313 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:2dadbf28-9137-439e-a79c-2e1de846b179
      401910631934 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor401910638633 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401910640166 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/35016340TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/35016340401910642661 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/35016340ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor401910646939 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/35016340TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/35016340401910648591 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring401910650044 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/64254500TradeServiceHost.exeSystem.ServiceModel.InstanceContext/64254500401910651631 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/64254500TradeServiceHost.exeSystem.ServiceModel.InstanceContext/64254500401910653328 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/7167227application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:2dadbf28-9137-439e-a79c-2e1de846b179http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.398Z2006-04-16T09:03:59.398Zurn:uuid:ec368df8-39d2-4da0-885d-b2196351599c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=yHEtPDg68SKaT3hsNrewC5JwlvQ=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=jwDqmj2Dg/x6/5XDFW4Oj0GQj94=g3eUk0MW+EvkQ/i7YqGNbyQYcYc=401910938282 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401910957425 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.401910961330 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.401910965934 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401910967575 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/52116595401910969667 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/7167227401910971404 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringResponse401910973642 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/16294043Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:2dadbf28-9137-439e-a79c-2e1de846b1799bb3bf8c-71fb-4f64-b25a-282c1bb46b04401910976777 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/6630602Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:2dadbf28-9137-439e-a79c-2e1de846b1799bb3bf8c-71fb-4f64-b25a-282c1bb46b04401910997208 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/16294043Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:2dadbf28-9137-439e-a79c-2e1de846b1799bb3bf8c-71fb-4f64-b25a-282c1bb46b04401911038426 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/6630602401911042879 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/16294043401911045323 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/64254500TradeServiceHost.exeSystem.ServiceModel.InstanceContext/64254500401911048378 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/64254500TradeServiceHost.exeSystem.ServiceModel.InstanceContext/64254500401911075913 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring401911080015 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401911112760 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService401911114722 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401911130684 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity401911135684 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/5024928text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService401911138119 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/5024928text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService401911139469 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/38414640TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/38414640401911142243 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/38414640ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService401911144611 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/38414640TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/38414640401911148491 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity401911150637 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/1401080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/1401080401911152340 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/1401080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/1401080401911154174 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/5024928text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService401911312663 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401911323187 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.401911327634 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.401911334086 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401911335885 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/5024928401911355410 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29422698False2b266fbf-29d7-4ee2-bab1-d439ecb9e541401911358979 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29422698False2b266fbf-29d7-4ee2-bab1-d439ecb9e541401911437276 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29422698401911443345 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/1401080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/1401080401911565854 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/1401080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/1401080401911568381 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity401911570382 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService401911573858 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401911573858 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor401911748518 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing401911760697 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing401911763508 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing401911765025 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing401911777991 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401911781430 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring401911791712 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:5e616783-e507-4c2a-b445-f87c15c872cfhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.699Z2006-04-16T09:03:59.699Zurn:uuid:ec368df8-39d2-4da0-885d-b2196351599c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=1eOSuiKbD+7KAs06uK+IQYpseYs=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=o9XdyjzPnax6AZzS9TVjK31LZj8=ECdtkZEcItg+blQyWqwdJLqXMds=401911797574 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:5e616783-e507-4c2a-b445-f87c15c872cfhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.699Z2006-04-16T09:03:59.699Zurn:uuid:ec368df8-39d2-4da0-885d-b2196351599c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=1eOSuiKbD+7KAs06uK+IQYpseYs=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=o9XdyjzPnax6AZzS9TVjK31LZj8=ECdtkZEcItg+blQyWqwdJLqXMds=401911801128 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:5e616783-e507-4c2a-b445-f87c15c872cfhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.699Z2006-04-16T09:03:59.699Zurn:uuid:ec368df8-39d2-4da0-885d-b2196351599c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=1eOSuiKbD+7KAs06uK+IQYpseYs=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=o9XdyjzPnax6AZzS9TVjK31LZj8=ECdtkZEcItg+blQyWqwdJLqXMds=401911815773 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd401911826322 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401911847040 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:5e616783-e507-4c2a-b445-f87c15c872cf
      401911850480 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring401911853531 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/33711845TradeServiceHost.exeSystem.ServiceModel.InstanceContext/33711845401911857104 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/33711845TradeServiceHost.exeSystem.ServiceModel.InstanceContext/33711845401911859960 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/37489757application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:5e616783-e507-4c2a-b445-f87c15c872cfhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T08:58:59.699Z2006-04-16T09:03:59.699Zurn:uuid:ec368df8-39d2-4da0-885d-b2196351599c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=1eOSuiKbD+7KAs06uK+IQYpseYs=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=o9XdyjzPnax6AZzS9TVjK31LZj8=ECdtkZEcItg+blQyWqwdJLqXMds=401911866632 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401911869691 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.401911872501 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.401911887494 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401911892459 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828401911901091 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/37489757401911904025 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringResponse401911926971 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/64828693Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:5e616783-e507-4c2a-b445-f87c15c872cff75fa3a0-c8e2-4e37-bed2-01c2e86efd1a401911933425 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/10104599Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:5e616783-e507-4c2a-b445-f87c15c872cff75fa3a0-c8e2-4e37-bed2-01c2e86efd1a401911938109 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/64828693Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:5e616783-e507-4c2a-b445-f87c15c872cff75fa3a0-c8e2-4e37-bed2-01c2e86efd1a401911975605 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/10104599401911980254 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/64828693401911993177 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/33711845TradeServiceHost.exeSystem.ServiceModel.InstanceContext/33711845401912004212 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/33711845TradeServiceHost.exeSystem.ServiceModel.InstanceContext/33711845401912007497 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring401912010159 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor401912012846 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912013905 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912015390 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService401912016850 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912045134 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity401912047464 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/51288387text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService401912049116 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/51288387text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService401912050426 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity401912052814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/7141266TradeServiceHost.exeSystem.ServiceModel.InstanceContext/7141266401912064793 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/7141266TradeServiceHost.exeSystem.ServiceModel.InstanceContext/7141266401912067645 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/51288387text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService401912074577 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912077492 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.401912079716 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.401912081689 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912083381 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/51288387401912099268 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/44313942Falseefd26901-ab65-4ff9-a86e-7aefdbca60d0401912103043 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/44313942Falseefd26901-ab65-4ff9-a86e-7aefdbca60d0401912119230 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/44313942401912123986 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/7141266TradeServiceHost.exeSystem.ServiceModel.InstanceContext/7141266401912135344 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/7141266TradeServiceHost.exeSystem.ServiceModel.InstanceContext/7141266401912138629 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity401912144458 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService401912146482 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912147533 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912151306 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService401912153359 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912176729 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity401912179230 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/34106743text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService401912181615 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/34106743text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService401912188332 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity401912191064 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/47362231TradeServiceHost.exeSystem.ServiceModel.InstanceContext/47362231401912194227 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/47362231TradeServiceHost.exeSystem.ServiceModel.InstanceContext/47362231401912205589 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/34106743text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService401912209795 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912212412 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.401912214825 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.401912711822 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912720994 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradeServiceHost.exeSystem.ArgumentException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Don't know - only MSFT &amp; IBM +Parameter name: ticker at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.ArgumentException: Don't know - only MSFT &amp; IBM +Parameter name: ticker + at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)401912805533 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/34106743401912829725 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/43205102Falseb7aeb5ab-7ad0-4c65-9409-52e6cefefa99401912841592 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/43205102Falseb7aeb5ab-7ad0-4c65-9409-52e6cefefa99401912870405 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/43205102401912873969 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/47362231TradeServiceHost.exeSystem.ServiceModel.InstanceContext/47362231401912876095 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/47362231TradeServiceHost.exeSystem.ServiceModel.InstanceContext/47362231401912895512 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity401912898898 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService401912901066 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160401912902119 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720942304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityInactiveSessionFaultedInactive security session faulted by server.TradeServiceHost.exeurn:uuid:ec368df8-39d2-4da0-885d-b2196351599c404846761191 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceInactiveSessionFaulted(SecurityContextSecurityToken sessionToken, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://www.w3.org/2005/08/addressing/fault404846768933 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendSessionClosedFault(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720946304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityServerSessionClosedFaultSentServer security session sent session closed fault to client.TradeServiceHost.exeurn:uuid:ec368df8-39d2-4da0-885d-b2196351599c404847165729 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceSessionClosedFaultSent(SecurityContextSecurityToken sessionToken, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendSessionClosedFault(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845404847175939 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnAbort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845404847296301 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnAbort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.ReplyChannel/23737571TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/23737571404847552089 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.ServiceChannel/35016340TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/35016340404847555945 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689404847560313 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277103016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelDisposedDisposed: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376404847562970 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelDisposed(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689404847565402 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.ServiceChannel/35016340TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/35016340404847567780 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277103016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelDisposedDisposed: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845404847569714 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelDisposed(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.ReplyChannel/23737571TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/23737571404847571089 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286404847572553 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Security.SecurityProtocol.Close(Boolean aborted, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286404847668420 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Security.SecurityProtocol.Close(Boolean aborted, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720940308030255HOME-6A6E390160436744405622 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeConstruct System.ServiceModel.ServiceHost/33574638.436744727934 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/services436745061030 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradeServiceHost.exeTrueExchangeService.TradeServiceExchangeService.TradeService436745085714 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe436745090778 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.exeTruebasicHttpBinding436745418504 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe436745524112 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.exeTruewsHttpBinding436745530204 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe436745545587 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradeServiceHost.exereturnFaults436745559980 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeConstruct System.ServiceModel.ServiceHost/33574638.436745566937 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12030255HOME-6A6E390160436745579286 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12030255HOME-6A6E390160436745582286 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.ServiceHost/33574638.436745584871 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638436745587777 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      436745590681 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics436745688722 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics436747588532 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294436747661310 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196436747673237 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196436747675681 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradeService436747681114 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160436747698339 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeListen at http://localhost:8000/TradeService.436747702335 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeService.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313436747706298 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradeService436748338006 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294436748341998 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638436748343632 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/34948909http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService436748376148 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/46104728TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728436748381199 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/46104728TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728436748384357 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376436748387444 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525436748389791 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/55915408TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/55915408436748394838 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/55915408TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/55915408436748396922 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525436748400183 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180436748407109 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167436748414893 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167436748418035 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeMonitor.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313436748422508 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180http://localhost:8000/TradeMonitor436748426004 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180436748429548 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/43942917TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/43942917436748435353 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180436748440953 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/43942917TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/43942917436748444211 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933436748451175 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933436748453669 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490436748456286 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411436748467681 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411436748575684 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115436748606210 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160436748611422 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178.436748626909 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178436748630853 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178436748634764 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882436748649032 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890436748671768 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/1707556TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/1707556436748675871 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/1707556TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/1707556436748679748 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890436748684946 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363436748712417 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363436748718305 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274436748721623 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015436748742112 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160436748749338 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227.436748755192 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064436748755192 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294436748776000 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064436748785275 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227436748788561 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227436748794241 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591436748805181 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/41962596TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/41962596436748812152 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/41962596TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/41962596436748817995 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591436748823728 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/43527150TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/43527150436748829438 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/56200037TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56200037436748839036 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/56200037TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56200037436748847801 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/36038289http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor436748855567 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/55909147TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55909147436748861141 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/55909147TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55909147436748866545 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227436748922327 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227.436748931640 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160436748934112 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 147209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticator436748944532 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015436748948691 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274436748951105 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882436748952986 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/33420276TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/33420276436748954720 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/32347029TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32347029436748958423 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/32347029TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32347029436748960625 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/22687807http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor436748963128 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/2863675TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/2863675436748965351 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/2863675TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/2863675436748966995 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178436748968976 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178.436748972138 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160436748973734 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 147209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator436748978971 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115436748982267 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490436748983892 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376436748985386 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/25773083TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/25773083436748986368 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/7244975http://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor436748989222 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/65204782TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/65204782436748990591 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/65204782TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/65204782436748991784 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132436748992973 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010436748994834 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010436748996107 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313436748997454 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132http://localhost:8000/mex436748999234 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132436749000535 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/21210914TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/21210914436749001768 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/56680499TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56680499436749002821 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/56680499TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56680499436749004608 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/40362448http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex436749006123 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/27717712TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27717712436749007136 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/27717712TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27717712436749010234 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822436749025700 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218436749027541 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218436749028569 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313436749030136 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822http://localhost:8000/436749031629 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822436749032929 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/6444509TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/6444509436749033944 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/58000584TradeServiceHost.exeSystem.ServiceModel.InstanceContext/58000584436749035176 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/58000584TradeServiceHost.exeSystem.ServiceModel.InstanceContext/58000584436749036776 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/52243212http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/436749038418 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/426867TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/426867436749039668 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/426867TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/426867436749040892 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638436749042072 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.ServiceHost/33574638.436749043203 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160436749044310 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/6044116TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/6044116436751860788 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591436751864314 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/6044116TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/6044116436751865922 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589436751871793 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882436751873624 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832436751878286 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832436751892355 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/5773521TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/5773521436751894071 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890436751895451 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/5773521TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/5773521436751896921 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589436751899510 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/54135081TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/54135081436751905119 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132436751906900 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/54135081TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/54135081436751908171 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63094882TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63094882436751909275 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822436751910928 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63094882TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63094882436751930215 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436826515961 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor436827111598 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing436827689170 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing436828644466 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing436828650700 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing436828652470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics436828655341 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.MessageLogger.Initialize() at System.ServiceModel.Diagnostics.MessageLogger.EnsureInitialized() at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436828844842 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue436828857437 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:cd7a8ca4-1419-4c58-8cb3-9611808ceb85http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor436828945323 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:cd7a8ca4-1419-4c58-8cb3-9611808ceb85http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor436829181043 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:cd7a8ca4-1419-4c58-8cb3-9611808ceb85http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor436829272655 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/33711845TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/33711845436829514727 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/33711845http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor436829653412 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/33711845TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/33711845436829662266 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue436829667027 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:cd7a8ca4-1419-4c58-8cb3-9611808ceb85http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor436829953923 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing436830655989 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing436830662616 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing436830667876 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing436830670357 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37489757application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:cd7a8ca4-1419-4c58-8cb3-9611808ceb85http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor436830674288 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37489757436831566258 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828436831584031 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/64828693Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:cd7a8ca4-1419-4c58-8cb3-9611808ceb8524042524-9552-419e-a11d-f34798281007436831594574 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/64828693Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:cd7a8ca4-1419-4c58-8cb3-9611808ceb8524042524-9552-419e-a11d-f34798281007436831926190 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/64828693436831930509 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue436831945160 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor436831959108 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436831960347 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436832565280 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor436832568197 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing436832604017 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing436832607716 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing436832609222 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing436832611615 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436832622038 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue436832624571 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:84676594-f95a-49f9-b7e1-9f13f0cc7684http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor436832626617 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:84676594-f95a-49f9-b7e1-9f13f0cc7684http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor436832628284 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:84676594-f95a-49f9-b7e1-9f13f0cc7684http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor436832631210 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue436832633497 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:84676594-f95a-49f9-b7e1-9f13f0cc7684http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor436832636477 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing436832639094 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing436832739759 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing436832743932 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing436832746496 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/51288387application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:84676594-f95a-49f9-b7e1-9f13f0cc7684http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor436832749463 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720913308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SpnegoServiceNegotiationCompletedSpnegoTokenAuthenticator completed Sspi negotiation.TradeServiceHost.exeNTLMIdentify436832880465 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSpnego(WindowsSspiNegotiation windowsNegotiation) at System.ServiceModel.Security.SpnegoTokenAuthenticator.ValidateSspiNegotiation(ISspiNegotiation sspiNegotiation) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessNegotiation(SspiNegotiationTokenAuthenticatorState negotiationState, Message incomingMessage, BinaryNegotiation incomingNego) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessRequestSecurityTokenResponse(SspiNegotiationTokenAuthenticatorState negotiationState, Message request, RequestSecurityTokenResponse requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720915308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/ServiceSecurityNegotiationCompletedService security negotiation completed.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticatorhttp://localhost:8000/TradeMonitorurn:uuid:2b17fd69-447e-4c96-988f-858d7d73d021436833340239 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSecurityNegotiationCompleted[T](NegotiationTokenAuthenticator`1 authenticator, SecurityContextSecurityToken serviceToken) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/51288387436833492466 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599436833504934 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/7141266Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:84676594-f95a-49f9-b7e1-9f13f0cc76846e8ff32b-1fe7-41aa-8897-d04d8c83fcb7436833520837 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/7141266Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:84676594-f95a-49f9-b7e1-9f13f0cc76846e8ff32b-1fe7-41aa-8897-d04d8c83fcb7436833578244 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/7141266436833592107 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue436833595168 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor436833597992 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436833599298 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436834879895 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor436834883912 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing436834897886 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing436834901591 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing436834903111 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing436834904810 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436834906540 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT436834917795 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:7d054cad-cef5-4c3a-8f51-45ad8555e80ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:16.782Z2006-04-16T13:18:16.782Zurn:uuid:2b17fd69-447e-4c96-988f-858d7d73d02102458a73d+Pt5jpAgKNNqTn5aYdPws=iUJaKOpE0muECa03PrpIX30ltdc=ff30hu8mNBoPmetX+mb79rG8PaQ=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=n+NN8rD27bQHNry57ET7nYdjF7A=2OsSrqIhCq/4rAEehp2Dkv9PKaA=436834923039 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:7d054cad-cef5-4c3a-8f51-45ad8555e80ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:16.782Z2006-04-16T13:18:16.782Zurn:uuid:2b17fd69-447e-4c96-988f-858d7d73d02102458a73d+Pt5jpAgKNNqTn5aYdPws=iUJaKOpE0muECa03PrpIX30ltdc=ff30hu8mNBoPmetX+mb79rG8PaQ=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=n+NN8rD27bQHNry57ET7nYdjF7A=2OsSrqIhCq/4rAEehp2Dkv9PKaA=436834927775 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:7d054cad-cef5-4c3a-8f51-45ad8555e80ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:16.782Z2006-04-16T13:18:16.782Zurn:uuid:2b17fd69-447e-4c96-988f-858d7d73d02102458a73d+Pt5jpAgKNNqTn5aYdPws=iUJaKOpE0muECa03PrpIX30ltdc=ff30hu8mNBoPmetX+mb79rG8PaQ=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=n+NN8rD27bQHNry57ET7nYdjF7A=2OsSrqIhCq/4rAEehp2Dkv9PKaA=436834932431 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd436835151185 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SymmetricSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCThttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:7d054cad-cef5-4c3a-8f51-45ad8555e80a
      436835566650 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/6385742TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/6385742436835658943 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/6385742http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor436835671491 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/6385742TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/6385742436835674428 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT436835676649 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/25425822application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:7d054cad-cef5-4c3a-8f51-45ad8555e80ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:16.782Z2006-04-16T13:18:16.782Zurn:uuid:2b17fd69-447e-4c96-988f-858d7d73d02102458a73d+Pt5jpAgKNNqTn5aYdPws=iUJaKOpE0muECa03PrpIX30ltdc=ff30hu8mNBoPmetX+mb79rG8PaQ=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=n+NN8rD27bQHNry57ET7nYdjF7A=2OsSrqIhCq/4rAEehp2Dkv9PKaA=436836206710 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793436836533190 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/53447344TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/53447344436836621747 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/53447344TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/53447344436836626325 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793436836640354 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/51484875TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/51484875436837157394 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793436837498510 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnEndOpen(IAsyncResult result) at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/51484875TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/51484875436837514074 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720937308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionAddedPending security session added to server.TradeServiceHost.exeurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d42http://localhost:8000/TradeMonitor436837518532 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionAdded(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.AddPendingSession(UniqueId sessionId, IServerReliableChannelBinder channelBinder) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942436837544602 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/25425822436837558115 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT436837575658 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12053474Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:7d054cad-cef5-4c3a-8f51-45ad8555e80af5e52e16-c36b-4889-957a-b3f6abb03053436837582535 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32901400Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:7d054cad-cef5-4c3a-8f51-45ad8555e80af5e52e16-c36b-4889-957a-b3f6abb03053436837590376 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12053474Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:7d054cad-cef5-4c3a-8f51-45ad8555e80af5e52e16-c36b-4889-957a-b3f6abb03053436837770441 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32901400436837782676 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12053474436837788153 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT436837792576 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor436837795556 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436837796418 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436837944236 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor436837946686 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing436837974152 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing436837978189 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing436837979715 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing436837981205 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436837983165 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring436837984483 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:4b6c9c71-ccdf-4855-9ec1-841ea3acb299http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:17.734Z2006-04-16T13:18:17.734Zurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d420248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=wHX2gMbrJq8nvkfSGzgJqZ3egSA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=8ncKdJPgHAGXfSvl5vvP/WKilTE=eaDNmzSYMNEkG5gVe3ygck7Upl4=436837987969 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:4b6c9c71-ccdf-4855-9ec1-841ea3acb299http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:17.734Z2006-04-16T13:18:17.734Zurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d420248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=wHX2gMbrJq8nvkfSGzgJqZ3egSA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=8ncKdJPgHAGXfSvl5vvP/WKilTE=eaDNmzSYMNEkG5gVe3ygck7Upl4=436838001375 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:4b6c9c71-ccdf-4855-9ec1-841ea3acb299http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:17.734Z2006-04-16T13:18:17.734Zurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d420248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=wHX2gMbrJq8nvkfSGzgJqZ3egSA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=8ncKdJPgHAGXfSvl5vvP/WKilTE=eaDNmzSYMNEkG5gVe3ygck7Upl4=436838013225 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720939308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionRemovedPending security session made active by server.TradeServiceHost.exeurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d42http://localhost:8000/TradeMonitor436838016282 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionRemoved(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.RemovePendingSession(UniqueId sessionId) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782436838046249 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920436838054900 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920436838156243 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376436838159375 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782436838161592 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd436838177152 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:4b6c9c71-ccdf-4855-9ec1-841ea3acb299
      436838791104 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor436838796063 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436838809443 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/20726372TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372436838832172 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor436838839359 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/20726372TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372436838841227 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring436838842867 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273436838844553 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273436838846068 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/1972295application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:4b6c9c71-ccdf-4855-9ec1-841ea3acb299http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:17.734Z2006-04-16T13:18:17.734Zurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d420248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=wHX2gMbrJq8nvkfSGzgJqZ3egSA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=8ncKdJPgHAGXfSvl5vvP/WKilTE=eaDNmzSYMNEkG5gVe3ygck7Upl4=436842102299 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436842110830 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.436842897615 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.436842913562 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436842915925 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638436842925403 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/1972295436842927191 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringResponse436842929682 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/49307382Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:4b6c9c71-ccdf-4855-9ec1-841ea3acb299a7a2e107-7858-4d03-b2bb-be1f7606dd17436842934618 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/24724999Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:4b6c9c71-ccdf-4855-9ec1-841ea3acb299a7a2e107-7858-4d03-b2bb-be1f7606dd17436842952443 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/49307382Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:4b6c9c71-ccdf-4855-9ec1-841ea3acb299a7a2e107-7858-4d03-b2bb-be1f7606dd17436842999217 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/24724999436843002396 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/49307382436843004149 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273436843006552 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273436843020804 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring436843022814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436843343915 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService436843346672 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436843355514 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity436843358097 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService436843359784 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService436843361140 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/18085772TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/18085772436843363844 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/18085772ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService436843377044 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/18085772TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/18085772436843380126 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity436843382051 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130436843383950 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130436843385969 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService436843675053 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436843685273 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.436843687606 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.436843703417 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436843706165 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203436843708636 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29318719False31cca4d5-9f4f-4b88-92cb-5acc8c35d666436843710968 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29318719False31cca4d5-9f4f-4b88-92cb-5acc8c35d666436843734951 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29318719436843738234 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130436843740860 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130436843743110 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity436843745257 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService436843754804 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436843756017 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436843954288 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor436843964181 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing436843974177 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing436843989265 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing436843991506 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing436843992978 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436843995176 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring436843996284 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:6b373af2-ac3e-4126-b7cf-ef51a062ad73http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:19.416Z2006-04-16T13:18:19.416Zurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d42024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=UCTYx+wxd2um8A/VYg/pehZ8QWA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=HmrezrWC198iH9TrsHRZxM9ry5c=IZ9XgdDaaMWnnf88wyxvkf7WdBo=436844001379 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:6b373af2-ac3e-4126-b7cf-ef51a062ad73http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:19.416Z2006-04-16T13:18:19.416Zurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d42024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=UCTYx+wxd2um8A/VYg/pehZ8QWA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=HmrezrWC198iH9TrsHRZxM9ry5c=IZ9XgdDaaMWnnf88wyxvkf7WdBo=436844004492 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:6b373af2-ac3e-4126-b7cf-ef51a062ad73http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:19.416Z2006-04-16T13:18:19.416Zurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d42024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=UCTYx+wxd2um8A/VYg/pehZ8QWA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=HmrezrWC198iH9TrsHRZxM9ry5c=IZ9XgdDaaMWnnf88wyxvkf7WdBo=436844009934 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd436844027084 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:6b373af2-ac3e-4126-b7cf-ef51a062ad73
      436844034563 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring436844038963 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815436844041614 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815436844044146 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/19886533application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:6b373af2-ac3e-4126-b7cf-ef51a062ad73http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:13:19.416Z2006-04-16T13:18:19.416Zurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d42024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=UCTYx+wxd2um8A/VYg/pehZ8QWA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=HmrezrWC198iH9TrsHRZxM9ry5c=IZ9XgdDaaMWnnf88wyxvkf7WdBo=436844069249 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844074143 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.436844076556 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.436844081589 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844092848 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347436844098819 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/19886533436844101515 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringResponse436844104557 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/27401293Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:6b373af2-ac3e-4126-b7cf-ef51a062ad73c9bddca1-d521-434c-9cb9-f24d8bcb3ee9436844108525 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/13943705Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:6b373af2-ac3e-4126-b7cf-ef51a062ad73c9bddca1-d521-434c-9cb9-f24d8bcb3ee9436844114643 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/27401293Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:6b373af2-ac3e-4126-b7cf-ef51a062ad73c9bddca1-d521-434c-9cb9-f24d8bcb3ee9436844154063 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/13943705436844169288 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/27401293436844172277 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815436844175096 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815436844178219 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring436844180729 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor436844183193 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844184173 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844187388 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService436844188408 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844206034 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity436844209134 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService436844210764 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService436844212046 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity436844214251 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374436844217058 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374436844219217 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService436844221307 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844223541 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.436844225353 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.436844237881 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844241533 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313436844243751 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35023218False33172afd-c3d8-4a6c-ac79-8ea77a89dc1f436844249462 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35023218False33172afd-c3d8-4a6c-ac79-8ea77a89dc1f436844287471 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35023218436844297599 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374436844319045 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374436844327848 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity436844330113 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService436844332049 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844333130 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844364371 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService436844379291 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844392450 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity436844395429 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService436844397360 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService436844398756 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity436844402334 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664436844404382 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664436844416100 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService436844420490 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844423315 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.436844425161 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.436844832092 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436844835114 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradeServiceHost.exeSystem.ArgumentException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Don't know - only MSFT &amp; IBM +Parameter name: ticker at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.ArgumentException: Don't know - only MSFT &amp; IBM +Parameter name: ticker + at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)436845001961 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221436845072037 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32106157False773c15e4-3bab-45d7-9a2c-5b9692bebcfd436845422674 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32106157False773c15e4-3bab-45d7-9a2c-5b9692bebcfd436845442732 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32106157436845456927 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664436845459998 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664436845462221 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity436845464128 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService436845466179 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160436845468218 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720942304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityInactiveSessionFaultedInactive security session faulted by server.TradeServiceHost.exeurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d42440032608392 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceInactiveSessionFaulted(SecurityContextSecurityToken sessionToken, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://www.w3.org/2005/08/addressing/fault440033024292 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendSessionClosedFault(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720946304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityServerSessionClosedFaultSentServer security session sent session closed fault to client.TradeServiceHost.exeurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d42440033027919 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceSessionClosedFaultSent(SecurityContextSecurityToken sessionToken, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendSessionClosedFault(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793440033030199 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnAbort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793440033138326 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnAbort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.ReplyChannel/51484875TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/51484875440033241606 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.ServiceChannel/20726372TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372440033544626 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782440033623597 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277103016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelDisposedDisposed: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376440033627444 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelDisposed(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782440033815034 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.ServiceChannel/20726372TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372440033818810 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277103016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelDisposedDisposed: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793440033820994 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelDisposed(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.ReplyChannel/51484875TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/51484875440033822131 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920440033823785 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Security.SecurityProtocol.Close(Boolean aborted, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920440033907961 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Security.SecurityProtocol.Close(Boolean aborted, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720940308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityActiveServerSessionRemovedActive security session removed by server.TradeServiceHost.exeurn:uuid:78223871-f51e-45cc-8f52-41bf93b18d42http://localhost:8000/TradeMonitor440033911472 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceActiveSessionRemoved(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.RemoveSessionChannel(UniqueId sessionId) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441102808850 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441102903635 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441103886059 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441103890861 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441103892405 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441103894168 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441103895986 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue441103897487 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64456428application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:d132c7da-859e-4d94-8932-7210b3228502http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441103916187 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64456428application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:d132c7da-859e-4d94-8932-7210b3228502http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441105776386 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64456428application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:d132c7da-859e-4d94-8932-7210b3228502http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441105875046 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue441106719211 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64456428application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:d132c7da-859e-4d94-8932-7210b3228502http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441106896334 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441107437865 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441107441767 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441107444081 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441107446765 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/797974application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:d132c7da-859e-4d94-8932-7210b3228502http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441107481547 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/797974441108049478 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64456428441108054753 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/19949373Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:d132c7da-859e-4d94-8932-7210b3228502e8088b33-a3a0-46d5-a33b-3dd84dfab861441108113857 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/19949373Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:d132c7da-859e-4d94-8932-7210b3228502e8088b33-a3a0-46d5-a33b-3dd84dfab861441108537783 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/19949373441108542207 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue441108544619 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441108547203 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441108548081 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441108804348 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441108807522 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441109354028 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441109357978 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441109359560 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441109361045 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441110225095 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue441110227809 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/28972298application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:9780de27-b43e-4b05-828d-8422fd5ddfbbhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441110230119 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/28972298application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:9780de27-b43e-4b05-828d-8422fd5ddfbbhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441110231773 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/28972298application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:9780de27-b43e-4b05-828d-8422fd5ddfbbhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441110234979 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue441110237202 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/28972298application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:9780de27-b43e-4b05-828d-8422fd5ddfbbhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441110239815 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441110436292 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441110535119 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441110539900 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441110542215 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/53218812application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:9780de27-b43e-4b05-828d-8422fd5ddfbbhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441110545572 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720913308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SpnegoServiceNegotiationCompletedSpnegoTokenAuthenticator completed Sspi negotiation.TradeServiceHost.exeNTLMIdentify441110901561 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSpnego(WindowsSspiNegotiation windowsNegotiation) at System.ServiceModel.Security.SpnegoTokenAuthenticator.ValidateSspiNegotiation(ISspiNegotiation sspiNegotiation) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessNegotiation(SspiNegotiationTokenAuthenticatorState negotiationState, Message incomingMessage, BinaryNegotiation incomingNego) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessRequestSecurityTokenResponse(SspiNegotiationTokenAuthenticatorState negotiationState, Message request, RequestSecurityTokenResponse requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720915308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/ServiceSecurityNegotiationCompletedService security negotiation completed.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticatorhttp://localhost:8000/TradeMonitorurn:uuid:5e27b384-9ad7-4bf1-ba57-26a803f74ceb441111212334 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSecurityNegotiationCompleted[T](NegotiationTokenAuthenticator`1 authenticator, SecurityContextSecurityToken serviceToken) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/53218812441111261617 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/28972298441111265825 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/55401902Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:9780de27-b43e-4b05-828d-8422fd5ddfbbfa598125-1195-4c3c-8190-2735bd27ac47441111268724 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/55401902Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:9780de27-b43e-4b05-828d-8422fd5ddfbbfa598125-1195-4c3c-8190-2735bd27ac47441111725447 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/55401902441111729958 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue441112261015 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441112264544 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441112480091 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441112539986 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441112541954 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441112632110 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441112636256 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441112638702 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441112640228 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441112642131 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT441112672954 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/42870289application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:98543ee9-52a3-476d-858e-fa253667c3dbhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:05.855Z2006-04-16T13:45:05.855Zurn:uuid:5e27b384-9ad7-4bf1-ba57-26a803f74ceb024lXrY2WsMpt+tKRnRTP4UGuBcSUI=iUJaKOpE0muECa03PrpIX30ltdc=BFRDGNXiZlDRglLq41ZYsuyS7bM=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=CPKnJSKPqD84gLurXx6bUSYLAsI=Vb2mxKLzBdYHRSofODw17hws0Fw=441112677862 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/42870289application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:98543ee9-52a3-476d-858e-fa253667c3dbhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:05.855Z2006-04-16T13:45:05.855Zurn:uuid:5e27b384-9ad7-4bf1-ba57-26a803f74ceb024lXrY2WsMpt+tKRnRTP4UGuBcSUI=iUJaKOpE0muECa03PrpIX30ltdc=BFRDGNXiZlDRglLq41ZYsuyS7bM=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=CPKnJSKPqD84gLurXx6bUSYLAsI=Vb2mxKLzBdYHRSofODw17hws0Fw=441112680911 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/42870289application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:98543ee9-52a3-476d-858e-fa253667c3dbhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:05.855Z2006-04-16T13:45:05.855Zurn:uuid:5e27b384-9ad7-4bf1-ba57-26a803f74ceb024lXrY2WsMpt+tKRnRTP4UGuBcSUI=iUJaKOpE0muECa03PrpIX30ltdc=BFRDGNXiZlDRglLq41ZYsuyS7bM=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=CPKnJSKPqD84gLurXx6bUSYLAsI=Vb2mxKLzBdYHRSofODw17hws0Fw=441112825359 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd441112932168 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SymmetricSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCThttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:98543ee9-52a3-476d-858e-fa253667c3db
      441112937384 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT441113083814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/62105946application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:98543ee9-52a3-476d-858e-fa253667c3dbhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:05.855Z2006-04-16T13:45:05.855Zurn:uuid:5e27b384-9ad7-4bf1-ba57-26a803f74ceb024lXrY2WsMpt+tKRnRTP4UGuBcSUI=iUJaKOpE0muECa03PrpIX30ltdc=BFRDGNXiZlDRglLq41ZYsuyS7bM=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=CPKnJSKPqD84gLurXx6bUSYLAsI=Vb2mxKLzBdYHRSofODw17hws0Fw=441113729459 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789441113780244 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/27293151TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/27293151441113799966 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/27293151TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/27293151441114164530 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789441114167930 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/12568153TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/12568153441114476566 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789441114480956 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnEndOpen(IAsyncResult result) at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/12568153TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/12568153441114602131 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720937308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionAddedPending security session added to server.TradeServiceHost.exeurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397chttp://localhost:8000/TradeMonitor441114608158 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionAdded(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.AddPendingSession(UniqueId sessionId, IServerReliableChannelBinder channelBinder) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/42870289441114929045 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/62105946441114932986 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT441115256635 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/45768388Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:98543ee9-52a3-476d-858e-fa253667c3db8b2e4306-030d-4e9b-82a1-2b7327f324c4441115261867 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/3359025Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:98543ee9-52a3-476d-858e-fa253667c3db8b2e4306-030d-4e9b-82a1-2b7327f324c4441115469840 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/45768388Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:98543ee9-52a3-476d-858e-fa253667c3db8b2e4306-030d-4e9b-82a1-2b7327f324c4441115667422 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/3359025441115699026 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/45768388441115701907 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT441115771287 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441116072667 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441116073809 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441116084637 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441116087339 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441116233763 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441116321943 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441116324287 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441116325853 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441116411444 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring441116414654 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/16866778application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:65f804a4-ecd2-41e5-93ac-2b57760f8466http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:06.496Z2006-04-16T13:45:06.496Zurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=1+AUP+sCRrEFRJaxTzJU+3qR6VI=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=P/GuH7ba3NFTkjjTOecbJ3dsrDE=FzlXFxzIQJBsugeG3rThUTaig0E=441116766522 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/16866778application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:65f804a4-ecd2-41e5-93ac-2b57760f8466http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:06.496Z2006-04-16T13:45:06.496Zurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=1+AUP+sCRrEFRJaxTzJU+3qR6VI=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=P/GuH7ba3NFTkjjTOecbJ3dsrDE=FzlXFxzIQJBsugeG3rThUTaig0E=441116771979 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/16866778application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:65f804a4-ecd2-41e5-93ac-2b57760f8466http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:06.496Z2006-04-16T13:45:06.496Zurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=1+AUP+sCRrEFRJaxTzJU+3qR6VI=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=P/GuH7ba3NFTkjjTOecbJ3dsrDE=FzlXFxzIQJBsugeG3rThUTaig0E=441116806048 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720939308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionRemovedPending security session made active by server.TradeServiceHost.exeurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397chttp://localhost:8000/TradeMonitor441116905670 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionRemoved(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.RemovePendingSession(UniqueId sessionId) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/19016271TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/19016271441116910263 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/5644729TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/5644729441116913433 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/5644729TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/5644729441117046128 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376441117049441 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/19016271TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/19016271441117104324 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd441117111714 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:65f804a4-ecd2-41e5-93ac-2b57760f8466
      441117118855 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441117122010 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441117162473 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/43570676TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/43570676441117165621 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/43570676ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor441117198545 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/43570676TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/43570676441117201357 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring441117203005 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/15525080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/15525080441117204606 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/15525080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/15525080441118154879 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/52582687application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:65f804a4-ecd2-41e5-93ac-2b57760f8466http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:06.496Z2006-04-16T13:45:06.496Zurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=1+AUP+sCRrEFRJaxTzJU+3qR6VI=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=P/GuH7ba3NFTkjjTOecbJ3dsrDE=FzlXFxzIQJBsugeG3rThUTaig0E=441118445787 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441118599435 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.441118602696 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.441118604764 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441118703653 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/16866778441118706849 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/52582687441118708604 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringResponse441118939227 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/39498779Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:65f804a4-ecd2-41e5-93ac-2b57760f846636b4c0ab-7fb2-4435-806b-bf85e095a5d4441118967259 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/47945396Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:65f804a4-ecd2-41e5-93ac-2b57760f846636b4c0ab-7fb2-4435-806b-bf85e095a5d4441118974996 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/39498779Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:65f804a4-ecd2-41e5-93ac-2b57760f846636b4c0ab-7fb2-4435-806b-bf85e095a5d4441120396764 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/47945396441120400279 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/39498779441120402042 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/15525080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/15525080441120403907 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/15525080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/15525080441120716937 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring441120719562 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441120877064 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441120881622 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121008519 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441121011850 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/57784236text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441121013520 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/57784236text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441121014916 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441121017182 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/35319771TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35319771441121019403 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/35319771TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35319771441121021257 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/57784236text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441121023229 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121038740 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441121042024 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441121044321 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121046373 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/57784236441121048422 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/10579059False0f78e899-307d-4b3d-a0bf-0d325194d741441121050783 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/10579059False0f78e899-307d-4b3d-a0bf-0d325194d741441121074999 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/10579059441121079447 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/35319771TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35319771441121081680 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/35319771TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35319771441121083919 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441121086129 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441121087961 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121089010 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121406292 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441121409264 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441121419537 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441121449436 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441121453244 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441121454769 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121467110 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring441121471707 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/63149883application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:f30cdd52-f383-4666-b5df-b547029193c9http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:07.708Z2006-04-16T13:45:07.708Zurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=H8MmmqUgPRw0hvO3p63EG6UBPp8=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=YMQbx8pkFl2vIZ7segdzmeYAYYE=uHv3nBSj2viR+4bQkHvJQiyTCnM=441121482190 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/63149883application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:f30cdd52-f383-4666-b5df-b547029193c9http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:07.708Z2006-04-16T13:45:07.708Zurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=H8MmmqUgPRw0hvO3p63EG6UBPp8=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=YMQbx8pkFl2vIZ7segdzmeYAYYE=uHv3nBSj2viR+4bQkHvJQiyTCnM=441121485618 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/63149883application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:f30cdd52-f383-4666-b5df-b547029193c9http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:07.708Z2006-04-16T13:45:07.708Zurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=H8MmmqUgPRw0hvO3p63EG6UBPp8=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=YMQbx8pkFl2vIZ7segdzmeYAYYE=uHv3nBSj2viR+4bQkHvJQiyTCnM=441121490301 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd441121526808 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:f30cdd52-f383-4666-b5df-b547029193c9
      441121543604 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring441121546568 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/35243222TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35243222441121549258 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/35243222TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35243222441121551783 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/8665341application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:f30cdd52-f383-4666-b5df-b547029193c9http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:07.708Z2006-04-16T13:45:07.708Zurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=H8MmmqUgPRw0hvO3p63EG6UBPp8=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=YMQbx8pkFl2vIZ7segdzmeYAYYE=uHv3nBSj2viR+4bQkHvJQiyTCnM=441121579884 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121585849 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.441121589057 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.441121591443 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121594641 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/63149883441121597553 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/8665341441121609804 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringResponse441121614746 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/15306944Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:f30cdd52-f383-4666-b5df-b547029193c9b081bbdd-2962-4674-8ea2-88c3580b509e441121625487 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/47129288Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:f30cdd52-f383-4666-b5df-b547029193c9b081bbdd-2962-4674-8ea2-88c3580b509e441121631895 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/15306944Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:f30cdd52-f383-4666-b5df-b547029193c9b081bbdd-2962-4674-8ea2-88c3580b509e441121701541 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/47129288441121705899 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/15306944441121777497 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/35243222TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35243222441121805538 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/35243222TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35243222441121809448 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring441121812169 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441121894527 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121896137 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121900025 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441121902490 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121911129 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441121918938 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37381527text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441121929295 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37381527text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441121934504 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441121938105 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/62122949TradeServiceHost.exeSystem.ServiceModel.InstanceContext/62122949441121940438 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/62122949TradeServiceHost.exeSystem.ServiceModel.InstanceContext/62122949441121942427 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37381527text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441121944713 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121947397 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441121949407 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441121951490 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441121953260 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37381527441121955266 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/9569859Falsed77a1fe9-5100-4e61-b732-1135b28afaf5441121970551 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/9569859Falsed77a1fe9-5100-4e61-b732-1135b28afaf5441121990782 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/9569859441122007842 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/62122949TradeServiceHost.exeSystem.ServiceModel.InstanceContext/62122949441122012031 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/62122949TradeServiceHost.exeSystem.ServiceModel.InstanceContext/62122949441122014395 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441122016435 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441122018507 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441122019380 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441122020869 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441122022018 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441122037859 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441122040972 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37919899text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441122042738 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37919899text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441122044071 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441122048721 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/8473389TradeServiceHost.exeSystem.ServiceModel.InstanceContext/8473389441122050696 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/8473389TradeServiceHost.exeSystem.ServiceModel.InstanceContext/8473389441122052566 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37919899text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441122054770 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441122057089 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441122059144 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441122063663 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441122083525 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradeServiceHost.exeSystem.ArgumentException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Don't know - only MSFT &amp; IBM +Parameter name: ticker at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.ArgumentException: Don't know - only MSFT &amp; IBM +Parameter name: ticker + at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)441122120822 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37919899441122123452 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/10508147Falseac5d2ad3-7dd7-48e2-9901-250262709b55441122127538 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/10508147Falseac5d2ad3-7dd7-48e2-9901-250262709b55441122166219 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/10508147441122171442 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/8473389TradeServiceHost.exeSystem.ServiceModel.InstanceContext/8473389441122182793 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/8473389TradeServiceHost.exeSystem.ServiceModel.InstanceContext/8473389441122185996 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441122189046 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441122190849 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441122191714 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441188544831 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441188555638 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441188647185 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441188651330 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441188665437 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441188669436 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441188671095 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue441188796742 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61377084application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:655e34f7-bb79-4b32-8a28-50eb64f00de5http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441188799761 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61377084application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:655e34f7-bb79-4b32-8a28-50eb64f00de5http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441188802064 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61377084application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:655e34f7-bb79-4b32-8a28-50eb64f00de5http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441188942697 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue441188946559 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61377084application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:655e34f7-bb79-4b32-8a28-50eb64f00de5http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441188949211 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441188952384 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441188955214 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441188984871 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441188988043 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/58032116application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:655e34f7-bb79-4b32-8a28-50eb64f00de5http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441188991284 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/58032116441189064047 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61377084441189081375 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/41516761Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:655e34f7-bb79-4b32-8a28-50eb64f00de5452df4eb-7906-49fe-ba02-94133aa74538441189086340 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/41516761Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:655e34f7-bb79-4b32-8a28-50eb64f00de5452df4eb-7906-49fe-ba02-94133aa74538441189202174 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/41516761441189207184 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue441189221840 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441189225179 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441189226282 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441189271523 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441189275586 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441189298879 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441189302851 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441189304571 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441189306086 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441189307679 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue441189308840 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/31286086application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:fe31a358-a4d1-4926-b8c8-250cdf2bce0ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441189312479 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/31286086application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:fe31a358-a4d1-4926-b8c8-250cdf2bce0ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441189314835 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/31286086application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:fe31a358-a4d1-4926-b8c8-250cdf2bce0ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441189337449 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue441189341019 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/31286086application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:fe31a358-a4d1-4926-b8c8-250cdf2bce0ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441189343719 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441189346879 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441189349571 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441189352111 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441189371844 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/43954668application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:fe31a358-a4d1-4926-b8c8-250cdf2bce0ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor441189381633 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720913308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SpnegoServiceNegotiationCompletedSpnegoTokenAuthenticator completed Sspi negotiation.TradeServiceHost.exeNTLMIdentify441189413020 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSpnego(WindowsSspiNegotiation windowsNegotiation) at System.ServiceModel.Security.SpnegoTokenAuthenticator.ValidateSspiNegotiation(ISspiNegotiation sspiNegotiation) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessNegotiation(SspiNegotiationTokenAuthenticatorState negotiationState, Message incomingMessage, BinaryNegotiation incomingNego) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessRequestSecurityTokenResponse(SspiNegotiationTokenAuthenticatorState negotiationState, Message request, RequestSecurityTokenResponse requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720915308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/ServiceSecurityNegotiationCompletedService security negotiation completed.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticatorhttp://localhost:8000/TradeMonitorurn:uuid:378e7292-fd16-43c0-b5a5-a208895bc2ce441189421390 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSecurityNegotiationCompleted[T](NegotiationTokenAuthenticator`1 authenticator, SecurityContextSecurityToken serviceToken) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/43954668441189503894 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/31286086441189508405 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/25124883Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:fe31a358-a4d1-4926-b8c8-250cdf2bce0a8b6fc931-bb48-477c-b4f6-99c5633a38ff441189511531 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/25124883Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:fe31a358-a4d1-4926-b8c8-250cdf2bce0a8b6fc931-bb48-477c-b4f6-99c5633a38ff441189723007 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/25124883441189726907 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue441189729506 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441189732317 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441189733201 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441189736620 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441189738298 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441189775234 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441189778707 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441189781222 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441189795440 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441189798474 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT441189799849 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/24142300application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:17c0ebbd-ebd7-4f57-9604-d24d274b1663http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.293Z2006-04-16T13:45:39.293Zurn:uuid:378e7292-fd16-43c0-b5a5-a208895bc2ce024Rq8HezHUNuLSaHcLAzlki1JLHz0=iUJaKOpE0muECa03PrpIX30ltdc=dK9UXSGXL8X40W596bjUt+vimgM=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=+Sz/Hhdj+AIF0jS128tBnqPkwUw=5A6bs+n3JYqW8PxXPt2QHrLMBII=441189803172 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/24142300application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:17c0ebbd-ebd7-4f57-9604-d24d274b1663http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.293Z2006-04-16T13:45:39.293Zurn:uuid:378e7292-fd16-43c0-b5a5-a208895bc2ce024Rq8HezHUNuLSaHcLAzlki1JLHz0=iUJaKOpE0muECa03PrpIX30ltdc=dK9UXSGXL8X40W596bjUt+vimgM=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=+Sz/Hhdj+AIF0jS128tBnqPkwUw=5A6bs+n3JYqW8PxXPt2QHrLMBII=441189806213 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/24142300application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:17c0ebbd-ebd7-4f57-9604-d24d274b1663http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.293Z2006-04-16T13:45:39.293Zurn:uuid:378e7292-fd16-43c0-b5a5-a208895bc2ce024Rq8HezHUNuLSaHcLAzlki1JLHz0=iUJaKOpE0muECa03PrpIX30ltdc=dK9UXSGXL8X40W596bjUt+vimgM=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=+Sz/Hhdj+AIF0jS128tBnqPkwUw=5A6bs+n3JYqW8PxXPt2QHrLMBII=441189810989 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd441189833252 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SymmetricSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCThttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:17c0ebbd-ebd7-4f57-9604-d24d274b1663
      441189838292 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT441189842471 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/45788532application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:17c0ebbd-ebd7-4f57-9604-d24d274b1663http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.293Z2006-04-16T13:45:39.293Zurn:uuid:378e7292-fd16-43c0-b5a5-a208895bc2ce024Rq8HezHUNuLSaHcLAzlki1JLHz0=iUJaKOpE0muECa03PrpIX30ltdc=dK9UXSGXL8X40W596bjUt+vimgM=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=+Sz/Hhdj+AIF0jS128tBnqPkwUw=5A6bs+n3JYqW8PxXPt2QHrLMBII=441189945644 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624441189955610 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/29456748TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/29456748441189959373 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/29456748TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/29456748441189972032 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624441189976110 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/22639330TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/22639330441189979282 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624441189983273 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnEndOpen(IAsyncResult result) at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/22639330TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/22639330441190006799 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720937308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionAddedPending security session added to server.TradeServiceHost.exeurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95ahttp://localhost:8000/TradeMonitor441190011964 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionAdded(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.AddPendingSession(UniqueId sessionId, IServerReliableChannelBinder channelBinder) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/24142300441190015123 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/45788532441190017702 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT441190021540 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/29112358Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:17c0ebbd-ebd7-4f57-9604-d24d274b16633c875dbc-93cf-4ed8-8369-bc4b2df7ef55441190025073 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/56720318Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:17c0ebbd-ebd7-4f57-9604-d24d274b16633c875dbc-93cf-4ed8-8369-bc4b2df7ef55441190030650 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/29112358Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:17c0ebbd-ebd7-4f57-9604-d24d274b16633c875dbc-93cf-4ed8-8369-bc4b2df7ef55441190120335 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/56720318441190126811 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/29112358441190129395 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT441190132021 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441190134358 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190135223 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190136697 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441190137860 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441190159080 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441190163462 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441190164948 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441190166667 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190168560 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring441190169633 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/8721811application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:768646af-b338-4ce3-a02e-632e8905b587http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.413Z2006-04-16T13:45:39.413Zurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95a0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=fMyT+nCUkeLb4Lg1j58NVbpHwRE=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=whEYc0RVq5zAEp+PWkobtkJmHhE=0s772jia8sUVe0puCBqA9BIIgy0=441190172906 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/8721811application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:768646af-b338-4ce3-a02e-632e8905b587http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.413Z2006-04-16T13:45:39.413Zurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95a0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=fMyT+nCUkeLb4Lg1j58NVbpHwRE=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=whEYc0RVq5zAEp+PWkobtkJmHhE=0s772jia8sUVe0puCBqA9BIIgy0=441190299914 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/8721811application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:768646af-b338-4ce3-a02e-632e8905b587http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.413Z2006-04-16T13:45:39.413Zurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95a0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=fMyT+nCUkeLb4Lg1j58NVbpHwRE=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=whEYc0RVq5zAEp+PWkobtkJmHhE=0s772jia8sUVe0puCBqA9BIIgy0=441190309427 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720939308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionRemovedPending security session made active by server.TradeServiceHost.exeurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95ahttp://localhost:8000/TradeMonitor441190311764 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionRemoved(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.RemovePendingSession(UniqueId sessionId) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/16718695TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/16718695441190315548 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/15314194TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/15314194441190318538 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/15314194TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/15314194441190332607 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376441190336053 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/16718695TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/16718695441190338642 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd441190345868 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:768646af-b338-4ce3-a02e-632e8905b587
      441190350999 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441190355974 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190368364 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/22949475TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/22949475441190371044 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/22949475ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor441190374419 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/22949475TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/22949475441190377060 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring441190379734 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/36865986TradeServiceHost.exeSystem.ServiceModel.InstanceContext/36865986441190381221 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/36865986TradeServiceHost.exeSystem.ServiceModel.InstanceContext/36865986441190382915 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/49234439application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:768646af-b338-4ce3-a02e-632e8905b587http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.413Z2006-04-16T13:45:39.413Zurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95a0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=fMyT+nCUkeLb4Lg1j58NVbpHwRE=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=whEYc0RVq5zAEp+PWkobtkJmHhE=0s772jia8sUVe0puCBqA9BIIgy0=441190387968 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190390016 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.441190391637 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.441190403039 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190404836 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/8721811441190408556 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/49234439441190410423 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringResponse441190414223 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/22901425Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:768646af-b338-4ce3-a02e-632e8905b5879bcfa5b7-f8a1-4ffd-b431-fa2fabd71e10441190417104 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35664731Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:768646af-b338-4ce3-a02e-632e8905b5879bcfa5b7-f8a1-4ffd-b431-fa2fabd71e10441190427202 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/22901425Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:768646af-b338-4ce3-a02e-632e8905b5879bcfa5b7-f8a1-4ffd-b431-fa2fabd71e10441190479321 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35664731441190482218 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/22901425441190484969 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/36865986TradeServiceHost.exeSystem.ServiceModel.InstanceContext/36865986441190486893 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/36865986TradeServiceHost.exeSystem.ServiceModel.InstanceContext/36865986441190489247 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring441190491152 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190563227 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441190565583 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190581725 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441190586425 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/19203062text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441190588180 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/19203062text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441190589478 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441190592667 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/10314505TradeServiceHost.exeSystem.ServiceModel.InstanceContext/10314505441190594665 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/10314505TradeServiceHost.exeSystem.ServiceModel.InstanceContext/10314505441190596621 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/19203062text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441190601211 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190603897 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441190605795 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441190618479 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190621699 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/19203062441190623951 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/56536056False814a8960-de86-42e8-a7cf-183f79503f18441190627060 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/56536056False814a8960-de86-42e8-a7cf-183f79503f18441190658789 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/56536056441190662690 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/10314505TradeServiceHost.exeSystem.ServiceModel.InstanceContext/10314505441190664884 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/10314505TradeServiceHost.exeSystem.ServiceModel.InstanceContext/10314505441190667067 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441190672655 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441190675721 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190677862 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190705309 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441190709063 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing441190731477 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing441190735653 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing441190737358 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing441190741285 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190744972 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring441190774814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4115257application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:78cfb5c0-7b4a-4704-bf9e-848d408b9e07http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.563Z2006-04-16T13:45:39.563Zurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95a024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=N/2QcbqVf3mWtIh6hopem2gOUgE=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=gPNXqul8MTyW3KuddvKHJQCuuzE=YoM5LpelwDo/qz/pPXKfts5onmU=441190781768 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4115257application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:78cfb5c0-7b4a-4704-bf9e-848d408b9e07http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.563Z2006-04-16T13:45:39.563Zurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95a024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=N/2QcbqVf3mWtIh6hopem2gOUgE=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=gPNXqul8MTyW3KuddvKHJQCuuzE=YoM5LpelwDo/qz/pPXKfts5onmU=441190785807 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4115257application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:78cfb5c0-7b4a-4704-bf9e-848d408b9e07http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.563Z2006-04-16T13:45:39.563Zurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95a024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=N/2QcbqVf3mWtIh6hopem2gOUgE=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=gPNXqul8MTyW3KuddvKHJQCuuzE=YoM5LpelwDo/qz/pPXKfts5onmU=441190801644 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd441190815905 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:78cfb5c0-7b4a-4704-bf9e-848d408b9e07
      441190821022 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring441190833572 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/35772575TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35772575441190848285 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/35772575TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35772575441190852121 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/21899154application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:78cfb5c0-7b4a-4704-bf9e-848d408b9e07http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-16T13:40:39.563Z2006-04-16T13:45:39.563Zurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95a024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=N/2QcbqVf3mWtIh6hopem2gOUgE=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=gPNXqul8MTyW3KuddvKHJQCuuzE=YoM5LpelwDo/qz/pPXKfts5onmU=441190875079 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190881223 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.441190886147 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.441190888548 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441190890971 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4115257441190903595 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/21899154441190909886 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringResponse441190912998 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/10607956Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:78cfb5c0-7b4a-4704-bf9e-848d408b9e07eb89bb93-fc8e-4043-997a-593573ccb305441190917273 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/63872317Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:78cfb5c0-7b4a-4704-bf9e-848d408b9e07eb89bb93-fc8e-4043-997a-593573ccb305441190952115 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/10607956Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:78cfb5c0-7b4a-4704-bf9e-848d408b9e07eb89bb93-fc8e-4043-997a-593573ccb305441191014619 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/63872317441191018972 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/10607956441191021733 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/35772575TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35772575441191032427 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/35772575TradeServiceHost.exeSystem.ServiceModel.InstanceContext/35772575441191036996 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring441191050456 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor441191053497 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191054351 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191056090 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441191060426 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191083181 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441191086814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/53304062text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441191088531 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/53304062text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441191090672 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441191093228 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/57533153TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57533153441191096243 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/57533153TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57533153441191099276 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/53304062text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441191102580 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191130215 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441191133244 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441191135081 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191137786 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/53304062441191140100 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29042694False31a0ae26-3633-4012-9849-138017025159441191144114 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29042694False31a0ae26-3633-4012-9849-138017025159441191162691 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29042694441191166570 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/57533153TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57533153441191169009 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/57533153TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57533153441191171135 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441191174421 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441191176493 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191177322 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191322272 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441191330474 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191355400 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441191358936 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/54978727text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441191370111 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/54978727text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441191372068 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441191374330 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/32290900TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32290900441191377808 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/32290900TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32290900441191379863 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/54978727text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService441191381866 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191384085 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441191388941 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.441191391635 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191393578 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradeServiceHost.exeSystem.ArgumentException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Don't know - only MSFT &amp; IBM +Parameter name: ticker at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.ArgumentException: Don't know - only MSFT &amp; IBM +Parameter name: ticker + at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)441191407572 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/54978727441191410144 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/1966134Falseded7591c-8545-4f4c-9456-e9518bd41114441191414020 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/1966134Falseded7591c-8545-4f4c-9456-e9518bd41114441191450596 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/1966134441191458479 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/32290900TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32290900441191460904 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/32290900TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32290900441191464019 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity441191466105 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService441191506605 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160441191508690 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720942304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityInactiveSessionFaultedInactive security session faulted by server.TradeServiceHost.exeurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397c443051095917 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceInactiveSessionFaulted(SecurityContextSecurityToken sessionToken, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://www.w3.org/2005/08/addressing/fault443051106489 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendSessionClosedFault(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720946304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityServerSessionClosedFaultSentServer security session sent session closed fault to client.TradeServiceHost.exeurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397c443051108817 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceSessionClosedFaultSent(SecurityContextSecurityToken sessionToken, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendSessionClosedFault(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789443051110526 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnAbort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789443051112385 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnAbort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.ReplyChannel/12568153TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/12568153443051114008 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.ServiceChannel/43570676TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/43570676443051115800 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/19016271TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/19016271443051118559 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277103016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelDisposedDisposed: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376443051121344 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelDisposed(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/19016271TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/19016271443051142913 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.ServiceChannel/43570676TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/43570676443051146321 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277103016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelDisposedDisposed: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/9144789443051148507 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelDisposed(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.ReplyChannel/12568153TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/12568153443051149805 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Security.WrapperSecurityCommunicationObject/5644729TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/5644729443051151254 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Security.SecurityProtocol.Close(Boolean aborted, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Security.WrapperSecurityCommunicationObject/5644729TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/5644729443051153027 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Security.SecurityProtocol.Close(Boolean aborted, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720940308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityActiveServerSessionRemovedActive security session removed by server.TradeServiceHost.exeurn:uuid:dbb5ef76-937c-4654-a353-6c649e3e397chttp://localhost:8000/TradeMonitor443051154988 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceActiveSessionRemoved(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.RemoveSessionChannel(UniqueId sessionId) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720942304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityInactiveSessionFaultedInactive security session faulted by server.TradeServiceHost.exeurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95a443051156356 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceInactiveSessionFaulted(SecurityContextSecurityToken sessionToken, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://www.w3.org/2005/08/addressing/fault443051159232 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendSessionClosedFault(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720946304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityServerSessionClosedFaultSentServer security session sent session closed fault to client.TradeServiceHost.exeurn:uuid:6486b3db-fb5d-4468-9666-2e407a50d95a443051167439 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceSessionClosedFaultSent(SecurityContextSecurityToken sessionToken, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendSessionClosedFault(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624443051169470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnAbort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624443051170956 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnAbort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.ReplyChannel/22639330TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/22639330443051172427 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Channels.ServiceChannel/22949475TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/22949475443051174022 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/16718695TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/16718695443051176162 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277103016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelDisposedDisposed: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376443051180236 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelDisposed(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/16718695TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/16718695443051182396 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnClose(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.ServiceChannel/22949475TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/22949475443051184928 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.DecrementActivity() at System.ServiceModel.Channels.ServiceChannel.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.HandleReceiveComplete(IRequestContext context) at System.ServiceModel.Dispatcher.ChannelHandler.EndTryReceive(IAsyncResult result, IRequestContext& requestContext) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.EndOperation(IAsyncResult result) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteTryGetChannel(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.StartOnNonUserThread() at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispose(Boolean disposing) at System.ServiceModel.Channels.InputQueue`1.Dispose() at System.ServiceModel.Channels.InputQueueChannel`1.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277103016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelDisposedDisposed: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/3862624443051186857 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelDisposed(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Channels.ReplyChannel/22639330TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/22639330443051188130 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Channels.ChannelBase.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Channels.ReliableChannelBinder`1.Abort() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.Security.WrapperSecurityCommunicationObject/15314194TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/15314194443051189496 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Security.SecurityProtocol.Close(Boolean aborted, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.Security.WrapperSecurityCommunicationObject/15314194TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/15314194443051190881 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Abort() at System.ServiceModel.Security.SecurityProtocol.Close(Boolean aborted, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.AbortCore() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.FaultInactiveSession() at System.ServiceModel.Security.SecuritySessionServerSettings.FaultInactiveChannels() at System.ServiceModel.Security.SecuritySessionServerSettings.OnTimer(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720940308030255HOME-6A6E390160461005243282 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeConstruct System.ServiceModel.ServiceHost/33574638.461005666235 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/services461005863441 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradeServiceHost.exeTrueExchangeService.TradeServiceExchangeService.TradeService461005874448 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe461005876440 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.exeTruebasicHttpBinding461005913229 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe461005950310 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.exeTruewsHttpBinding461005957137 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe461005959554 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradeServiceHost.exereturnFaults461005971549 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeConstruct System.ServiceModel.ServiceHost/33574638.461005977526 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12030255HOME-6A6E390160461005978917 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12030255HOME-6A6E390160461005981907 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.ServiceHost/33574638.461005984330 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638461005985893 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      461005988400 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics461006054932 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics461007026426 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294461007072171 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196461007089823 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196461007092379 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradeService461007097757 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160461007103606 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeListen at http://localhost:8000/TradeService.461007105705 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeService.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313461007110328 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradeService461007849348 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294461007854088 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638461007855933 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/34948909http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService461007881557 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/46104728TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728461007884858 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/46104728TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728461007886549 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376461007890117 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525461007892667 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/55915408TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/55915408461007896185 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/55915408TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/55915408461007897843 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525461007899595 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180461007902609 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167461007905928 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167461007908372 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeMonitor.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313461007911015 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180http://localhost:8000/TradeMonitor461007914396 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180461007916677 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/43942917TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/43942917461007921163 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180461007924062 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/43942917TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/43942917461007926206 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933461007928706 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933461007930276 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490461007932255 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411461007944242 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411461007953395 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115461007967706 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160461007979244 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178.461007989420 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178461007996618 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178461008000967 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882461008013850 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890461008016689 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/1707556TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/1707556461008019107 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/1707556TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/1707556461008022547 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890461008025228 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363461008032177 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363461008034835 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274461008037972 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015461008045723 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160461008050860 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227.461008055086 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227461008061524 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227461008068516 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591461008075532 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/41962596TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/41962596461008079364 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/41962596TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/41962596461008082940 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591461008086487 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/43527150TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/43527150461008090803 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/56200037TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56200037461008098873 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/56200037TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56200037461008105769 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/36038289http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor461008109970 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/55909147TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55909147461008118805 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/55909147TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55909147461008123080 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227461008128093 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227.461008131819 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160461008174842 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 147209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticator461008182527 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015461008185814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274461008187910 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882461008190074 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/33420276TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/33420276461008199165 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/32347029TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32347029461008201098 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/32347029TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32347029461008204881 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/22687807http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor461008207282 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/2863675TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/2863675461008209243 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/2863675TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/2863675461008211639 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178461008213744 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178.461008215348 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160461008216840 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 147209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator461008218652 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115461008220249 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490461008221962 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376461008223433 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/25773083TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/25773083461008224462 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/7244975http://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor461008227290 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/65204782TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/65204782461008228622 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/65204782TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/65204782461008229635 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132461008230973 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010461008234115 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010461008235267 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313461008238339 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132http://localhost:8000/mex461008240221 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132461008241544 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/21210914TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/21210914461008242563 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/56680499TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56680499461008243797 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/56680499TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56680499461008247092 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/40362448http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex461008248659 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/27717712TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27717712461008249717 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/27717712TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27717712461008250902 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822461008252183 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218461008253322 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218461008254766 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313461008256125 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822http://localhost:8000/461008257575 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822461008258653 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/6444509TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/6444509461008259813 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/58000584TradeServiceHost.exeSystem.ServiceModel.InstanceContext/58000584461008261056 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/58000584TradeServiceHost.exeSystem.ServiceModel.InstanceContext/58000584461008278411 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/52243212http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/461008282797 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/426867TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/426867461008284202 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/426867TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/426867461008285467 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638461008286726 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.ServiceHost/33574638.461008289898 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160461008290792 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064461008587716 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294461008754148 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064461008757185 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/6044116TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/6044116461011895092 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591461011898092 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/6044116TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/6044116461011900281 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589461011904653 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882461011914310 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832461011916729 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832461011918528 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/5773521TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/5773521461011940299 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890461011942364 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/5773521TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/5773521461011943541 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589461011944995 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/54135081TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/54135081461011949224 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132461011950658 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/54135081TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/54135081461011951955 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63094882TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63094882461012214893 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822461012218286 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63094882TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63094882461012220281 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461069237693 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor461069270635 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing461069513866 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing461069733102 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing461069736017 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing461069737687 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics461069739757 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.MessageLogger.Initialize() at System.ServiceModel.Diagnostics.MessageLogger.EnsureInitialized() at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461069744021 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue461069758527 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:2bcfa6ee-254c-4c8e-8ba7-88f62f31037ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor461069765329 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:2bcfa6ee-254c-4c8e-8ba7-88f62f31037ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor461069767629 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:2bcfa6ee-254c-4c8e-8ba7-88f62f31037ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor461069776420 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/33711845TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/33711845461069793920 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/33711845http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor461069800829 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/33711845TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/33711845461069874952 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue461069879489 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:2bcfa6ee-254c-4c8e-8ba7-88f62f31037ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor461069900813 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing461070133809 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing461070147531 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing461070151458 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing461070154020 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37489757application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:2bcfa6ee-254c-4c8e-8ba7-88f62f31037ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor461070157627 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/37489757461070597947 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4032828461070627986 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/64828693Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2bcfa6ee-254c-4c8e-8ba7-88f62f31037a0495b2cb-4285-4aac-92ce-806fce5d00bb461070636512 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/64828693Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2bcfa6ee-254c-4c8e-8ba7-88f62f31037a0495b2cb-4285-4aac-92ce-806fce5d00bb461070773470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/64828693461070777734 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue461070801072 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor461070804820 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461070807072 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461071448247 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor461071451116 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing461071457947 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing461071460894 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing461071462418 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing461071463871 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461071465336 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue461071477691 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:17ea3d96-5b05-4d0a-b63e-15bdcc66fd4ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor461071480070 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:17ea3d96-5b05-4d0a-b63e-15bdcc66fd4ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor461071481752 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:17ea3d96-5b05-4d0a-b63e-15bdcc66fd4ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor461071484670 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue461071486769 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:17ea3d96-5b05-4d0a-b63e-15bdcc66fd4ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor461071490652 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing461071493934 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing461071496405 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing461071498945 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing461071509181 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/51288387application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:17ea3d96-5b05-4d0a-b63e-15bdcc66fd4ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor461071515452 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720913308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SpnegoServiceNegotiationCompletedSpnegoTokenAuthenticator completed Sspi negotiation.TradeServiceHost.exeNTLMIdentify461071571333 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSpnego(WindowsSspiNegotiation windowsNegotiation) at System.ServiceModel.Security.SpnegoTokenAuthenticator.ValidateSspiNegotiation(ISspiNegotiation sspiNegotiation) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessNegotiation(SspiNegotiationTokenAuthenticatorState negotiationState, Message incomingMessage, BinaryNegotiation incomingNego) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessRequestSecurityTokenResponse(SspiNegotiationTokenAuthenticatorState negotiationState, Message request, RequestSecurityTokenResponse requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720915308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/ServiceSecurityNegotiationCompletedService security negotiation completed.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticatorhttp://localhost:8000/TradeMonitorurn:uuid:79d427ed-0bc6-4304-9b46-579609ad54aa461071665708 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSecurityNegotiationCompleted[T](NegotiationTokenAuthenticator`1 authenticator, SecurityContextSecurityToken serviceToken) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/51288387461071676778 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/10104599461071680289 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/7141266Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:17ea3d96-5b05-4d0a-b63e-15bdcc66fd4a0076c454-f06a-4638-b8ba-5c9d2f79c6b6461071695277 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/7141266Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:17ea3d96-5b05-4d0a-b63e-15bdcc66fd4a0076c454-f06a-4638-b8ba-5c9d2f79c6b6461071741815 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/7141266461071745843 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue461071748181 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor461071751347 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461071821007 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461072092319 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor461072096632 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing461072100903 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing461072102711 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing461072104177 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing461072105702 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461072107869 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT461072108883 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:9b16fcaf-1b34-450f-877f-880b4127c8edhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:49.449Z2006-04-17T02:37:49.449Zurn:uuid:79d427ed-0bc6-4304-9b46-579609ad54aa024fQGF0BcCYHgoZD42A+yUG4ersjo=iUJaKOpE0muECa03PrpIX30ltdc=4JmKMdvuinzuTYYgzIstQvM9+wc=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=0KGKEnJLPeM5ddcutZAxhyCPK3g=E/Ky2nL1LnQNMJBe32QTy9QFnj4=461072121923 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:9b16fcaf-1b34-450f-877f-880b4127c8edhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:49.449Z2006-04-17T02:37:49.449Zurn:uuid:79d427ed-0bc6-4304-9b46-579609ad54aa024fQGF0BcCYHgoZD42A+yUG4ersjo=iUJaKOpE0muECa03PrpIX30ltdc=4JmKMdvuinzuTYYgzIstQvM9+wc=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=0KGKEnJLPeM5ddcutZAxhyCPK3g=E/Ky2nL1LnQNMJBe32QTy9QFnj4=461072164346 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:9b16fcaf-1b34-450f-877f-880b4127c8edhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:49.449Z2006-04-17T02:37:49.449Zurn:uuid:79d427ed-0bc6-4304-9b46-579609ad54aa024fQGF0BcCYHgoZD42A+yUG4ersjo=iUJaKOpE0muECa03PrpIX30ltdc=4JmKMdvuinzuTYYgzIstQvM9+wc=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=0KGKEnJLPeM5ddcutZAxhyCPK3g=E/Ky2nL1LnQNMJBe32QTy9QFnj4=461072172468 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd461072208283 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SymmetricSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCThttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:9b16fcaf-1b34-450f-877f-880b4127c8ed
      461072216749 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/6385742TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/6385742461072333234 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/6385742http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor461072338065 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/6385742TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/6385742461072342426 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT461072344849 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/25425822application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:9b16fcaf-1b34-450f-877f-880b4127c8edhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:49.449Z2006-04-17T02:37:49.449Zurn:uuid:79d427ed-0bc6-4304-9b46-579609ad54aa024fQGF0BcCYHgoZD42A+yUG4ersjo=iUJaKOpE0muECa03PrpIX30ltdc=4JmKMdvuinzuTYYgzIstQvM9+wc=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=0KGKEnJLPeM5ddcutZAxhyCPK3g=E/Ky2nL1LnQNMJBe32QTy9QFnj4=461072565534 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793461072595830 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/53447344TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/53447344461072625551 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/53447344TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/53447344461072634550 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793461072660897 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/51484875TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/51484875461072813832 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/31665793461072820793 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnEndOpen(IAsyncResult result) at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/51484875TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/51484875461072824449 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720937308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionAddedPending security session added to server.TradeServiceHost.exeurn:uuid:950cc271-ddd7-49a9-8e0c-e40f7001b6d4http://localhost:8000/TradeMonitor461072839372 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionAdded(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.AddPendingSession(UniqueId sessionId, IServerReliableChannelBinder channelBinder) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/44313942461072844759 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/25425822461072847618 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT461072851059 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12053474Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:9b16fcaf-1b34-450f-877f-880b4127c8ed48a04487-53a9-458d-8eee-ff0fc24561e7461072854941 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32901400Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:9b16fcaf-1b34-450f-877f-880b4127c8ed48a04487-53a9-458d-8eee-ff0fc24561e7461072862733 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12053474Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:9b16fcaf-1b34-450f-877f-880b4127c8ed48a04487-53a9-458d-8eee-ff0fc24561e7461072990615 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32901400461073035573 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12053474461073038174 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT461073040970 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor461073067386 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461073069198 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461073070907 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor461073072144 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing461073074447 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing461073076384 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing461073077831 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing461073095694 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461073098120 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring461073099178 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:6e6350d3-42b0-43b3-8dbc-51c5ec586a90http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:49.719Z2006-04-17T02:37:49.719Zurn:uuid:950cc271-ddd7-49a9-8e0c-e40f7001b6d40248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=i6hMj4AkQ5J0oWmVlo1RD7AcMJA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=F1PAkhI+RbW1auwGpC65VyzK08A=SyQzSz4j7KEvqJb1vtg47RexHEk=461073102496 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:6e6350d3-42b0-43b3-8dbc-51c5ec586a90http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:49.719Z2006-04-17T02:37:49.719Zurn:uuid:950cc271-ddd7-49a9-8e0c-e40f7001b6d40248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=i6hMj4AkQ5J0oWmVlo1RD7AcMJA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=F1PAkhI+RbW1auwGpC65VyzK08A=SyQzSz4j7KEvqJb1vtg47RexHEk=461073105720 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:6e6350d3-42b0-43b3-8dbc-51c5ec586a90http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:49.719Z2006-04-17T02:37:49.719Zurn:uuid:950cc271-ddd7-49a9-8e0c-e40f7001b6d40248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=i6hMj4AkQ5J0oWmVlo1RD7AcMJA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=F1PAkhI+RbW1auwGpC65VyzK08A=SyQzSz4j7KEvqJb1vtg47RexHEk=461073126367 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720939308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionRemovedPending security session made active by server.TradeServiceHost.exeurn:uuid:950cc271-ddd7-49a9-8e0c-e40f7001b6d4http://localhost:8000/TradeMonitor461073130846 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionRemoved(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.RemovePendingSession(UniqueId sessionId) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782461073138523 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920461073142214 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/30480920461073145322 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376461073147986 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/28062782461073163358 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd461073171774 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:6e6350d3-42b0-43b3-8dbc-51c5ec586a90
      461073196046 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor461073203055 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461073204193 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/20726372TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372461073206777 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor461073210759 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/20726372TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/20726372461073212401 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring461073213847 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273461073215430 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273461073217154 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/1972295application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:6e6350d3-42b0-43b3-8dbc-51c5ec586a90http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:49.719Z2006-04-17T02:37:49.719Zurn:uuid:950cc271-ddd7-49a9-8e0c-e40f7001b6d40248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=i6hMj4AkQ5J0oWmVlo1RD7AcMJA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=F1PAkhI+RbW1auwGpC65VyzK08A=SyQzSz4j7KEvqJb1vtg47RexHEk=461074367083 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074384054 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.461074387457 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.461074392313 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074393733 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/17228638461074395927 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/1972295461074397583 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringResponse461074399904 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/49307382Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:6e6350d3-42b0-43b3-8dbc-51c5ec586a90fe3f2cf0-3672-4846-af75-ab02954deadb461074402693 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/24724999Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:6e6350d3-42b0-43b3-8dbc-51c5ec586a90fe3f2cf0-3672-4846-af75-ab02954deadb461074416983 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/49307382Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:6e6350d3-42b0-43b3-8dbc-51c5ec586a90fe3f2cf0-3672-4846-af75-ab02954deadb461074492708 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/24724999461074495781 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/49307382461074497591 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273461074500079 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/48397273TradeServiceHost.exeSystem.ServiceModel.InstanceContext/48397273461074522216 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring461074526522 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074529244 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService461074530493 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074533177 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity461074534498 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService461074536135 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService461074537428 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/18085772TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/18085772461074539850 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/18085772ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService461074542067 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/18085772TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/18085772461074543928 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity461074545659 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130461074547568 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130461074560192 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService461074566734 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074571309 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.461074574446 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.461074580396 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074582457 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/14145203461074593563 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29318719False8baaaf68-c9d4-4120-a18e-61496b2d571c461074598059 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29318719False8baaaf68-c9d4-4120-a18e-61496b2d571c461074611573 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29318719461074615248 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130461074617566 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/49491130TradeServiceHost.exeSystem.ServiceModel.InstanceContext/49491130461074619855 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity461074632380 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService461074637594 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074638698 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074699597 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor461074702796 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing461074706248 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing461074708394 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing461074716451 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing461074718087 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074719831 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring461074721068 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:1908134e-80ba-42de-a4aa-de53909562fehttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:50.190Z2006-04-17T02:37:50.190Zurn:uuid:950cc271-ddd7-49a9-8e0c-e40f7001b6d4024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=ad8CyJjL/FwjeLsEAPUfuwro+xA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=yoeEqVectsdvDEoNkkssrJJxeHE=mS9iYKPpn/7D2hUTsIFu4eGDxzs=461074724543 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:1908134e-80ba-42de-a4aa-de53909562fehttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:50.190Z2006-04-17T02:37:50.190Zurn:uuid:950cc271-ddd7-49a9-8e0c-e40f7001b6d4024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=ad8CyJjL/FwjeLsEAPUfuwro+xA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=yoeEqVectsdvDEoNkkssrJJxeHE=mS9iYKPpn/7D2hUTsIFu4eGDxzs=461074737241 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:1908134e-80ba-42de-a4aa-de53909562fehttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:50.190Z2006-04-17T02:37:50.190Zurn:uuid:950cc271-ddd7-49a9-8e0c-e40f7001b6d4024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=ad8CyJjL/FwjeLsEAPUfuwro+xA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=yoeEqVectsdvDEoNkkssrJJxeHE=mS9iYKPpn/7D2hUTsIFu4eGDxzs=461074745768 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd461074751687 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:1908134e-80ba-42de-a4aa-de53909562fe
      461074758117 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring461074760868 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815461074763267 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815461074775751 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/19886533application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:1908134e-80ba-42de-a4aa-de53909562fehttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:32:50.190Z2006-04-17T02:37:50.190Zurn:uuid:950cc271-ddd7-49a9-8e0c-e40f7001b6d4024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=ad8CyJjL/FwjeLsEAPUfuwro+xA=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=yoeEqVectsdvDEoNkkssrJJxeHE=mS9iYKPpn/7D2hUTsIFu4eGDxzs=461074783243 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074792537 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.461074797928 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.461074814044 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074818899 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/61879347461074822030 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/19886533461074824649 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringResponse461074827521 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/27401293Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:1908134e-80ba-42de-a4aa-de53909562febb226bda-40a9-4502-bfbe-5e0b2171fdcb461074831211 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/13943705Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:1908134e-80ba-42de-a4aa-de53909562febb226bda-40a9-4502-bfbe-5e0b2171fdcb461074843997 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/27401293Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:1908134e-80ba-42de-a4aa-de53909562febb226bda-40a9-4502-bfbe-5e0b2171fdcb461074894118 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/13943705461074898332 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/27401293461074900856 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815461074905029 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/3479815TradeServiceHost.exeSystem.ServiceModel.InstanceContext/3479815461074917653 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring461074922427 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor461074925192 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074925996 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074927584 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService461074928816 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074930755 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity461074932185 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService461074933689 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService461074935041 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity461074937056 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374461074938813 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374461074940478 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService461074956968 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074960792 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.461074962631 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.461074964814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461074966515 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13048313461074968491 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35023218False461610cb-a5f1-47f8-b160-17cada2d54c6461074972116 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35023218False461610cb-a5f1-47f8-b160-17cada2d54c6461075000867 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35023218461075005065 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374461075007248 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/57772374TradeServiceHost.exeSystem.ServiceModel.InstanceContext/57772374461075009551 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity461075031129 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService461075037154 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461075039054 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461075040985 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService461075042402 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461075044379 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity461075045644 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService461075047228 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService461075048541 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity461075057263 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664461075060156 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664461075062001 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService461075064308 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461075066904 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.461075068941 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.461075149295 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461075152744 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradeServiceHost.exeSystem.ArgumentException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Don't know - only MSFT &amp; IBM +Parameter name: ticker at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.ArgumentException: Don't know - only MSFT &amp; IBM +Parameter name: ticker + at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)461075220194 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/3165221461075223519 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32106157False911cc8d2-faa1-407b-a00f-3cc0ab00b98e461075240471 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32106157False911cc8d2-faa1-407b-a00f-3cc0ab00b98e461075254691 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/32106157461075257847 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664461075260060 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/12021664TradeServiceHost.exeSystem.ServiceModel.InstanceContext/12021664461075263011 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity461075264842 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService461075281555 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160461075283115 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(030255HOME-6A6E390160463798657714 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeConstruct System.ServiceModel.ServiceHost/33574638.463798880707 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/services463799242063 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradeServiceHost.exeTrueExchangeService.TradeServiceExchangeService.TradeService463799264313 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe463799271496 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.exeTruebasicHttpBinding463799323248 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe463799418760 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.exeTruewsHttpBinding463799425396 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.exe463799429168 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 128519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradeServiceHost.exereturnFaults463799451012 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeConstruct System.ServiceModel.ServiceHost/33574638.463799456555 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12030255HOME-6A6E390160463799457866 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12030255HOME-6A6E390160463799459352 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.ServiceHost/33574638.463799461508 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638463799464226 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      463799466883 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics463799552490 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics463800100307 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294463800140614 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196463800148400 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196463800158845 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradeService463800166627 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160463800170712 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeListen at http://localhost:8000/TradeService.463800172481 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeService.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313463800175208 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradeService463800696351 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294463800700188 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638463800701709 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/34948909http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService463800725684 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/46104728TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728463800728839 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/46104728TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728463800730213 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376463800732512 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525463800734878 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/55915408TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/55915408463800737814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/55915408TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/55915408463800739361 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/43495525463800740940 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180463800744886 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167463800747509 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/27252167463800749319 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeMonitor.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313463800751621 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180http://localhost:8000/TradeMonitor463800753769 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180463800755850 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/43942917TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/43942917463800770222 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/32854180TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/32854180463800773527 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/43942917TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/43942917463800775571 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064463800775571 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294463800858183 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064463800863961 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933463800874640 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/59941933463800877764 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490463800879574 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411463800889410 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/23458411463800897032 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115463800914832 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160463800919262 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178.463800922776 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178463800926432 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178463800928580 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882463800941669 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890463800944934 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/1707556TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/1707556463800947425 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/1707556TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/1707556463800951051 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890463800953325 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363463800961909 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/4094363463800964244 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274463800966490 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015463800976393 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160463800981469 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227.463800984897 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227463800987690 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227463800990603 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591463800997321 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/41962596TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/41962596463801000557 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/41962596TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/41962596463801005615 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591463801008529 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/43527150TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/43527150463801014192 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/56200037TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56200037463801017762 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/56200037TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56200037463801022654 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/36038289http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor463801026392 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/55909147TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55909147463801030175 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/55909147TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55909147463801033307 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227TradeServiceHost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227463801036659 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/32001227.463801077247 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160463801091873 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 147209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticator463801098278 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/63208015463801102240 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/36849274463801104302 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882463801106201 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/33420276TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/33420276463801107885 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/32347029TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32347029463801109638 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/32347029TradeServiceHost.exeSystem.ServiceModel.InstanceContext/32347029463801111911 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/22687807http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor463801114299 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/2863675TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/2863675463801116810 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/2863675TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/2863675463801125477 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178463801127558 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/21083178.463801129154 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160463801132025 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 147209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator463801133910 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/9799115463801135439 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/2606490463801137950 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376463801139389 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/25773083TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/25773083463801140578 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/7244975http://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor463801143117 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/65204782TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/65204782463801144375 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/65204782TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/65204782463801145554 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132463801146899 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010463801148285 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/47096010463801149512 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313463801151008 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132http://localhost:8000/mex463801152717 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132463801165618 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/21210914TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/21210914463801166825 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/56680499TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56680499463801168138 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/56680499TradeServiceHost.exeSystem.ServiceModel.InstanceContext/56680499463801169786 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/40362448http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex463801171352 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/27717712TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27717712463801173869 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/27717712TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27717712463801174874 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822463801178346 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218463801179927 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/30542218463801181301 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradeServiceHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313463801182581 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 143277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822http://localhost:8000/463801184034 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822463801185290 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/6444509TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/6444509463801186465 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/58000584TradeServiceHost.exeSystem.ServiceModel.InstanceContext/58000584463801187426 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/58000584TradeServiceHost.exeSystem.ServiceModel.InstanceContext/58000584463801194289 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.exeSystem.ServiceModel.EndpointDispatcher/52243212http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/463801197328 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/426867TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/426867463801198407 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/426867TradeServiceHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/426867463801199549 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradeServiceHost.exeSystem.ServiceModel.ServiceHost/33574638463801201004 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeOpen System.ServiceModel.ServiceHost/33574638.463801201931 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14030255HOME-6A6E390160463801202960 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 148519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/6044116TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/6044116463804224936 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/19575591463804227852 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/6044116TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/6044116463804229384 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589463804232662 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/55530882463804233911 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832463804235733 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/48209832463804239216 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/5773521TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/5773521463804240697 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/30015890463804241970 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/5773521TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/5773521463804257468 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/59817589463804260499 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/54135081TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/54135081463804264763 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/49972132TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/49972132463804266035 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/54135081TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/54135081463804268248 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63094882TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63094882463804269552 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/48132822TradeServiceHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/48132822463804270813 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63094882TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/63094882463804271871 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463851642346 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463851695098 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing463851772499 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing463851796025 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing463851957288 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing463851964768 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.exesystem.serviceModel/diagnostics463851968154 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.MessageLogger.Initialize() at System.ServiceModel.Diagnostics.MessageLogger.EnsureInitialized() at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463852162875 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue463852174533 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/49924125application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:c11396eb-6b87-46a0-9dd1-f90c2b38da3bhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor463852227484 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/49924125application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:c11396eb-6b87-46a0-9dd1-f90c2b38da3bhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor463852231497 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/49924125application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:c11396eb-6b87-46a0-9dd1-f90c2b38da3bhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor463852257686 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/41773672TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/41773672463852268636 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/41773672http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor463852304741 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/41773672TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/41773672463852310043 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue463852323871 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/49924125application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:c11396eb-6b87-46a0-9dd1-f90c2b38da3bhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor463852340967 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing463852359614 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing463852364968 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing463852370707 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing463852373980 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4831898application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:c11396eb-6b87-46a0-9dd1-f90c2b38da3bhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor463852378221 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/4831898463852680690 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/49924125463852689317 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/34361009Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:c11396eb-6b87-46a0-9dd1-f90c2b38da3b8f2e378c-9ae6-4fbf-89b5-e6b713118ce5463852696765 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/34361009Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:c11396eb-6b87-46a0-9dd1-f90c2b38da3b8f2e378c-9ae6-4fbf-89b5-e6b713118ce5463852871280 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/34361009463852876560 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue463852879976 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463852882341 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463852903177 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463852908470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463852910425 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing463852918840 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing463852933713 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing463852935644 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing463852937265 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463852938842 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue463852940212 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/50492551application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2289cdad-0e8f-4f0e-af83-ff06296fdec8http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor463852942131 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/50492551application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2289cdad-0e8f-4f0e-af83-ff06296fdec8http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor463852944066 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/50492551application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2289cdad-0e8f-4f0e-af83-ff06296fdec8http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor463852946825 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue463852949258 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519843016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageCopiedA message was copiedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/50492551application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2289cdad-0e8f-4f0e-af83-ff06296fdec8http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor463852952127 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.Message.CreateBufferedCopy(Int32 maxBufferSize) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing463852954884 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing463852971222 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing463852975235 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing463852978687 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessageBuffer.CreateMessage() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/53710617application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2289cdad-0e8f-4f0e-af83-ff06296fdec8http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor463852982663 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ParseMessageBody(Message message, String& context, RequestSecurityToken& requestSecurityToken, RequestSecurityTokenResponse& requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720913308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SpnegoServiceNegotiationCompletedSpnegoTokenAuthenticator completed Sspi negotiation.TradeServiceHost.exeNTLMIdentify463853050810 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSpnego(WindowsSspiNegotiation windowsNegotiation) at System.ServiceModel.Security.SpnegoTokenAuthenticator.ValidateSspiNegotiation(ISspiNegotiation sspiNegotiation) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessNegotiation(SspiNegotiationTokenAuthenticatorState negotiationState, Message incomingMessage, BinaryNegotiation incomingNego) at System.ServiceModel.Security.SspiNegotiationTokenAuthenticator.ProcessRequestSecurityTokenResponse(SspiNegotiationTokenAuthenticatorState negotiationState, Message request, RequestSecurityTokenResponse requestSecurityTokenResponse) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720915308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/ServiceSecurityNegotiationCompletedService security negotiation completed.TradeServiceHost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticatorhttp://localhost:8000/TradeMonitorurn:uuid:4c98c3d3-738e-40c4-bbc8-4d648631253c463853087155 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceServiceSecurityNegotiationCompleted[T](NegotiationTokenAuthenticator`1 authenticator, SecurityContextSecurityToken serviceToken) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/53710617463853113585 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.Message.System.IDisposable.Dispose() at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.ProcessRequestCore(Message request) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.NegotiationHost.NegotiationSyncInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/50492551463853121142 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/54181145Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2289cdad-0e8f-4f0e-af83-ff06296fdec8ce54e7e3-139b-4dea-9a54-a47c3b4c95bb463853124140 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/54181145Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:2289cdad-0e8f-4f0e-af83-ff06296fdec8ce54e7e3-139b-4dea-9a54-a47c3b4c95bb463853433158 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/54181145463853438270 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue463853440661 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463853443249 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463853444427 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463853446166 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463853447482 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing463853477314 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing463853481066 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing463853482640 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing463853484097 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463853486110 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT463853487223 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64062224application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:5a90f7d9-64d8-4b5c-a311-e4e1d7222e56http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.422Z2006-04-17T02:50:54.422Zurn:uuid:4c98c3d3-738e-40c4-bbc8-4d648631253c024dddTuDxIhxyV+VtjDnM2hw4LjQA=iUJaKOpE0muECa03PrpIX30ltdc=AEdPaXAV7VGL3a1jRQ6QZextOKw=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=e3xE9jw0zKU1DNtA4fh8awSyKpo=hzQ+acZjEjbYeqRh4fqsbRCMJOg=463853491100 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64062224application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:5a90f7d9-64d8-4b5c-a311-e4e1d7222e56http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.422Z2006-04-17T02:50:54.422Zurn:uuid:4c98c3d3-738e-40c4-bbc8-4d648631253c024dddTuDxIhxyV+VtjDnM2hw4LjQA=iUJaKOpE0muECa03PrpIX30ltdc=AEdPaXAV7VGL3a1jRQ6QZextOKw=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=e3xE9jw0zKU1DNtA4fh8awSyKpo=hzQ+acZjEjbYeqRh4fqsbRCMJOg=463853506313 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64062224application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:5a90f7d9-64d8-4b5c-a311-e4e1d7222e56http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.422Z2006-04-17T02:50:54.422Zurn:uuid:4c98c3d3-738e-40c4-bbc8-4d648631253c024dddTuDxIhxyV+VtjDnM2hw4LjQA=iUJaKOpE0muECa03PrpIX30ltdc=AEdPaXAV7VGL3a1jRQ6QZextOKw=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=e3xE9jw0zKU1DNtA4fh8awSyKpo=hzQ+acZjEjbYeqRh4fqsbRCMJOg=463853512260 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd463853551981 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SymmetricSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCThttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:5a90f7d9-64d8-4b5c-a311-e4e1d7222e56
      463853562312 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityReplyChannel.ProcessReceivedRequest(IRequestContext requestContext, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.OnInnerReceiveDone() at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/57733168TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/57733168463853583751 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/57733168http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor463853588417 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/57733168TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/57733168463853590697 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT463853593048 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/4436986application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:5a90f7d9-64d8-4b5c-a311-e4e1d7222e56http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.422Z2006-04-17T02:50:54.422Zurn:uuid:4c98c3d3-738e-40c4-bbc8-4d648631253c024dddTuDxIhxyV+VtjDnM2hw4LjQA=iUJaKOpE0muECa03PrpIX30ltdc=AEdPaXAV7VGL3a1jRQ6QZextOKw=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=L1O88irNcQM9Y6UxcrfChdzViNU=e3xE9jw0zKU1DNtA4fh8awSyKpo=hzQ+acZjEjbYeqRh4fqsbRCMJOg=463853727462 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845463853756794 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/10553853TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/10553853463853765297 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/10553853TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/10553853463853768904 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845463853772180 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServerReliableChannelBinder`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/23737571TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/23737571463853831786 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.BeginOpen(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845TradeServiceHost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/26067845463853839983 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnEndOpen(IAsyncResult result) at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/23737571TradeServiceHost.exeSystem.ServiceModel.Channels.ReplyChannel/23737571463853871473 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.CompleteOpen(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.OpenChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel() at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.AsyncWaiter.GetChannel(Boolean synchronous) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannel(Boolean canGetChannel, Boolean canCauseFault, TimeSpan timeout, MaskingMode maskingMode, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.ChannelSynchronizer.BeginTryGetChannelForInput(Boolean canGetChannel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.Start() at System.ServiceModel.Channels.ReliableChannelBinder`1.TryReceiveAsyncResult..ctor(ReliableChannelBinder`1 binder, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Channels.ReliableChannelBinder`1.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.BeginReceive(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.CreateChannelBinder(SecurityContextSecurityToken sessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720937308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionAddedPending security session added to server.TradeServiceHost.exeurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0chttp://localhost:8000/TradeMonitor463853878722 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionAdded(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.AddPendingSession(UniqueId sessionId, IServerReliableChannelBinder channelBinder) at System.ServiceModel.Security.SecuritySessionServerSettings.OnTokenIssued(Object sender, IssueSecurityTokenEventArgs issueArgs) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.NotifyOperationCompletion(SecuritySessionOperation operation, SecurityContextSecurityToken newSessionToken, SecurityContextSecurityToken previousSessionToken, EndpointAddress remoteAddress) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessIssueRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.ProcessRequest(Message request) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.SecuritySessionHost.SecuritySessionAuthenticatorInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64062224463853884391 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/4436986463853887443 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.SymmetricSecurityProtocolhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT463853901490 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/28726945Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:5a90f7d9-64d8-4b5c-a311-e4e1d7222e5657aca5ea-5da8-4662-962f-3bf753e13c88463853906639 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/66394946Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:5a90f7d9-64d8-4b5c-a311-e4e1d7222e5657aca5ea-5da8-4662-962f-3bf753e13c88463853913315 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/28726945Falsehttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:5a90f7d9-64d8-4b5c-a311-e4e1d7222e5657aca5ea-5da8-4662-962f-3bf753e13c88463854011685 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/66394946463854016113 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/28726945463854018721 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT463854021546 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveRequestAndVerifySecurityAsyncResult.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463854025913 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854026809 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854029789 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463854031127 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing463854049729 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing463854053643 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing463854055140 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing463854056623 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854058570 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring463854059682 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/52116595application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:fa3132a6-d672-4a8b-9ad0-bb8fcf672f1ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.592Z2006-04-17T02:50:54.592Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=RJISnvtLvHf+v1UWzhoCile8Qoo=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=xrNIL8xnHsIsA3p+UOap0kz2C5M=/YTRhCR3XOC1ftWuOk462dxWF0Q=463854063320 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/52116595application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:fa3132a6-d672-4a8b-9ad0-bb8fcf672f1ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.592Z2006-04-17T02:50:54.592Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=RJISnvtLvHf+v1UWzhoCile8Qoo=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=xrNIL8xnHsIsA3p+UOap0kz2C5M=/YTRhCR3XOC1ftWuOk462dxWF0Q=463854067322 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/52116595application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:fa3132a6-d672-4a8b-9ad0-bb8fcf672f1ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.592Z2006-04-17T02:50:54.592Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=RJISnvtLvHf+v1UWzhoCile8Qoo=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=xrNIL8xnHsIsA3p+UOap0kz2C5M=/YTRhCR3XOC1ftWuOk462dxWF0Q=463854086976 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720939308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityPendingServerSessionRemovedPending security session made active by server.TradeServiceHost.exeurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0chttp://localhost:8000/TradeMonitor463854091546 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TracePendingSessionRemoved(UniqueId sessionId, Uri listenAddress) at System.ServiceModel.Security.SecuritySessionServerSettings.RemovePendingSession(UniqueId sessionId) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689463854118953 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286463854123696 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286TradeServiceHost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/32187286463854127050 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OpenCore(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376TradeServiceHost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/12289376463854129894 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689TradeServiceHost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecurityReplySessionChannel/20706689463854132276 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd463854148652 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:fa3132a6-d672-4a8b-9ad0-bb8fcf672f1a
      463854158603 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.WaitComplete() at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult..ctor(ServerSecuritySessionChannel channel, TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ReplyChannelBinder.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginTryReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.ReceiveAsyncResult.BeginOperation(AsyncCallback callback, Object state) at System.ServiceModel.WrappedAsyncResult`1.Begin() at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive(TimeSpan timeout, AsyncCallback callback, Object state) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceive() at System.ServiceModel.Dispatcher.ChannelHandler.TryBeginReceive(IAsyncResult& result) at System.ServiceModel.Dispatcher.ChannelHandler.BeginReceiveWithRetry() at System.ServiceModel.Dispatcher.ChannelHandler.EnsurePump() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptReady(IAsyncResult result) at System.ServiceModel.Dispatcher.ListenerHandler.AcceptCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ProcessMessage(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.SessionInitiationMessageHandler.ReceiveCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463854164352 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854174182 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/35016340TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/35016340463854189377 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/35016340ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor463854195687 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/35016340TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/35016340463854197631 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetSessionChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannel(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.TryAcquireThrottle(IRequestContext request) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring463854199095 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/64254500TradeServiceHost.exeSystem.ServiceModel.InstanceContext/64254500463854200885 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/64254500TradeServiceHost.exeSystem.ServiceModel.InstanceContext/64254500463854203461 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/7167227application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:fa3132a6-d672-4a8b-9ad0-bb8fcf672f1ahttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.592Z2006-04-17T02:50:54.592Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c0248DyppNz3l4qbUL+B7yfnnbLczHQ=7/InXBhpvlBSA1XVwbEUfImc3tw=RJISnvtLvHf+v1UWzhoCile8Qoo=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=xrNIL8xnHsIsA3p+UOap0kz2C5M=/YTRhCR3XOC1ftWuOk462dxWF0Q=463854299194 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854304261 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.463854307072 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.463854311958 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854314367 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/52116595463854316591 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/7167227463854318275 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringResponse463854330641 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/16294043Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:fa3132a6-d672-4a8b-9ad0-bb8fcf672f1aa65c67a0-636f-4f29-a7e8-0c7a7a996c64463854338340 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/6630602Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:fa3132a6-d672-4a8b-9ad0-bb8fcf672f1aa65c67a0-636f-4f29-a7e8-0c7a7a996c64463854344586 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/16294043Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:fa3132a6-d672-4a8b-9ad0-bb8fcf672f1aa65c67a0-636f-4f29-a7e8-0c7a7a996c64463854408513 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/6630602463854411608 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/16294043463854413420 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/64254500TradeServiceHost.exeSystem.ServiceModel.InstanceContext/64254500463854415815 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/64254500TradeServiceHost.exeSystem.ServiceModel.InstanceContext/64254500463854420760 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring463854422776 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnContinueAsyncReceive(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854425325 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService463854435199 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854444240 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity463854447078 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/5024928text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService463854448870 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/5024928text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService463854450179 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/38414640TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/38414640463854456679 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/38414640ExchangeService.TradeService, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService463854461644 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/38414640TradeServiceHost.exeSystem.ServiceModel.Channels.ServiceChannel/38414640463854473816 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity463854476102 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/1401080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/1401080463854477861 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/1401080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/1401080463854479774 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/5024928text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService463854484222 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854486931 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.463854488934 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.463854495894 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854506778 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/5024928463854511479 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29422698False0899e9cf-d90f-4220-a3ad-8f58e6417708463854514022 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29422698False0899e9cf-d90f-4220-a3ad-8f58e6417708463854543802 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/29422698463854547867 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/1401080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/1401080463854550121 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/1401080TradeServiceHost.exeSystem.ServiceModel.InstanceContext/1401080463854552883 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity463854562124 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService463854565786 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854566880 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854579216 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463854581873 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing463854590631 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing463854594521 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing463854596083 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing463854597723 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854600473 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring463854601863 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13896890application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:98979504-e61b-49e4-a4d9-9da2de62bce1http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.743Z2006-04-17T02:50:54.743Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=BwTrQKttZjFVpzCH2dv9BDNLn+I=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=PqVGYU/sQMA5azzQ4y3bjmCRl1k=HUOTk0Jm1N30HBjUiOZQWNMZhF4=463854614464 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13896890application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:98979504-e61b-49e4-a4d9-9da2de62bce1http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.743Z2006-04-17T02:50:54.743Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=BwTrQKttZjFVpzCH2dv9BDNLn+I=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=PqVGYU/sQMA5azzQ4y3bjmCRl1k=HUOTk0Jm1N30HBjUiOZQWNMZhF4=463854619720 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13896890application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:98979504-e61b-49e4-a4d9-9da2de62bce1http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.743Z2006-04-17T02:50:54.743Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=BwTrQKttZjFVpzCH2dv9BDNLn+I=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=PqVGYU/sQMA5azzQ4y3bjmCRl1k=HUOTk0Jm1N30HBjUiOZQWNMZhF4=463854624344 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd463854631643 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:98979504-e61b-49e4-a4d9-9da2de62bce1
      463854637339 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring463854640241 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/23399238TradeServiceHost.exeSystem.ServiceModel.InstanceContext/23399238463854653665 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/23399238TradeServiceHost.exeSystem.ServiceModel.InstanceContext/23399238463854656880 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/21621962application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:98979504-e61b-49e4-a4d9-9da2de62bce1http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.743Z2006-04-17T02:50:54.743Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024JeTUjOjEQzWeCVbaEGVNVd5Dgwo=ADqgeJcu4+4uiacTa0NTQqJZwyQ=BwTrQKttZjFVpzCH2dv9BDNLn+I=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=PqVGYU/sQMA5azzQ4y3bjmCRl1k=HUOTk0Jm1N30HBjUiOZQWNMZhF4=463854664891 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854668241 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.463854672031 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.463854684758 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854723535 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/13896890463854729392 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/21621962463854732001 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringResponse463854734836 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/51408035Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:98979504-e61b-49e4-a4d9-9da2de62bce1598129ec-9cc3-402f-8225-5adb4769eb2b463854746686 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/5826912Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:98979504-e61b-49e4-a4d9-9da2de62bce1598129ec-9cc3-402f-8225-5adb4769eb2b463854764715 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/51408035Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:98979504-e61b-49e4-a4d9-9da2de62bce1598129ec-9cc3-402f-8225-5adb4769eb2b463854807697 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/5826912463854812927 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/51408035463854816554 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/23399238TradeServiceHost.exeSystem.ServiceModel.InstanceContext/23399238463854819341 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/23399238TradeServiceHost.exeSystem.ServiceModel.InstanceContext/23399238463854832408 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring463854835605 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463854838691 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854839532 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854841198 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463854843936 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing463854853700 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing463854866192 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing463854869030 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing463854870554 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854872219 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring463854873498 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/55256301application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:7de8976c-61bb-4660-aa61-cbc94ca39cf7http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.823Z2006-04-17T02:50:54.823Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024bMINadCgCIb2l+A67qnXj/Sc+cA=7/InXBhpvlBSA1XVwbEUfImc3tw=YnLL8jyo/z5XTkqREHW10W+IJkU=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=xu2Cz468ula2keWRAqi+w0XcJXM=6NC6EhEtYCExuRjbq6gGw5cwTEo=463854876891 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/55256301application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:7de8976c-61bb-4660-aa61-cbc94ca39cf7http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.823Z2006-04-17T02:50:54.823Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024bMINadCgCIb2l+A67qnXj/Sc+cA=7/InXBhpvlBSA1XVwbEUfImc3tw=YnLL8jyo/z5XTkqREHW10W+IJkU=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=xu2Cz468ula2keWRAqi+w0XcJXM=6NC6EhEtYCExuRjbq6gGw5cwTEo=463854879957 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/55256301application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:7de8976c-61bb-4660-aa61-cbc94ca39cf7http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.823Z2006-04-17T02:50:54.823Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024bMINadCgCIb2l+A67qnXj/Sc+cA=7/InXBhpvlBSA1XVwbEUfImc3tw=YnLL8jyo/z5XTkqREHW10W+IJkU=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=xu2Cz468ula2keWRAqi+w0XcJXM=6NC6EhEtYCExuRjbq6gGw5cwTEo=463854884707 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd463854891420 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:7de8976c-61bb-4660-aa61-cbc94ca39cf7
      463854905566 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring463854909975 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/19531649TradeServiceHost.exeSystem.ServiceModel.InstanceContext/19531649463854912598 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/19531649TradeServiceHost.exeSystem.ServiceModel.InstanceContext/19531649463854914866 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/7511460application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:7de8976c-61bb-4660-aa61-cbc94ca39cf7http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.823Z2006-04-17T02:50:54.823Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024bMINadCgCIb2l+A67qnXj/Sc+cA=7/InXBhpvlBSA1XVwbEUfImc3tw=YnLL8jyo/z5XTkqREHW10W+IJkU=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=xu2Cz468ula2keWRAqi+w0XcJXM=6NC6EhEtYCExuRjbq6gGw5cwTEo=463854920494 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854924189 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.463854926962 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.463854939830 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463854942749 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/55256301463854946356 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/7511460463854951574 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringResponse463854962946 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/23522948Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:7de8976c-61bb-4660-aa61-cbc94ca39cf74a314b87-94d7-40c8-abd8-a272b2aec655463854977299 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/24219861Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:7de8976c-61bb-4660-aa61-cbc94ca39cf74a314b87-94d7-40c8-abd8-a272b2aec655463854982462 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/23522948Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:7de8976c-61bb-4660-aa61-cbc94ca39cf74a314b87-94d7-40c8-abd8-a272b2aec655463855025080 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/24219861463855029602 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/23522948463855033297 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/19531649TradeServiceHost.exeSystem.ServiceModel.InstanceContext/19531649463855044755 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/19531649TradeServiceHost.exeSystem.ServiceModel.InstanceContext/19531649463855052599 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring463855055123 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463855058043 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855059180 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855060850 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService463855062141 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855070607 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity463855082071 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/38855053text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService463855084265 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/38855053text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService463855085581 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity463855087654 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/10649759TradeServiceHost.exeSystem.ServiceModel.InstanceContext/10649759463855089782 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/10649759TradeServiceHost.exeSystem.ServiceModel.InstanceContext/10649759463855091736 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/38855053text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService463855093750 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855098076 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.463855100281 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.463855103542 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855105578 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/38855053463855128821 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22318356Falsea4fd265a-6f78-4638-bd39-c30dfdcb244a463855132527 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22318356Falsea4fd265a-6f78-4638-bd39-c30dfdcb244a463855160025 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22318356463855163633 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/10649759TradeServiceHost.exeSystem.ServiceModel.InstanceContext/10649759463855165996 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/10649759TradeServiceHost.exeSystem.ServiceModel.InstanceContext/10649759463855168785 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity463855170963 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService463855188876 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855192470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855195994 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463855198085 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing463855206654 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing463855211376 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing463855212891 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing463855214416 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855225218 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring463855227547 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/66032303application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:9fd6aade-2155-4476-9af1-4538cd0c6769http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.923Z2006-04-17T02:50:54.923Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024lSRwXe2MsIAfmEF185F8IHPsb8M=ADqgeJcu4+4uiacTa0NTQqJZwyQ=bTS61CcBVtfnp8GNb8nueaMPxkg=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=TYIH1qkA1NYzrBxK3kaR9JWPBIk=kDxdul6qj7TORf4cCpw0tAGb23Y=463855231002 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/66032303application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:9fd6aade-2155-4476-9af1-4538cd0c6769http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.923Z2006-04-17T02:50:54.923Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024lSRwXe2MsIAfmEF185F8IHPsb8M=ADqgeJcu4+4uiacTa0NTQqJZwyQ=bTS61CcBVtfnp8GNb8nueaMPxkg=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=TYIH1qkA1NYzrBxK3kaR9JWPBIk=kDxdul6qj7TORf4cCpw0tAGb23Y=463855234029 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/66032303application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:9fd6aade-2155-4476-9af1-4538cd0c6769http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.923Z2006-04-17T02:50:54.923Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024lSRwXe2MsIAfmEF185F8IHPsb8M=ADqgeJcu4+4uiacTa0NTQqJZwyQ=bTS61CcBVtfnp8GNb8nueaMPxkg=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=TYIH1qkA1NYzrBxK3kaR9JWPBIk=kDxdul6qj7TORf4cCpw0tAGb23Y=463855238586 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd463855245034 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:9fd6aade-2155-4476-9af1-4538cd0c6769
      463855261571 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring463855265676 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/44501086TradeServiceHost.exeSystem.ServiceModel.InstanceContext/44501086463855268060 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/44501086TradeServiceHost.exeSystem.ServiceModel.InstanceContext/44501086463855270649 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/62107587application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StopMonitoringurn:uuid:9fd6aade-2155-4476-9af1-4538cd0c6769http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.923Z2006-04-17T02:50:54.923Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024lSRwXe2MsIAfmEF185F8IHPsb8M=ADqgeJcu4+4uiacTa0NTQqJZwyQ=bTS61CcBVtfnp8GNb8nueaMPxkg=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=TYIH1qkA1NYzrBxK3kaR9JWPBIk=kDxdul6qj7TORf4cCpw0tAGb23Y=463855276100 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855279071 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.463855299323 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StopMonitoring.463855303300 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855305849 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/66032303463855310566 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/62107587463855313134 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StopMonitoringResponse463855316236 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/29190913Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:9fd6aade-2155-4476-9af1-4538cd0c676959c8b302-3c79-49e4-99bc-32c939e4b444463855320489 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/9029417Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:9fd6aade-2155-4476-9af1-4538cd0c676959c8b302-3c79-49e4-99bc-32c939e4b444463855334882 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/29190913Falsehttp://tempuri.org/ITradeMonitor/StopMonitoringResponseurn:uuid:9fd6aade-2155-4476-9af1-4538cd0c676959c8b302-3c79-49e4-99bc-32c939e4b444463855378917 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/9029417463855383369 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/29190913463855385886 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/44501086TradeServiceHost.exeSystem.ServiceModel.InstanceContext/44501086463855392111 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/44501086TradeServiceHost.exeSystem.ServiceModel.InstanceContext/44501086463855404884 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StopMonitoring463855409017 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463855411765 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855412607 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855414115 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463855415317 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueActionFalsehttp://www.w3.org/2005/08/addressing463855423766 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseMessageIDFalsehttp://www.w3.org/2005/08/addressing463855428592 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeFalseReplyToFalsehttp://www.w3.org/2005/08/addressing463855439046 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueToFalsehttp://www.w3.org/2005/08/addressing463855441821 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.ReadBufferedHeader(XmlDictionaryReader reader, RecycledMessageState recycledMessageState, XmlDictionaryString[] localNames, XmlDictionaryString ns) at System.ServiceModel.Channels.MessageHeaders.Init(MessageVersion version, XmlDictionaryReader reader, IBufferedMessageData bufferedMessageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855443551 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring463855444871 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/55400036application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:266bb566-bd06-494b-983f-304d274bd5c3http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.973Z2006-04-17T02:50:54.973Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024KS4Ev2i663EBWRqAAnBuNXm+OBI=7/InXBhpvlBSA1XVwbEUfImc3tw=rqbeaF2X5Jk2YEuQTXD5/T/9jww=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=6A6d/N2PkMsVyPAKxoVnzFcTTmo=ywvyd57+glWe/kbEsd0kqe5OVmo=463855448199 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/55400036application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:266bb566-bd06-494b-983f-304d274bd5c3http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.973Z2006-04-17T02:50:54.973Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024KS4Ev2i663EBWRqAAnBuNXm+OBI=7/InXBhpvlBSA1XVwbEUfImc3tw=rqbeaF2X5Jk2YEuQTXD5/T/9jww=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=6A6d/N2PkMsVyPAKxoVnzFcTTmo=ywvyd57+glWe/kbEsd0kqe5OVmo=463855452767 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/55400036application/soap+xml; charset="utf-8"Falsehttp://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:266bb566-bd06-494b-983f-304d274bd5c3http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.973Z2006-04-17T02:50:54.973Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024KS4Ev2i663EBWRqAAnBuNXm+OBI=7/InXBhpvlBSA1XVwbEUfImc3tw=rqbeaF2X5Jk2YEuQTXD5/T/9jww=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=6A6d/N2PkMsVyPAKxoVnzFcTTmo=ywvyd57+glWe/kbEsd0kqe5OVmo=463855457557 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.EnqueueWithoutDispatch(QueueItemType item, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.ReplyChannelDemuxer.EnqueueWithoutDispatch(IChannelListener listener, IRequestContext request, ItemDequeuedCallback dequeuedCallback) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519813016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/UnderstoodMessageHeaderUnderstood message header.TradeServiceHost.exeTrueSecurityFalsehttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd463855464446 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(Int32 i) at System.ServiceModel.Channels.MessageHeaders.AddUnderstood(MessageHeaderInfo headerInfo) at System.ServiceModel.Security.ReceiveSecurityHeader.MarkHeaderAsUnderstood() at System.ServiceModel.Security.ReceiveSecurityHeader.Process(TimeSpan timeout) at System.ServiceModel.Security.MessageSecurityProtocol.ProcessSecurityHeader(ReceiveSecurityHeader securityHeader, Message& message, SecurityToken requiredSigningToken, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocol.VerifyIncomingMessageCore(Message& message, String actor, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720926308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingIncomingMessageVerifiedSecurity protocol verified incoming message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringhttp://localhost:8000/TradeMonitor
      http://www.w3.org/2005/08/addressing/anonymous
      urn:uuid:266bb566-bd06-494b-983f-304d274bd5c3
      463855479388 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.SecurityProtocol.OnIncomingMessageVerified(Message verifiedMessage) at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState[] correlationStates) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.VerifyIncomingMessage(Message& message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
      170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring463855482087 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/22550079TradeServiceHost.exeSystem.ServiceModel.InstanceContext/22550079463855484826 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/22550079TradeServiceHost.exeSystem.ServiceModel.InstanceContext/22550079463855487532 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/3789628application/soap+xml; charset="utf-8"FalseFalseTrueSystem.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.IdentityModel.Claims.Claim, System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089http://localhost:8000/TradeMonitorhttp://tempuri.org/ITradeMonitor/StartMonitoringurn:uuid:266bb566-bd06-494b-983f-304d274bd5c3http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8000/TradeMonitor2006-04-17T02:45:54.973Z2006-04-17T02:50:54.973Zurn:uuid:d2429160-8b83-43fc-b054-af6e5a670f0c024KS4Ev2i663EBWRqAAnBuNXm+OBI=7/InXBhpvlBSA1XVwbEUfImc3tw=rqbeaF2X5Jk2YEuQTXD5/T/9jww=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=fzQz8OurT9vTQNA33KjJn9fMx4o=6A6d/N2PkMsVyPAKxoVnzFcTTmo=ywvyd57+glWe/kbEsd0kqe5OVmo=463855494288 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855519066 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.463855525254 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeMonitor.StartMonitoring.463855528012 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855530127 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/55400036463855533905 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityVerifiedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityVerifiedMessage/3789628463855536688 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)720925308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityBindingOutgoingMessageSecuredSecurity protocol secured outgoing message.TradeServiceHost.exeSystem.ServiceModel.Security.AcceptorSessionSymmetricMessageSecurityProtocolhttp://tempuri.org/ITradeMonitor/StartMonitoringResponse463855550437 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception, Message message) at System.ServiceModel.Security.MessageSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12473332Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:266bb566-bd06-494b-983f-304d274bd5c334d5f7d8-548c-4ff4-b240-f4e834f7d85c463855554505 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/60613391Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:266bb566-bd06-494b-983f-304d274bd5c334d5f7d8-548c-4ff4-b240-f4e834f7d85c463855560195 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer) at System.ServiceModel.Security.SecurityAppliedMessage.WriteBodyToSignThenEncryptWithFragments(Stream stream, Boolean includeComments, String[] inclusivePrefixes, EncryptedData encryptedData, SymmetricAlgorithm algorithm, XmlDictionaryWriter writer) at System.ServiceModel.Security.WSSecurityOneDotZeroSendSecurityHeader.ApplyBodySecurity(XmlDictionaryWriter writer, IPrefixGenerator prefixGenerator) at System.ServiceModel.Security.SecurityAppliedMessage.OnWriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12473332Falsehttp://tempuri.org/ITradeMonitor/StartMonitoringResponseurn:uuid:266bb566-bd06-494b-983f-304d274bd5c334d5f7d8-548c-4ff4-b240-f4e834f7d85c463855601307 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/60613391463855607048 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Security.SecurityAppliedMessage.OnClose() at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Security.SecurityAppliedMessage/12473332463855624195 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/22550079TradeServiceHost.exeSystem.ServiceModel.InstanceContext/22550079463855628829 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/22550079TradeServiceHost.exeSystem.ServiceModel.InstanceContext/22550079463855632355 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://tempuri.org/ITradeMonitor/StartMonitoring463855634868 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.CompleteInput(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeMonitor463855638268 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855640361 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855653439 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService463855662954 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855690921 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity463855701323 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64921669text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService463855703276 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64921669text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService463855705016 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity463855707440 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/21177779TradeServiceHost.exeSystem.ServiceModel.InstanceContext/21177779463855709622 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/21177779TradeServiceHost.exeSystem.ServiceModel.InstanceContext/21177779463855711532 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64921669text/xml; charset="utf-8"Falsehttp://localhost:8000/TradeServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradeService463855714617 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855734016 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.463855737305 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exeExecute ExchangeService.ITradeService.TradeSecurity.463855743068 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160463855745134 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradeServiceHost.exeSystem.ArgumentException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Don't know - only MSFT &amp; IBM +Parameter name: ticker at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.ArgumentException: Don't know - only MSFT &amp; IBM +Parameter name: ticker + at ExchangeService.TradeService.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradeService.cs:line 32 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)463855809558 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BufferedMessage/64921669463855814108 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/42080192False2a09c4c3-7be6-4338-ab22-725075de947f463855822251 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/42080192False2a09c4c3-7be6-4338-ab22-725075de947f463855895558 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradeServiceHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/42080192463855921885 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/21177779TradeServiceHost.exeSystem.ServiceModel.InstanceContext/21177779463855929767 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/21177779TradeServiceHost.exeSystem.ServiceModel.InstanceContext/21177779463855945901 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity463855948615 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.exehttp://localhost:8000/TradeService463855950832 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.Sha030255HOME-6A6E390160486196514720 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.486200945877 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 3465538302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/ThrowingExceptionThrowing an exceptionTradingServicePerfMonHost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. at System.ServiceModel.Diagnostics.DiagnosticTrace.StackTraceString(Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.AddExceptionToTraceString(XmlWriter xml, Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.BuildTrace(PlainXmlWriter xml, TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) + at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) + at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2&amp; implementedContracts) + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) +System.InvalidOperationException: Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute.486213632695 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2& implementedContracts) at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 3465540301HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/UnhandledExceptionUnhandled exceptionTradingServicePerfMonHost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) + at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2&amp; implementedContracts) + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34System.InvalidOperationException: Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. + at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) + at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2&amp; implementedContracts) + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34486214217533 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2& implementedContracts) at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34131073308HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/AppDomainUnloadAppDomain unloading.TradingServicePerfMonHost.exeTradingServicePerfMonHost.exeTradingServicePerfMonHost2084486214445931 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.ShutdownTracing() at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2& implementedContracts) at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.486262888250 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160486597009026 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/39785641.486597255942 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65538302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/ThrowingExceptionThrowing an exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. at System.ServiceModel.Diagnostics.DiagnosticTrace.StackTraceString(Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.AddExceptionToTraceString(XmlWriter xml, Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.BuildTrace(PlainXmlWriter xml, TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) + at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) + at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2&amp; implementedContracts) + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart() +System.InvalidOperationException: Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute.486597308319 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2& implementedContracts) at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65540301HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/UnhandledExceptionUnhandled exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) + at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2&amp; implementedContracts) + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()System.InvalidOperationException: Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. + at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) + at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2&amp; implementedContracts) + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()486598295826 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2& implementedContracts) at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()131073308HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/AppDomainUnloadAppDomain unloading.TradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost2920486598317256 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.ShutdownTracing() at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2& implementedContracts) at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/39785641.486626575636 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160487071383674 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/28068188.487071633862 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65538302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/ThrowingExceptionThrowing an exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. at System.ServiceModel.Diagnostics.DiagnosticTrace.StackTraceString(Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.AddExceptionToTraceString(XmlWriter xml, Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.BuildTrace(PlainXmlWriter xml, TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) + at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) + at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2&amp; implementedContracts) + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart() +System.InvalidOperationException: Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute.487071696097 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2& implementedContracts) at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65540301HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/UnhandledExceptionUnhandled exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) + at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2&amp; implementedContracts) + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()System.InvalidOperationException: Service class type ExchangeService.TradePerfMon defines a ServiceContract, it cannot inherit the ServiceContract type ExchangeService.ITradeService. Contract inheritance can only be used among interface types; if a class has ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. + at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) + at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2&amp; implementedContracts) + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()487071798734 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2& implementedContracts) at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()131073308HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/AppDomainUnloadAppDomain unloading.TradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost3448487071817064 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.ShutdownTracing() at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ServiceReflector.GetInterfaces(Type service) at System.ServiceModel.ServiceHost.CreateDescription(IDictionary`2& implementedContracts) at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/28068188.487082353636 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160487493688184 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/28068188.487493895970 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.vshost.exesystem.serviceModel/services487503337478 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.vshost.exeFalseExchangeService.TradePerfMon487503930115 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.vshost.exe487503934411 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.vshost.exesystem.serviceModel/commonBehaviors487504011560 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/28068188.487504019946 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160487504022622 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160487504074181 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeOpen System.ServiceModel.ServiceHost/28068188.487504155155 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/28068188TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/28068188487504158465 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/28068188
      http://localhost:8000/
      487504460093 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
      65538302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/ThrowingExceptionThrowing an exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Service 'TradePerfMon' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because there was a problem with the type in the configuration file, or no endpoints were defined in the configuration file. at System.ServiceModel.Diagnostics.DiagnosticTrace.StackTraceString(Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.AddExceptionToTraceString(XmlWriter xml, Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.BuildTrace(PlainXmlWriter xml, TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) + at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) + at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) + at System.ServiceModel.ServiceHostBase.InitializeRuntime() + at System.ServiceModel.ServiceHostBase.OnBeginOpen() + at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open() + at ExchangeService.Program.Main(String[] args) + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart() +System.InvalidOperationException: Service 'TradePerfMon' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because there was a problem with the type in the configuration file, or no endpoints were defined in the configuration file.487505460904 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65540301HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/UnhandledExceptionUnhandled exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Service 'TradePerfMon' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because there was a problem with the type in the configuration file, or no endpoints were defined in the configuration file. at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) + at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) + at System.ServiceModel.ServiceHostBase.InitializeRuntime() + at System.ServiceModel.ServiceHostBase.OnBeginOpen() + at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open() + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()System.InvalidOperationException: Service 'TradePerfMon' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because there was a problem with the type in the configuration file, or no endpoints were defined in the configuration file. + at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) + at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) + at System.ServiceModel.ServiceHostBase.InitializeRuntime() + at System.ServiceModel.ServiceHostBase.OnBeginOpen() + at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open() + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()487505727956 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()131073308HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/AppDomainUnloadAppDomain unloading.TradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost1656487505744251 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.ShutdownTracing() at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()851972304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenFailedFailed to open System.ServiceModel.ServiceHostTradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/28068188487519702104 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()851977304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectFaultedFaulted System.ServiceModel.ServiceHostTradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/28068188487519706251 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnFaulted() at System.ServiceModel.Channels.CommunicationObject.Fault() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeOpen System.ServiceModel.ServiceHost/28068188.487519716265 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160487854591637 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/39785641.487854802065 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.vshost.exesystem.serviceModel/services487855103199 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.vshost.exeFalseExchangeService.TradePerfMon487855125371 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.vshost.exe487855128815 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.vshost.exesystem.serviceModel/commonBehaviors487855163142 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/39785641.487855167320 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160487855168899 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160487855170688 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeOpen System.ServiceModel.ServiceHost/39785641.487855173040 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/39785641TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/39785641487855174734 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/39785641
      http://localhost:8000/
      487855177259 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
      65538302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/ThrowingExceptionThrowing an exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Service 'TradePerfMon' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because there was a problem with the type in the configuration file, or no endpoints were defined in the configuration file. at System.ServiceModel.Diagnostics.DiagnosticTrace.StackTraceString(Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.AddExceptionToTraceString(XmlWriter xml, Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.BuildTrace(PlainXmlWriter xml, TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) + at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) + at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) + at System.ServiceModel.ServiceHostBase.InitializeRuntime() + at System.ServiceModel.ServiceHostBase.OnBeginOpen() + at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open() + at ExchangeService.Program.Main(String[] args) + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart() +System.InvalidOperationException: Service 'TradePerfMon' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because there was a problem with the type in the configuration file, or no endpoints were defined in the configuration file.487855267036 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65540301HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/UnhandledExceptionUnhandled exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Service 'TradePerfMon' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because there was a problem with the type in the configuration file, or no endpoints were defined in the configuration file. at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) + at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) + at System.ServiceModel.ServiceHostBase.InitializeRuntime() + at System.ServiceModel.ServiceHostBase.OnBeginOpen() + at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open() + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()System.InvalidOperationException: Service 'TradePerfMon' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because there was a problem with the type in the configuration file, or no endpoints were defined in the configuration file. + at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) + at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) + at System.ServiceModel.ServiceHostBase.InitializeRuntime() + at System.ServiceModel.ServiceHostBase.OnBeginOpen() + at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) + at System.ServiceModel.Channels.CommunicationObject.Open() + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()487855377607 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()131073308HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/AppDomainUnloadAppDomain unloading.TradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost2080487855392509 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.ShutdownTracing() at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreNonMexEndpoints(ServiceDescription description) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()851972304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenFailedFailed to open System.ServiceModel.ServiceHostTradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/39785641487866677864 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()851977304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectFaultedFaulted System.ServiceModel.ServiceHostTradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/39785641487866681650 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnFaulted() at System.ServiceModel.Channels.CommunicationObject.Fault() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeOpen System.ServiceModel.ServiceHost/39785641.487866684586 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160488030259284 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/64923656.488030504747 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.vshost.exesystem.serviceModel/services488030762959 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.vshost.exeTrueExchangeService.TradePerfMonExchangeService.TradePerfMon488030784299 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.vshost.exe488030788048 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65538302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/ThrowingExceptionThrowing an exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089The contract ExchangeService.ITradeService is not a contract implemented by the service type TradePerfMon. at System.ServiceModel.Diagnostics.DiagnosticTrace.StackTraceString(Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.AddExceptionToTraceString(XmlWriter xml, Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.BuildTrace(PlainXmlWriter xml, TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) + at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) + at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) + at System.ServiceModel.ServiceHostBase.ApplyConfiguration() + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart() +System.InvalidOperationException: The contract ExchangeService.ITradeService is not a contract implemented by the service type TradePerfMon.488030969638 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65540301HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/UnhandledExceptionUnhandled exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089The contract ExchangeService.ITradeService is not a contract implemented by the service type TradePerfMon. at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) + at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) + at System.ServiceModel.ServiceHostBase.ApplyConfiguration() + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()System.InvalidOperationException: The contract ExchangeService.ITradeService is not a contract implemented by the service type TradePerfMon. + at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) + at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) + at System.ServiceModel.ServiceHostBase.ApplyConfiguration() + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()488031106380 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()131073308HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/AppDomainUnloadAppDomain unloading.TradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost2304488031123049 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.ShutdownTracing() at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/64923656.488045942094 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160488846590044 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.vshost.exeConstruct System.ServiceModel.ServiceHost/28068188.488846839373 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.vshost.exesystem.serviceModel/services488847251649 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradeServiceHost.vshost.exeTrueExchangeService.TradeServiceExchangeService.TradeService488847279835 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.vshost.exe488847284940 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.vshost.exeTruebasicHttpBinding488850395205 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.vshost.exe488850981240 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradeServiceHost.vshost.exeTruewsHttpBinding488851249578 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradeServiceHost.vshost.exe488851254034 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradeServiceHost.vshost.exereturnFaults488851256417 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.vshost.exeConstruct System.ServiceModel.ServiceHost/28068188.488851296467 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160488851300033 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 12 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160488851301467 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.vshost.exeOpen System.ServiceModel.ServiceHost/28068188.488851306734 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/28068188TradeServiceHost.vshost.exeSystem.ServiceModel.ServiceHost/28068188488851308575 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.vshost.exeSystem.ServiceModel.ServiceHost/28068188
      http://localhost:8000/
      488851314822 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.vshost.exesystem.serviceModel/diagnostics488855588511 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradeServiceHost.vshost.exesystem.serviceModel/diagnostics488869622965 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33163964TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33163964488875620502 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/14421545TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/14421545488878354659 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/14421545TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/14421545488878358183 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()3277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33163964http://localhost:8000/TradeService488878547462 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160488878810614 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.vshost.exeListen at http://localhost:8000/TradeService.488878980678 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeService.TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/35567111488878984287 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()3277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33163964http://localhost:8000/TradeService488881260020 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33163964TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33163964488881263454 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/65066874TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/65066874488881271914 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.vshost.exeSystem.ServiceModel.EndpointDispatcher/63238509http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradeService488882231119 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/11679222TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/11679222488882239433 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/11679222TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/11679222488882244753 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/35410979TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/35410979488882876376 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/57416410TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/57416410488882885298 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/61940669TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/61940669488883376280 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/61940669TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/61940669488883379560 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/57416410TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/57416410488883381261 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/6303833TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/6303833488883491293 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/40452378TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/40452378488884128434 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/40452378TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/40452378488884131957 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradeMonitor.TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/35567111488884134558 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()3277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/6303833http://localhost:8000/TradeMonitor488884137083 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/6303833TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/6303833488884140096 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/36009496TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/36009496488884685091 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/6303833TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/6303833488884691693 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/36009496TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/36009496488884693997 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnAcceptComplete(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnListenerOpened(Object source, EventArgs args) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/19634871TradeServiceHost.vshost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/19634871488884698569 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/19634871TradeServiceHost.vshost.exeSystem.ServiceModel.Security.SecuritySessionServerSettings+SecuritySessionChannelAcceptor`1[System.ServiceModel.Channels.IReplySessionChannel]/19634871488884700235 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/22584602TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/22584602488884760904 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/20974680TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/20974680488885144932 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/32903719TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/32903719488885144932 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33163964TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33163964488885596494 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/20974680TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/20974680488885599402 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/32903719TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/32903719488886145203 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/1669504TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/1669504488886377196 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160488886611774 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.vshost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/14696841.488886626737 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/14696841TradeServiceHost.vshost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/14696841488886630126 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.vshost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/14696841488886632118 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/49056616TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/49056616488886713137 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/54963967TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/54963967488886717384 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/8879859TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/8879859488886719796 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/8879859TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/8879859488886721830 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/54963967TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/54963967488886724361 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ChannelListenerBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/47033410TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/47033410488886868484 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/47033410TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityChannelAcceptor[System.ServiceModel.Channels.IReplyChannel]/47033410488886881047 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/22935716TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/22935716488886888703 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/50108275TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/50108275488887048932 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160488887136176 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.vshost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/39386387.488887140766 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/39386387TradeServiceHost.vshost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/39386387488887143916 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradeServiceHost.vshost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/39386387488887147400 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/50884775TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/50884775488887245342 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.LayeredChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannelAcceptor/10326036TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/10326036488887250493 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannelAcceptor/10326036TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannelAcceptor/10326036488887253990 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.DelegatingChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/50884775TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/50884775488887257328 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/29643721TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/29643721488887263354 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/43256217TradeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/43256217488887270509 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/43256217TradeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/43256217488887292310 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.vshost.exeSystem.ServiceModel.EndpointDispatcher/39179857http://tempuri.org/SecurityNegotiationContracthttp://localhost:8000/TradeMonitor488887353238 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/40764822TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/40764822488887356852 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/40764822TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/40764822488887360423 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/39386387TradeServiceHost.vshost.exeSystem.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/39386387488887364242 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.vshost.exeOpen System.ServiceModel.Security.NegotiationTokenAuthenticator`1+NegotiationHost[System.ServiceModel.Security.SspiNegotiationTokenAuthenticatorState]/39386387.488887378140 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160488887382367 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/58366981TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/58366981488887407227 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/50884775TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/50884775488887419419 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/58366981TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/58366981488887421909 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)7209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.vshost.exeSystem.ServiceModel.Security.SpnegoTokenAuthenticator488887434151 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/50108275TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/50108275488887444827 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/22935716TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/22935716488887460813 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/49056616TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/49056616488887463490 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/51319244TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/51319244488887465395 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/31614998TradeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/31614998488887467472 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/31614998TradeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/31614998488887471282 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.vshost.exeSystem.ServiceModel.EndpointDispatcher/5631066http://tempuri.org/IssueAndRenewSessionhttp://localhost:8000/TradeMonitor488887473832 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/7486778TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/7486778488887476072 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/7486778TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/7486778488887478291 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/14696841TradeServiceHost.vshost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/14696841488887493549 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.vshost.exeOpen System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator+SecuritySessionHost/14696841.488887496729 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160488887498586 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()7209233016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Security/SecurityTokenAuthenticatorOpenedSecurity Token Authenticator was opened.TradeServiceHost.vshost.exeSystem.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator488887500922 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace) at System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.TraceTokenAuthenticatorOpened(SecurityTokenAuthenticator authenticator) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/1669504TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/1669504488887503086 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/22584602TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/22584602488887504876 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.Open(ChannelListenerBase securityChannelListener, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpenCore(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/35410979TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplySessionChannel]/35410979488887507917 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31307802TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31307802488887509148 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.vshost.exeSystem.ServiceModel.EndpointDispatcher/8106798http://tempuri.org/ITradeMonitorhttp://localhost:8000/TradeMonitor488887512229 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/61688809TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/61688809488887513826 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/61688809TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/61688809488887515287 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/2852789TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/2852789488887516929 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/5568949TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/5568949488887534905 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/5568949TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/5568949488887544943 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/35567111488887547163 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()3277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/2852789http://localhost:8000/mex488887549480 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/2852789TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/2852789488887551100 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/4443087TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/4443087488887565580 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/16384677TradeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/16384677488887569264 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/38583594TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/38583594488887578886 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/49056616TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1[System.ServiceModel.Channels.IReplyChannel]/49056616488887580573 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Security.WrapperSecurityCommunicationObject/51781231TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/51781231488887582744 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Security.WrapperSecurityCommunicationObject/51781231TradeServiceHost.vshost.exeSystem.ServiceModel.Security.WrapperSecurityCommunicationObject/51781231488887584759 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityProtocol.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/65849037TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/65849037488887586301 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/54963967TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SingletonChannelListener`3[System.ServiceModel.Channels.IReplyChannel,System.ServiceModel.Channels.ReplyChannel,System.ServiceModel.Channels.IRequestContext]/54963967488887587735 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/65849037TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/65849037488887597905 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.ServerSecurityChannel`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/38583594TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SecurityChannelListener`1+SecurityReplyChannel[System.ServiceModel.Channels.IReplyChannel]/38583594488887741248 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/16384677TradeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/16384677488887756797 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.vshost.exeSystem.ServiceModel.EndpointDispatcher/64651675http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex488887761470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/13815511TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/13815511488887762971 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/13815511TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/13815511488887764491 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/5871419TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/5871419488887766629 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/19264108TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/19264108488887776551 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/19264108TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/19264108488887780155 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/35567111488887783073 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()3277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/5871419http://localhost:8000/488887787703 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/5871419TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/5871419488887789912 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/4417230TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/4417230488887791108 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/15117700TradeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/15117700488887792619 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/15117700TradeServiceHost.vshost.exeSystem.ServiceModel.InstanceContext/15117700488887794528 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradeServiceHost.vshost.exeSystem.ServiceModel.EndpointDispatcher/2569844http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/488887796711 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/58813504TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/58813504488887798414 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/58813504TradeServiceHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/58813504488887799863 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/28068188TradeServiceHost.vshost.exeSystem.ServiceModel.ServiceHost/28068188488887801311 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradeServiceHost.vshost.exeOpen System.ServiceModel.ServiceHost/28068188.488887802722 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160488887804278 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradeServiceHost\Host.cs:line 14 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/62407605TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/62407605488887823711 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/2852789TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/2852789488887825469 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/62407605TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/62407605488887827145 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/463695TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/463695488887828664 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/5871419TradeServiceHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/5871419488887830001 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016030255HOME-6A6E390160489019470256 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/28068188.489019649382 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.vshost.exesystem.serviceModel/services489019941531 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.vshost.exeTrueExchangeService.TradePerfMonExchangeService.TradePerfMon489019964342 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.vshost.exe489019970882 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65538302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/ThrowingExceptionThrowing an exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089The contract ExchangeService.ITradeService is not a contract implemented by the service type TradePerfMon. at System.ServiceModel.Diagnostics.DiagnosticTrace.StackTraceString(Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.AddExceptionToTraceString(XmlWriter xml, Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.BuildTrace(PlainXmlWriter xml, TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) + at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) + at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) + at System.ServiceModel.ServiceHostBase.ApplyConfiguration() + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart() +System.InvalidOperationException: The contract ExchangeService.ITradeService is not a contract implemented by the service type TradePerfMon.489019989745 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65540301HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/UnhandledExceptionUnhandled exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089The contract ExchangeService.ITradeService is not a contract implemented by the service type TradePerfMon. at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) + at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) + at System.ServiceModel.ServiceHostBase.ApplyConfiguration() + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()System.InvalidOperationException: The contract ExchangeService.ITradeService is not a contract implemented by the service type TradePerfMon. + at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) + at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) + at System.ServiceModel.ServiceHostBase.ApplyConfiguration() + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()489020107007 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()131073308HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/AppDomainUnloadAppDomain unloading.TradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost2064489020123340 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.ShutdownTracing() at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/28068188.489032076672 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160489595385024 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/64923656.489595580521 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.vshost.exesystem.serviceModel/services489595869366 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.vshost.exeTrueExchangeService.TradePerfMonExchangeService.TradePerfMon489596450066 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.vshost.exe489596455441 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradingServicePerfMonHost.vshost.exeTruebasicHttpBinding489596611787 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.vshost.exe489596728224 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65538302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/ThrowingExceptionThrowing an exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089The contract ExchangeService.ITradeMonitor is not a contract implemented by the service type TradePerfMon. at System.ServiceModel.Diagnostics.DiagnosticTrace.StackTraceString(Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.AddExceptionToTraceString(XmlWriter xml, Exception exception) + at System.ServiceModel.Diagnostics.DiagnosticTrace.BuildTrace(PlainXmlWriter xml, TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) + at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) + at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) + at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) + at System.ServiceModel.ServiceHostBase.ApplyConfiguration() + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart() +System.InvalidOperationException: The contract ExchangeService.ITradeMonitor is not a contract implemented by the service type TradePerfMon.489596759070 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.ThrowHelperError(Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()65540301HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/UnhandledExceptionUnhandled exceptionTradingServicePerfMonHost.vshost.exeSystem.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089The contract ExchangeService.ITradeMonitor is not a contract implemented by the service type TradePerfMon. at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) + at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) + at System.ServiceModel.ServiceHostBase.ApplyConfiguration() + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()System.InvalidOperationException: The contract ExchangeService.ITradeMonitor is not a contract implemented by the service type TradePerfMon. + at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) + at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) + at System.ServiceModel.ServiceHostBase.ApplyConfiguration() + at System.ServiceModel.ServiceHostBase.InitializeDescription() + at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) + at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 + at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) + at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) + at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() + at System.Threading.ThreadHelper.ThreadStart_Context(Object state) + at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) + at System.Threading.ThreadHelper.ThreadStart()489596835208 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()131073308HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/AppDomainUnloadAppDomain unloading.TradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost.exeTradingServicePerfMonHost.vshost2908489596869375 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.ShutdownTracing() at System.ServiceModel.Diagnostics.DiagnosticTrace.UnhandledExceptionHandler(Object sender, UnhandledExceptionEventArgs args) at System.ServiceModel.Description.ConfigLoader.LookupContract(String contractName, String serviceName) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/64923656.489608970393 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160489812928625 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/28068188.489813180586 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.vshost.exesystem.serviceModel/services489813475204 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.vshost.exeTrueExchangeService.TradePerfMonExchangeService.TradePerfMon489813500220 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.vshost.exe489813505136 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradingServicePerfMonHost.vshost.exeTruebasicHttpBinding489813724619 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.vshost.exe489813843455 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradingServicePerfMonHost.vshost.exereturnFaults489813864125 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeConstruct System.ServiceModel.ServiceHost/28068188.489813868071 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160489813871008 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160489813872920 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeOpen System.ServiceModel.ServiceHost/28068188.489813876149 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/28068188TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/28068188489813880506 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/28068188
      http://localhost:8000/
      489813892866 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.vshost.exesystem.serviceModel/diagnostics489813930754 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.vshost.exesystem.serviceModel/diagnostics489814310487 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33163964TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33163964489814367253 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/14421545TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/14421545489814375468 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/14421545TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/14421545489814377238 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()3277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33163964http://localhost:8000/TradePerfMonService489814384821 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160489814400846 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeListen at http://localhost:8000/TradePerfMonService.489814408771 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradePerfMonService.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/35567111489814411492 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()3277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33163964http://localhost:8000/TradePerfMonService489814623745 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33163964TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33163964489814628175 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/65066874TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/65066874489814630117 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.EndpointDispatcher/63238509http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradePerfMonService489814656077 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/11679222TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/11679222489814659250 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/11679222TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/11679222489814661935 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/35410979TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/35410979489814664348 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/57416410TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/57416410489814666383 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/57416410TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/57416410489814668500 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/35567111489814670725 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()3277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/35410979http://localhost:8000/mex489814675622 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/35410979TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/35410979489814678148 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/61940669TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/61940669489814679919 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/15193904TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.InstanceContext/15193904489814681877 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/15193904TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.InstanceContext/15193904489814685841 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.EndpointDispatcher/6303833http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex489814688330 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/40452378TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/40452378489814695616 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/40452378TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/40452378489814698665 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/36009496TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/36009496489814700272 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/19634871TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/19634871489814702392 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/19634871TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/19634871489814704262 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/35567111489814736418 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()3277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/36009496http://localhost:8000/489814739411 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/36009496TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/36009496489814741426 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/22584602TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/22584602489814743106 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/32903719TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.InstanceContext/32903719489814746580 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/32903719TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.InstanceContext/32903719489814749324 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.EndpointDispatcher/1669504http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/489814751984 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/14696841TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/14696841489814753731 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/14696841TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/14696841489814755471 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/28068188TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.ServiceHost/28068188489814757391 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.vshost.exeOpen System.ServiceModel.ServiceHost/28068188.489814759095 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()030255HOME-6A6E390160489814760680 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/20974680TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/20974680489815047230 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33163964TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33163964489815057074 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/20974680TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/20974680489815096174 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/37916227TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/37916227489815101104 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/35410979TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/35410979489815112531 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/37916227TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/37916227489815114833 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63403007TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.ReplyChannel/63403007489815116810 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/36009496TradingServicePerfMonHost.vshost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/36009496489815118591 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpened030255HOME-6A6E390160490055189696 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.490055382448 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/services490055678525 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.exeTrueExchangeService.TradePerfMonExchangeService.TradePerfMon490055691451 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe490055706146 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradingServicePerfMonHost.exeTruebasicHttpBinding490055747223 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe490055855945 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradingServicePerfMonHost.exereturnFaults490055862298 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.490055866047 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160490055867690 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160490055868958 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.490055879209 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638490055882458 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      490055885041 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics490055902294 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics490056429198 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294490056493946 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196490056507493 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196490056510676 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService490056515729 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160490056529678 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeListen at http://localhost:8000/TradePerfMonService.490056532271 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradePerfMonService.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313490056534749 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService490056814588 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294490056817428 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638490056818945 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/34948909http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradePerfMonService490056851294 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/46104728TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728490056859549 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/46104728TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728490056861644 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376490056864266 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525490056866283 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525490056867752 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313490056869383 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376http://localhost:8000/mex490056871271 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376490056872853 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/55915408TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/55915408490056874440 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/33476626490056884807 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/33476626490056889215 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/32854180http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex490056891484 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/27252167TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27252167490056892775 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/27252167TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27252167490056895042 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917490056896666 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933490056898318 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933490056899745 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313490056901531 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917http://localhost:8000/490056903223 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917490056904781 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/2606490TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/2606490490056905897 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/23458411490056907290 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/23458411490056908949 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/9799115http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/490056910626 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/21083178TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/21083178490056922188 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/21083178TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/21083178490056923989 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638490056926072 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.490056927470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160490056928690 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064490057077021 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294490057082918 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064490057084999 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272490057087495 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376490057101196 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272490057105825 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909490057107808 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917490057109336 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909490057110776 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160490124577107 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradeMonitor490124894667 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327689304HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpChannelMessageReceiveFailedFailed to lookup a channel to receive an incoming message. Either the endpoint or the SOAP action was not found.TradingServicePerfMonHost.exe490124915883 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradeMonitor490125134875 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255<030255HOME-6A6E390160491860723006 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.491861162705 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/services491861401311 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.exeTrueExchangeService.TradePerfMonExchangeService.TradePerfMon491861418894 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe491861422226 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradingServicePerfMonHost.exeTruebasicHttpBinding491861718922 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe491861970348 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradingServicePerfMonHost.exereturnFaults491862032108 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.491862050349 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160491862052812 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160491862055015 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.491862057622 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638491862059158 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      491862061697 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics491862161746 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics491863026743 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294491863166255 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196491863178806 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196491863183164 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService491863200979 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160491863210705 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeListen at http://localhost:8000/TradePerfMonService.491863214282 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradePerfMonService.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313491863218071 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService491863598760 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294491863613347 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638491863616412 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/34948909http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradePerfMonService491863671729 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/46104728TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728491863675220 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/46104728TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728491863676690 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376491863678666 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525491863680686 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525491863683975 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313491863686403 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376http://localhost:8000/mex491863688360 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376491863690183 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/55915408TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/55915408491863691649 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/33476626491863693069 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/33476626491863697608 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/32854180http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex491863699813 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/27252167TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27252167491863701246 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/27252167TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27252167491863702789 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917491863704491 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933491863706138 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933491863709532 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313491863712180 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917http://localhost:8000/491863713983 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917491863715493 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/2606490TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/2606490491863716862 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/23458411491863720922 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/23458411491863723307 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/9799115http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/491863725359 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/21083178TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/21083178491863727112 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/21083178TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/21083178491863728719 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638491863731401 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.491863733052 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160491863734430 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064491864699260 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294491864922445 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064491864928713 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272491864938684 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376491864940656 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272491864941719 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909491864943185 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917491864944449 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909491864945677 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160492621646060 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.492621905547 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/services492622178123 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.exeTrueExchangeService.TradePerfMonExchangeService.TradePerfMon492622191003 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe492622193116 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradingServicePerfMonHost.exeTruebasicHttpBinding492622246127 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe492622277509 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradingServicePerfMonHost.exereturnFaults492622281773 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.492622284745 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160492622286283 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160492622288374 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.492622291015 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638492622292656 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      492622295081 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics492622430984 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics492624186006 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294492624238971 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196492624471610 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196492624474153 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService492624479655 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160492624485644 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeListen at http://localhost:8000/TradePerfMonService.492624487927 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradePerfMonService.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313492624489959 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService492624807124 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294492624810043 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638492624811548 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/34948909http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradePerfMonService492624865244 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/46104728TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728492624869017 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/46104728TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728492624870628 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376492624872839 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525492624874834 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525492624877645 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313492624879446 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376http://localhost:8000/mex492624881668 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376492624883390 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/55915408TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/55915408492624884972 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/33476626492624898135 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/33476626492624907682 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/32854180http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex492624911244 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/27252167TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27252167492624913709 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/27252167TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27252167492624915326 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917492624916960 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933492624918933 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933492624920246 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313492625003426 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917http://localhost:8000/492625007565 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917492625009359 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/2606490TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/2606490492625010928 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/23458411492625012489 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/23458411492625014398 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/9799115http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/492625016428 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/21083178TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/21083178492625018065 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/21083178TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/21083178492625020727 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638492625022504 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.492625024142 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160492625025442 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064492625153095 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294492625161124 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064492625163352 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272492625169504 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376492625171203 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272492625181077 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909492625184275 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917492625222768 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909492625224990 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160492732666348 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService492732675304 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics492733326481 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.MessageLogger.Initialize() at System.ServiceModel.Diagnostics.MessageLogger.EnsureInitialized() at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160492734324783 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity492734356913 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService492734609427 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService492734721185 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/37614147TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ServiceChannel/37614147492734993386 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ServiceChannel/37614147ExchangeService.TradePerfMon, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradePerfMonService492735243149 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/37614147TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ServiceChannel/37614147492735356862 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity492735360271 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/35460724TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/35460724492735435124 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/35460724TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/35460724492735531873 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService492748883600 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160492749405933 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.492749522617 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.492749534064 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160492749547590 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)492749588091 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498492749714556 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/65961401False4b36995a-9b0e-4b63-a5ff-5e6eba7984ed492750377052 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/65961401False4b36995a-9b0e-4b63-a5ff-5e6eba7984ed492751407682 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/65961401492751413105 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/35460724TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/35460724492751420689 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/35460724TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/35460724492751488223 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity492751491496 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService492751493388 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160492751494442 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493502148287 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService493502159384 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493502217430 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity493502221771 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/47602007text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService493502223412 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/47602007text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService493502224802 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity493502231224 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/3927761TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/3927761493502234592 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/3927761TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/3927761493502236727 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/47602007text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService493513667956 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493513714507 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.493513728450 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.493513733135 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493513734952 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)493513740772 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/47602007493513742692 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/66771947False2c70484c-7c91-4f34-abea-54954f2a6c0f493513748252 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/66771947False2c70484c-7c91-4f34-abea-54954f2a6c0f493513842798 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/66771947493513846158 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/3927761TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/3927761493513848425 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/3927761TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/3927761493513851050 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity493513855007 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService493513878362 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493513879965 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493603488094 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService493603511751 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493604329675 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity493604334776 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/61381290text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService493604341024 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/61381290text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService493604342607 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity493604353781 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/36848977TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/36848977493604356820 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/36848977TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/36848977493604358959 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/61381290text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService493615848231 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493615861393 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.493615865241 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.493615869334 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493615876924 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)493615883195 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/61381290493615885736 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22452836Falsec38e7dc6-f637-45b1-b0b2-dba469274b6d493615900636 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22452836Falsec38e7dc6-f637-45b1-b0b2-dba469274b6d493615979292 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22452836493615982674 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/36848977TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/36848977493615984924 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/36848977TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/36848977493615987533 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity493615989362 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService493615991320 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493615992142 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493645005861 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService493645553895 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493645758308 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity493645943952 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/46153895text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService493645946820 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/46153895text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService493645948187 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity493645953983 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/46418718TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/46418718493645956076 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/46418718TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/46418718493645958215 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/46153895text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService493656644748 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493656672721 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.493656678953 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.493656682816 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493656684715 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)493656704521 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/46153895493656707103 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/50920718False7a08fbb6-9805-42f0-81ce-e01348e4b71a493656718916 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/50920718False7a08fbb6-9805-42f0-81ce-e01348e4b71a493656813080 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/50920718493656816709 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/46418718TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/46418718493656819743 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/46418718TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/46418718493656822382 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity493656824417 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService493656826167 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160493656827172 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160494069264742 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService494069299392 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160494069351356 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity494069354599 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/60345850text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService494069374954 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/60345850text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService494069377030 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity494069382337 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/19246503TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/19246503494069760631 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/19246503TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/19246503494069764530 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/60345850text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService494083921420 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160494083933600 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.494083938549 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.494083942521 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160494083944319 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)494083960851 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/60345850494083964551 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/58755095False842f0d14-47ef-4ad3-aa4d-f4de24c0bdac494083968396 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/58755095False842f0d14-47ef-4ad3-aa4d-f4de24c0bdac494084043656 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/58755095494084062320 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/19246503TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/19246503494084066437 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/19246503TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/19246503494084069046 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity494084072031 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService494084073876 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160494084074872 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160494400407871 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService494400413084 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160494400499797 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity494400502224 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/59312528text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService494400515629 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/59312528text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService494400523646 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity494400533834 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/1680021TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/1680021494400537107 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/1680021TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/1680021494400551344 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/59312528text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService494411755902 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160494411779853 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.494411783758 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.494411787865 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160494411789922 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)494411845440 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/59312528494411850036 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/28560362False4e5f2c62-b9bb-4df7-837f-db427491a7f0494411854153 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/28560362False4e5f2c62-b9bb-4df7-837f-db427491a7f0494411933659 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/28560362494411937123 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/1680021TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/1680021494411952980 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/1680021TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/1680021494411957129 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity494411973771 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService494411996059 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult 030255HOME-6A6E390160495886435511 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.495886655457 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/services495886936796 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.exeTrueExchangeService.TradePerfMonExchangeService.TradePerfMon495886948951 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe495886951041 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradingServicePerfMonHost.exeTruebasicHttpBinding495887109590 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe495887145439 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradingServicePerfMonHost.exereturnFaults495887149556 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.495887152512 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160495887154035 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160495887155245 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.495887157648 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638495887159168 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      495887161669 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics495887190307 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics495887736078 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294495887790048 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196495887806777 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196495887808771 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService495887821879 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160495887827973 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeListen at http://localhost:8000/TradePerfMonService.495887830355 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradePerfMonService.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313495887832159 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService495888023331 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294495888026041 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638495888027366 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/34948909http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradePerfMonService495888060948 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/46104728TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728495888064180 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/46104728TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728495888076441 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376495888079454 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525495888081282 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525495888092221 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313495888094374 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376http://localhost:8000/mex495888096797 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376495888098436 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/55915408TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/55915408495888099835 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/33476626495888113187 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/33476626495888128033 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/32854180http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex495888130508 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/27252167TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27252167495888131882 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/27252167TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27252167495888133330 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917495888134953 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933495888146358 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933495888149375 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313495888151123 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917http://localhost:8000/495888154139 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917495888156360 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/2606490TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/2606490495888157589 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/23458411495888158999 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/23458411495888160938 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/9799115http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/495888162840 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/21083178TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/21083178495888164343 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/21083178TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/21083178495888165763 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638495888167455 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.495888168911 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160495888170152 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064495888300724 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294495888306693 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064495888308677 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272495888311191 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376495888312620 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272495888313949 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909495888315472 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917495888329351 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909495888336951 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496023789230 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.496024022612 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/services496024400220 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.exeTrueExchangeService.TradePerfMonExchangeService.TradePerfMon496024434374 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe496024451716 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradingServicePerfMonHost.exeTruebasicHttpBinding496024680023 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe496024713654 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradingServicePerfMonHost.exereturnFaults496024743246 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.496024746896 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160496024748545 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160496024749861 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.496024752965 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638496024754342 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      496024756647 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics496024795825 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics496025406107 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294496025460610 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196496025474827 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196496025476717 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService496025496323 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160496025501124 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeListen at http://localhost:8000/TradePerfMonService.496025503506 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradePerfMonService.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313496025507836 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService496025714631 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294496025717362 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638496025718819 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/34948909http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradePerfMonService496025744844 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/46104728TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728496025747984 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/46104728TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/46104728496025749335 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376496025751389 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525496025753126 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/43495525496025754604 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313496025756140 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376http://localhost:8000/mex496025763862 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376496025767642 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/55915408TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/55915408496025769544 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/33476626496025772613 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/33476626496025776227 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/32854180http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex496025778413 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/27252167TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27252167496025779743 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/27252167TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/27252167496025781168 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917496025783062 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933496025784681 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/59941933496025786002 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313496025787744 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917http://localhost:8000/496025790242 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917496025791931 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/2606490TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/2606490496025798519 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/23458411496025800215 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/23458411496025811712 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/9799115http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/496025814195 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/21083178TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/21083178496025815632 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/21083178TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/21083178496025817059 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638496025818928 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.496025820284 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160496025821580 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064496026096338 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294496026103036 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064496026106107 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272496026108974 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/12289376496026110426 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272496026111855 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909496026113338 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43942917496026114786 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909496026116279 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496072285811 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService496072359452 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics496072559661 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.MessageLogger.Initialize() at System.ServiceModel.Diagnostics.MessageLogger.EnsureInitialized() at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496072570860 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity496072572693 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService496072576883 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService496072578816 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/37614147TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ServiceChannel/37614147496072596938 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ServiceChannel/37614147ExchangeService.TradePerfMon, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradePerfMonService496072605385 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/37614147TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ServiceChannel/37614147496072607713 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity496072609898 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/35460724TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/35460724496072612233 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/35460724TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/35460724496072614641 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService496082467641 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496082479111 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.496082501775 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.496082512328 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496082515218 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)496082550654 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498496082564536 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/65961401Falsec2a32ce9-17d7-4939-81c6-27ad482e1f98496082577104 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/65961401Falsec2a32ce9-17d7-4939-81c6-27ad482e1f98496082738975 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/65961401496082743106 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/35460724TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/35460724496082745789 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/35460724TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/35460724496082749964 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity496082751963 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService496082753857 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496082789383 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496431601736 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService496431604468 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496431657522 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity496431669971 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/47602007text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService496431672198 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/47602007text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService496431673515 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity496431692473 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/3927761TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/3927761496431755632 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/3927761TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/3927761496431758699 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/47602007text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService496443878400 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496443910290 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.496443915176 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.496443930997 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496443933830 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)496444268744 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/47602007496444271387 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/66771947False8d455427-62b2-44a9-9d85-2c246ddd012e496444275471 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/66771947False8d455427-62b2-44a9-9d85-2c246ddd012e496444484469 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/66771947496444489534 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/3927761TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/3927761496444492810 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/3927761TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/3927761496444505026 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity496444507214 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService496444509226 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496444510051 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496555004897 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService496555037262 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496555086313 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity496555101702 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/61381290text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService496555216628 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/61381290text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService496555218932 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity496555224213 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/36848977TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/36848977496555226308 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/36848977TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/36848977496555228440 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/61381290text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService496565294084 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496565298678 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.496565301117 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.496565305242 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496565306974 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)496565323818 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/61381290496565326011 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22452836False59a2c3b1-35fd-402b-bb34-f86f385f59bd496565329725 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22452836False59a2c3b1-35fd-402b-bb34-f86f385f59bd496565410207 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/22452836496565414460 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/36848977TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/36848977496565463814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/36848977TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/36848977496565470351 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity496565472325 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService496565474346 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160496565483036 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160497227974615 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService497228005256 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160497228058347 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity497228061915 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/46153895text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService497228063630 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/46153895text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService497228084564 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity497228090743 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/46418718TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/46418718497228093178 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/46418718TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/46418718497228276364 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.InstanceBehavior.EnsureInstanceContext(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/46153895text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService497241673136 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160497241680086 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.497241682562 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.497241687283 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160497241689094 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)497241705383 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/46153895497241707840 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/50920718Falsef2de754a-103e-4f54-b151-b8866e06eec5497241711667 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/50920718Falsef2de754a-103e-4f54-b151-b8866e06eec5497241827865 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/50920718497241831838 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519733016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosingClosing System.ServiceModel.InstanceContext/46418718TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/46418718497241852456 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosing() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519743016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectClosedClosed System.ServiceModel.InstanceContext/46418718TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/46418718497241857242 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnClosed() at System.ServiceModel.InstanceContext.OnClosed() at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Close() at System.ServiceModel.InstanceContext.CloseIfNotBusy(Boolean workCompleted) at System.ServiceModel.InstanceContext.NotifyEmpty(InstanceContext instanceContext) at System.ServiceModel.ServiceChannelManager.OnEmpty() at System.ServiceModel.ServiceChannelManager.DecrementActivityCount() at System.ServiceModel.InstanceContext.UnbindRpc(MessageRpc& rpc) at System.ServiceModel.Dispatcher.InstanceBehavior.AfterReply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity497241860067 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService497241862037 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160030255HOME-6A6E390160498075833921 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.498076058240 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/services498084196014 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.ServicesSection.GetSection() at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520043016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetServiceElementGet ServiceElement.TradingServicePerfMonHost.exeTrueExchangeService.TradePerfMonExchangeService.TradePerfMon498084220531 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupService(String serviceConfigurationName) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe498084225084 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348520033016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetDefaultConfiguredBindingGet default configured binding.TradingServicePerfMonHost.exeTruebasicHttpBinding498084268564 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBinding(String bindingSectionName, String configurationName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519993016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetCommonBehaviorsGet machine.config common behaviors.TradingServicePerfMonHost.exe498084300818 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Description.ConfigLoader.LookupCommonBehaviors(ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 348519983016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetBehaviorElementGet BehaviorElement.TradingServicePerfMonHost.exereturnFaults498084308607 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Description.ConfigLoader.LookupBehaviors(String behaviorName, ContextInformation context) at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(UriSchemeKeyedCollection baseAddresses, ServiceDescription description, ServiceElement serviceElement) at System.ServiceModel.ServiceHostBase.ApplyConfiguration() at System.ServiceModel.ServiceHostBase.InitializeDescription() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeConstruct System.ServiceModel.ServiceHost/33574638.498084321575 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160498084324090 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 34030255HOME-6A6E390160498084325790 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.498084328248 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638498084329814 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852009308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceHostBaseAddressesServiceHost base addresses.TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638
      http://localhost:8000/
      498084333287 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36
      8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics498084363015 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.PerformanceCounters..cctor() at System.ServiceModel.Description.DispatcherBuilder.InitializeServicePerformanceCounters(ServiceHostBase serviceHost) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics498084725985 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.ServiceBehaviorAttribute.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at System.ServiceModel.ServiceHostBase.InitializeRuntime() at System.ServiceModel.ServiceHostBase.OnBeginOpen() at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294498084769998 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196498084793056 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/35191196498084795445 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277163016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/NoExistingTransportManagerNo existing transport manager was found for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService498084801292 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160498084805291 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeListen at http://localhost:8000/TradePerfMonService.498084807043 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/TradePerfMonService.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313498084808520 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294http://localhost:8000/TradePerfMonService498085024700 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294498085027147 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/31914638TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/31914638498085030524 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/18796293TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/18796293498085042592 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/18796293TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/18796293498085053344 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/46104728http://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradePerfMonService498085072201 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/12289376498085074936 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/12289376TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/12289376498085076164 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43495525498085077964 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/55915408TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/55915408498085079210 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/55915408TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/55915408498085080453 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/mex.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313498085082099 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43495525http://localhost:8000/mex498085083691 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43495525498085084764 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/33476626TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/33476626498085087230 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/32854180TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/32854180498085088465 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/32854180TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/32854180498085089740 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/27252167http://schemas.xmlsoap.org/ws/2004/09/transferWS-Transferhttp://localhost:8000/mex498085091245 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/43942917498085092637 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/43942917TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/43942917498085093827 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelListener/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/59941933498085094881 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.TransportChannelListener.OnOpening() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.HttpReplyChannelAcceptor/2606490TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/2606490498085096187 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelAcceptor/2606490TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelAcceptor/2606490498085097771 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Channels.HttpChannelListener`1.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36852013308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/TransportListenListen at http://localhost:8000/.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.SharedHttpTransportManager/48285313498085099247 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 363277203016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/WiredUpTransportManagersThe transport managers have been wired up for the specified URI.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/59941933http://localhost:8000/498085103897 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.TransportChannelListener.SelectTransportManagers() at System.ServiceModel.Channels.TransportChannelListener.OnOpenCore() at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.HttpReplyChannelListener/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/59941933498085105559 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ChannelDispatcher/23458411TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ChannelDispatcher/23458411498085107044 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.InstanceContext/9799115TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/9799115498085108264 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.InstanceContext/9799115TradingServicePerfMonHost.exeSystem.ServiceModel.InstanceContext/9799115498085109896 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.InstanceContext.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.InstanceBehavior..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime..ctor(DispatchRuntime dispatch) at System.ServiceModel.Dispatcher.DispatchRuntime.GetRuntimeCore() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36327684308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/EndpointListenerOpenEndpoint listener opened.TradingServicePerfMonHost.exeSystem.ServiceModel.EndpointDispatcher/21083178http://tempuri.org/IHttpGetMetadatahttp://localhost:8000/498085112167 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Dispatcher.ChannelDispatcher.TraceEndpointLifetime(EndpointDispatcher endpoint, TraceCode traceCode) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Dispatcher.ListenerHandler/55530882TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55530882498085113695 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Dispatcher.ListenerHandler/55530882TradingServicePerfMonHost.exeSystem.ServiceModel.Dispatcher.ListenerHandler/55530882498085114861 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Dispatcher.ListenerHandler.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.ServiceHost/33574638TradingServicePerfMonHost.exeSystem.ServiceModel.ServiceHost/33574638498085116643 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.ServiceHostBase.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeOpen System.ServiceModel.ServiceHost/33574638.498085118558 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 36030255HOME-6A6E390160498085119569 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at ExchangeService.Program.Main(String[] args) in C:\PracticalWcf\Chapter06\WCFManagement\TradingServicePerfMonHost\Program.cs:line 368519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064498085668589 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/33736294TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/33736294498085680516 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/63835064TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/63835064498085683017 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272498085700992 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/43495525TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/43495525498085702537 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/11454272TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/11454272498085704087 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909498085705611 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3277093016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ChannelCreatedCreated: System.ServiceModel.Channels.HttpReplyChannelListener/59941933TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.HttpReplyChannelListener/59941933498085707110 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.ChannelManagerBase.ChannelCreated(IChannel channel) at System.ServiceModel.Channels.ChannelBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ReplyChannel/60504909TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ReplyChannel/60504909498085708402 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ListenerHandler.Dispatch(Transaction tx) at System.ServiceModel.Dispatcher.ListenerHandler.ChannelPump() at System.ServiceModel.Dispatcher.ListenerHandler.InitiateChannelPump(Object state) at System.ServiceModel.Diagnostics.TraceUtility.TracingAsyncCallbackItem.ExecuteCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160498155711780 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.CreateBoundedActivity(Guid activityId) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService498155751569 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8520023016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/GetConfigurationSectionGet configuration section.TradingServicePerfMonHost.exesystem.serviceModel/diagnostics498155851420 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Configuration.ConfigurationStrings.GetSection(String sectionPath) at System.ServiceModel.Configuration.DiagnosticSection.GetSection() at System.ServiceModel.Diagnostics.MessageLogger.Initialize() at System.ServiceModel.Diagnostics.MessageLogger.EnsureInitialized() at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160498155861255 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity498155862975 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Diagnostics.TraceUtility.TransferFromTransport(Message message) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpRequestReceivedHttp request was receivedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService498155936411 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)327700308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/ReplyChannelMessageReceivedReceived a message over reply channelTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService498156021472 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.ReplyChannelAcceptor.OnTraceMessageReceived(IRequestContext requestContext) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519783016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpeningOpening System.ServiceModel.Channels.ServiceChannel/37614147TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ServiceChannel/37614147498156034695 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)852007308HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/ServiceChannelLifetimeServiceChannel information.TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ServiceChannel/37614147ExchangeService.TradePerfMon, ExchangeService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullhttp://PracticalWcf/Exchange/TradeServiceTradeServicehttp://localhost:8000/TradePerfMonService498156078474 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, TraceRecord extendedData, Object source, Exception exception) at System.ServiceModel.Channels.ServiceChannel.TraceChannelOpen() at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519793016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/CommunicationObjectOpenedOpened System.ServiceModel.Channels.ServiceChannel/37614147TradingServicePerfMonHost.exeSystem.ServiceModel.Channels.ServiceChannel/37614147498156080970 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Channels.CommunicationObject.OnOpened() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at System.ServiceModel.Dispatcher.ChannelHandler.InitializeServiceChannel(ServiceChannel channel) at System.ServiceModel.Dispatcher.ChannelHandler.GetDatagramChannel(Message message, EndpointDispatcher& endpoint, Boolean& addressMatched) at System.ServiceModel.Dispatcher.ChannelHandler.EnsureChannelAndEndpoint(IRequestContext request, ServiceChannel& channel, EndpointDispatcher& endpoint) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity498156095155 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Resume() at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519853016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageReadA message was readTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498text/xml; charset="utf-8"Falsehttp://localhost:8000/TradePerfMonServicehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurityhttp://localhost:8000/TradePerfMonService498156576265 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.GetReaderAtBodyContents() at System.ServiceModel.Dispatcher.PrimitiveOperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160498156583760 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.CreateActivity(Guid activityId, Boolean addTransfer) at System.ServiceModel.Diagnostics.ServiceModelActivity.BoundOperation(Boolean addTransfer) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.498156605003 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Start(String activityName) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exeExecute ExchangeService.ITradePerfMonService.TradeSecurity.498156617318 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOME-6A6E390160498156619183 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) at System.Diagnostics.TraceSource.TraceTransfer(Int32 id, String message, Guid relatedActivityId) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceTransfer(Guid newId) at System.ServiceModel.Diagnostics.ServiceModelActivity.TransferActivity.Dispose() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)65539302HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/Reliability/TracingExceptionTracing an exceptionTradingServicePerfMonHost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.NullReferenceException: Object reference not set to an instance of an object. + at ExchangeService.TradePerfMon.TradeSecurity(String ticker, Int32 quantity) in C:\PracticalWcf\Chapter06\WCFManagement\ExchangeService\TradePerfMon.cs:line 108 + at SyncInvokeTradeSecurity(Object , Object[] , Object[] ) + at System.ServiceModel.Dispatcher.InvokeDelegate.Invoke(Object target, Object[] inputs, Object[] outputs) + at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs) + at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc) + at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)498157121300 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.ExceptionUtility.TraceException(Exception exception, TraceEventType eventType) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BufferedMessage/21950498498157244589 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Dispatcher.MessageRpc.CloseRequest() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519863016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageWrittenA message was writtenTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35460724Falsef4a7bafd-ea38-40b2-b801-4f83276a1a95498157271657 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Message message) at System.ServiceModel.Channels.Message.WriteMessage(XmlDictionaryWriter writer) at System.ServiceModel.Channels.BufferedMessageWriter.WriteMessage(Message message, BufferManager bufferManager, Int32 initialOffset, Int32 maxSizeQuota) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)3276883016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/Channels/HttpResponseSentHttp response was sentTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35460724Falsef4a7bafd-ea38-40b2-b801-4f83276a1a95498157618130 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.TraceUtility.TraceEvent(TraceEventType severity, TraceCode traceCode, Object source, Message message) at System.ServiceModel.Channels.HttpOutput.TraceSend() at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)8519823016HOME-6A6E390160http://msdn.microsoft.com/2004/06/System/ServiceModel/MessageClosedA message was closedTradingServicePerfMonHost.exeSystem.ServiceModel.Channels.BodyWriterMessage/35460724498157621848 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Channels.Message.Close() at System.ServiceModel.Channels.HttpOutput.Dispose() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://PracticalWcf/Exchange/TradeService/TradeService/TradeSecurity498157728977 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.ProcessError(Exception e) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCompleted(IAsyncResult result, Boolean completedSynchronously) at System.ServiceModel.WrappedAsyncResult`1.OperationCallback(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)170393630255HOME-6A6E390160http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Diagnostics/ActivityId/BoundaryActivity boundaryTradingServicePerfMonHost.exehttp://localhost:8000/TradePerfMonService498157742678 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Object source) at System.ServiceModel.Diagnostics.DiagnosticTrace.TraceEvent(TraceEventType type, TraceCode code, String description, TraceRecord trace, Exception exception, Guid activityId, Object source) at System.ServiceModel.Diagnostics.ServiceModelActivity.TraceMilestone(TraceEventType type) at System.ServiceModel.Diagnostics.ServiceModelActivity.Stop() at System.ServiceModel.Diagnostics.ServiceModelActivity.Dispose() at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)030255HOM \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/TradeServiceHost/Host.cs b/PRO WCF Final Code/Chapter 06/TradeServiceHost/Host.cs new file mode 100644 index 0000000..a4f43ef --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/TradeServiceHost/Host.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ServiceModel; +using System.Text; + +namespace ExchangeService +{ + public class Program + { + public static void Main(string[] args) + { + using (ServiceHost host = new ServiceHost(typeof(TradeService), new Uri[] { new Uri("http://localhost:8000/") })) + { + host.Open(); + Console.WriteLine("The WCF Management trading service is available."); + Console.ReadKey(); + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 06/TradeServiceHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 06/TradeServiceHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..c85acc1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/TradeServiceHost/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("TradeServiceHost")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Home")] +[assembly: AssemblyProduct("TradeServiceHost")] +[assembly: AssemblyCopyright("Copyright © Home 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("8ee99ad2-f7d2-451a-8e08-1644445e34d9")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 06/TradeServiceHost/TradeServiceHost.csproj b/PRO WCF Final Code/Chapter 06/TradeServiceHost/TradeServiceHost.csproj new file mode 100644 index 0000000..7430a60 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/TradeServiceHost/TradeServiceHost.csproj @@ -0,0 +1,57 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {30F611CF-96E7-4374-8DB6-D084140BCBF9} + Exe + Properties + TradeServiceHost + TradeServiceHost + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + ExchangeService + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/App.config b/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/App.config new file mode 100644 index 0000000..5c86a8f --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/App.config @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/Program.cs b/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/Program.cs new file mode 100644 index 0000000..fa85ad3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/Program.cs @@ -0,0 +1,31 @@ +using System; +using System.Collections.Generic; +using System.Messaging; +using System.ServiceModel; +using System.Text; + +namespace ExchangeService +{ + public class Program + { + public static void Main(string[] args) + { + TradePerfMon trade = new TradePerfMon(); + using (ServiceHost host = new ServiceHost(typeof(TradePerfMon), new Uri[] { new Uri("http://localhost:8000/TradePerfMonService") })) + { + host.Open(); + trade.InitializeCounters(host.Description.Endpoints); + Console.WriteLine("The WCF Management trading service is available."); + for (int index = 1; index < 225; index++) + { + Console.WriteLine("IBM - traded " + (index + 100) + " shares for " + trade.TradeSecurity("IBM", (index + 100)) + " dollars"); + // We are deliberately increasing the tolal voulme of trades to view the difference in the perfomance monitor) + Console.WriteLine("MSFT - tradedtrade " + index + " shares for " + trade.TradeSecurity("MSFT", index) + " dollars"); + System.Threading.Thread.Sleep(1000); + } + + Console.ReadKey(); + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..fd277eb --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("TradingServicePerfMonHost")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Home")] +[assembly: AssemblyProduct("TradingServicePerfMonHost")] +[assembly: AssemblyCopyright("Copyright © Home 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("54b8bce6-c39e-4491-b86b-463dacb20531")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/TradingServicePerfMonHost.csproj b/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/TradingServicePerfMonHost.csproj new file mode 100644 index 0000000..e46ec15 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/TradingServicePerfMonHost/TradingServicePerfMonHost.csproj @@ -0,0 +1,58 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {D555A6EC-A42D-4DE2-B39A-56E316CCE584} + Exe + Properties + TradingServicePerfMonHost + TradingServicePerfMonHost + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + ExchangeService + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/WCFManagement.sln b/PRO WCF Final Code/Chapter 06/WCFManagement.sln new file mode 100644 index 0000000..3238e99 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/WCFManagement.sln @@ -0,0 +1,66 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfSimpleClient", "WcfSimpleClient\WcfSimpleClient.csproj", "{9F211966-0F87-4625-B157-22E4FBE2230C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TradeServiceHost", "TradeServiceHost\TradeServiceHost.csproj", "{30F611CF-96E7-4374-8DB6-D084140BCBF9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TradingServicePerfMonHost", "TradingServicePerfMonHost\TradingServicePerfMonHost.csproj", "{D555A6EC-A42D-4DE2-B39A-56E316CCE584}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|.NET.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|.NET.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.Build.0 = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Debug|.NET.ActiveCfg = Debug|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Release|.NET.ActiveCfg = Release|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Release|Any CPU.Build.0 = Release|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Debug|.NET.ActiveCfg = Debug|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Release|.NET.ActiveCfg = Release|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Release|Any CPU.Build.0 = Release|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {D555A6EC-A42D-4DE2-B39A-56E316CCE584}.Debug|.NET.ActiveCfg = Debug|Any CPU + {D555A6EC-A42D-4DE2-B39A-56E316CCE584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D555A6EC-A42D-4DE2-B39A-56E316CCE584}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D555A6EC-A42D-4DE2-B39A-56E316CCE584}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {D555A6EC-A42D-4DE2-B39A-56E316CCE584}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {D555A6EC-A42D-4DE2-B39A-56E316CCE584}.Release|.NET.ActiveCfg = Release|Any CPU + {D555A6EC-A42D-4DE2-B39A-56E316CCE584}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D555A6EC-A42D-4DE2-B39A-56E316CCE584}.Release|Any CPU.Build.0 = Release|Any CPU + {D555A6EC-A42D-4DE2-B39A-56E316CCE584}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {D555A6EC-A42D-4DE2-B39A-56E316CCE584}.Release|Mixed Platforms.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 06/WCFManagement.suo b/PRO WCF Final Code/Chapter 06/WCFManagement.suo new file mode 100644 index 0000000000000000000000000000000000000000..d34fe2e4e2c5b979544f1dd37388cede6f4afc59 GIT binary patch literal 34816 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 06/WcfSimpleClient/App.config b/PRO WCF Final Code/Chapter 06/WcfSimpleClient/App.config new file mode 100644 index 0000000..e64e1c4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/WcfSimpleClient/App.config @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/WcfSimpleClient/Program.cs b/PRO WCF Final Code/Chapter 06/WcfSimpleClient/Program.cs new file mode 100644 index 0000000..86de254 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/WcfSimpleClient/Program.cs @@ -0,0 +1,37 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel.Channels; + +namespace ExchangeService +{ + class Program + { + static void Main(string[] args) + { + ITradeService proxy = new System.ServiceModel.ChannelFactory("TradeServiceConfiguration").CreateChannel(); + ITradeMonitor monitor = new System.ServiceModel.ChannelFactory("TradeMonitorConfiguration").CreateChannel(); + Console.WriteLine("\nTrade IBM"); + Console.WriteLine(monitor.StartMonitoring("IBM")); + double result = proxy.TradeSecurity("IBM", 1000); + Console.WriteLine("Cost was " + result); + Console.WriteLine(monitor.StopMonitoring("IBM")); + Console.WriteLine("\nTrade MSFT"); + result = proxy.TradeSecurity("MSFT", 2000); + Console.WriteLine("Cost was " + result); + try + { + Console.WriteLine("\nTrade ATT"); + result = proxy.TradeSecurity("T", 3000); + Console.WriteLine("Cost was " + result); + } + catch (Exception ex) + { + Console.Write("Exception was: " + ex.Message); + } + + Console.WriteLine("\n\nPress to exit..."); + Console.ReadLine(); + } + } +} diff --git a/PRO WCF Final Code/Chapter 06/WcfSimpleClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 06/WcfSimpleClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..978dba7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/WcfSimpleClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "WcfSimpleClient" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "WcfSimpleClient" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "23f2cbd0-5de6-4d9a-b0d7-f672cd408326" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 06/WcfSimpleClient/WcfSimpleClient.csproj b/PRO WCF Final Code/Chapter 06/WcfSimpleClient/WcfSimpleClient.csproj new file mode 100644 index 0000000..878dc8c --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/WcfSimpleClient/WcfSimpleClient.csproj @@ -0,0 +1,59 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {9F211966-0F87-4625-B157-22E4FBE2230C} + Exe + Properties + WcfSimpleClient + WcfSimpleClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + ExchangeService + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 06/WcfSimpleClient/WcfSimpleClient.csproj.user b/PRO WCF Final Code/Chapter 06/WcfSimpleClient/WcfSimpleClient.csproj.user new file mode 100644 index 0000000..6a34e7d --- /dev/null +++ b/PRO WCF Final Code/Chapter 06/WcfSimpleClient/WcfSimpleClient.csproj.user @@ -0,0 +1,5 @@ + + + ShowAllFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/AuthAuditClient/AuthAuditClient.csproj b/PRO WCF Final Code/Chapter 07/AuthAuditClient/AuthAuditClient.csproj new file mode 100644 index 0000000..ba218b0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/AuthAuditClient/AuthAuditClient.csproj @@ -0,0 +1,57 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {8A453C46-8384-4B8E-A736-1D41ED7554D8} + Exe + Properties + AuthAuditClient + AuthAuditClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + False + ..\..\..\..\WINDOWS\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll + + + + + + + + + + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + ExchangeService + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/AuthAuditClient/Program.cs b/PRO WCF Final Code/Chapter 07/AuthAuditClient/Program.cs new file mode 100644 index 0000000..7ccad54 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/AuthAuditClient/Program.cs @@ -0,0 +1,36 @@ +using System; +using System.ServiceModel.Channels; +using System.ServiceModel; +using System.Threading; + +namespace ExchangeService +{ + class Program + { + static void Main( string[] args ) + { + EndpointAddress address = + new EndpointAddress("http://localhost:8001/TradeService"); + WSHttpBinding binding = new WSHttpBinding(); + System.ServiceModel.ChannelFactory cf = + new ChannelFactory(binding, address); + ITradeService proxy = cf.CreateChannel(); + + Console.WriteLine("\nTrade IBM"); + try + { + double result = proxy.TradeSecurity("IBM", 1000); + Console.WriteLine("Cost was " + result); + Console.WriteLine("\nTrade MSFT"); + result = proxy.TradeSecurity("MSFT", 2000); + Console.WriteLine("Cost was " + result); + } + catch (Exception ex) + { + Console.Write("Can not perform task. Error Message - " + ex.Message); + } + Console.WriteLine("\n\nPress to exit..."); + Console.ReadLine(); + } + } +} diff --git a/PRO WCF Final Code/Chapter 07/AuthAuditClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 07/AuthAuditClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5b90252 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/AuthAuditClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("AuthAuditClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Home")] +[assembly: AssemblyProduct("AuthAuditClient")] +[assembly: AssemblyCopyright("Copyright © Home 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("6eafdb1a-3f40-4c89-9a83-6cd171bc90a8")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 07/AuthAuditHost/AuthAuditHost.csproj b/PRO WCF Final Code/Chapter 07/AuthAuditHost/AuthAuditHost.csproj new file mode 100644 index 0000000..aca6772 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/AuthAuditHost/AuthAuditHost.csproj @@ -0,0 +1,57 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {A4FA8076-46E5-4126-B956-3070CA39C5E6} + Exe + Properties + AuthAuditHost + AuthAuditHost + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + False + ..\..\..\..\WINDOWS\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll + + + + + + + + + + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + ExchangeService + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/AuthAuditHost/Host.cs b/PRO WCF Final Code/Chapter 07/AuthAuditHost/Host.cs new file mode 100644 index 0000000..d788019 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/AuthAuditHost/Host.cs @@ -0,0 +1,35 @@ +using System; +using System.ServiceModel; +using System.ServiceModel.Description; + +namespace ExchangeService +{ + public class Program + { + public static void Main(string[] args) + { + Uri address = new Uri("http://localhost:8001/TradeService"); + WSHttpBinding binding = new WSHttpBinding(); + Type contract = typeof(ExchangeService.ITradeService); + ServiceHost host = new ServiceHost(typeof(TradeService)); + host.AddServiceEndpoint(contract, binding, address); + + // Add Auditing to the service + ServiceSecurityAuditBehavior auditProvider = + host.Description.Behaviors.Find(); + if (auditProvider == null) + { + auditProvider = new ServiceSecurityAuditBehavior(); + } + auditProvider.AuditLogLocation = AuditLogLocation.Application; + auditProvider.MessageAuthenticationAuditLevel = + AuditLevel.SuccessOrFailure; + auditProvider.ServiceAuthorizationAuditLevel = + AuditLevel.SuccessOrFailure; + host.Description.Behaviors.Add(auditProvider); + host.Open(); + Console.WriteLine("The WCF Management trading service is available."); + Console.ReadKey(); + } + } +} diff --git a/PRO WCF Final Code/Chapter 07/AuthAuditHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 07/AuthAuditHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..b21d82c --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/AuthAuditHost/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("AuthAuditHost")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Home")] +[assembly: AssemblyProduct("AuthAuditHost")] +[assembly: AssemblyCopyright("Copyright © Home 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("e58c507e-5bd4-47d7-aabe-cccd89eca580")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 07/ClaimClient/App.config b/PRO WCF Final Code/Chapter 07/ClaimClient/App.config new file mode 100644 index 0000000..574f79a --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ClaimClient/App.config @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/ClaimClient/ClaimClient.csproj b/PRO WCF Final Code/Chapter 07/ClaimClient/ClaimClient.csproj new file mode 100644 index 0000000..30bdad3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ClaimClient/ClaimClient.csproj @@ -0,0 +1,60 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {B82737AD-0A29-4B88-8107-B1EC5CA2B324} + Exe + Properties + ClaimClient + ClaimClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + False + ..\..\..\..\WINDOWS\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll + + + + + + + + + + + + + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + ExchangeService + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/ClaimClient/Program.cs b/PRO WCF Final Code/Chapter 07/ClaimClient/Program.cs new file mode 100644 index 0000000..6b2d71a --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ClaimClient/Program.cs @@ -0,0 +1,36 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel.Channels; +using System.ServiceModel; + +namespace ExchangeService +{ + class Program + { + static void Main( string[] args ) + { + ITradeService proxy = + new ChannelFactory("TradeServiceConfiguration").CreateChannel(); + Console.WriteLine( "\nTrade IBM" ); + double result = proxy.TradeSecurity( "IBM", 1000 ); + Console.WriteLine( "Cost was " + result ); + Console.WriteLine( "\nTrade MSFT" ); + result = proxy.TradeSecurity( "MSFT", 2000 ); + Console.WriteLine( "Cost was " + result ); + try + { + Console.WriteLine( "\nTrade ATT" ); + result = proxy.TradeSecurity( "T", 3000 ); + Console.WriteLine( "Cost was " + result ); + } + catch( Exception ex ) + { + Console.Write( "Exception was: " + ex.Message ); + } + + Console.WriteLine( "\n\nPress to exit..." ); + Console.ReadLine(); + } + } +} diff --git a/PRO WCF Final Code/Chapter 07/ClaimClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 07/ClaimClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..be33f7f --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ClaimClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ClaimClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Home")] +[assembly: AssemblyProduct("ClaimClient")] +[assembly: AssemblyCopyright("Copyright © Home 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("51b38a30-8836-4684-954a-596211ad8a92")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 07/ClaimHost/App.config b/PRO WCF Final Code/Chapter 07/ClaimHost/App.config new file mode 100644 index 0000000..d5d627b --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ClaimHost/App.config @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/ClaimHost/ClaimHost.csproj b/PRO WCF Final Code/Chapter 07/ClaimHost/ClaimHost.csproj new file mode 100644 index 0000000..8a58b02 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ClaimHost/ClaimHost.csproj @@ -0,0 +1,60 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {AC74A53C-793E-48B5-B4E0-F4CE03469155} + Exe + Properties + ClaimHost + ClaimHost + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + False + ..\..\..\..\WINDOWS\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll + + + + + + + + + + + + + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + ExchangeService + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/ClaimHost/Host.cs b/PRO WCF Final Code/Chapter 07/ClaimHost/Host.cs new file mode 100644 index 0000000..a4f43ef --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ClaimHost/Host.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ServiceModel; +using System.Text; + +namespace ExchangeService +{ + public class Program + { + public static void Main(string[] args) + { + using (ServiceHost host = new ServiceHost(typeof(TradeService), new Uri[] { new Uri("http://localhost:8000/") })) + { + host.Open(); + Console.WriteLine("The WCF Management trading service is available."); + Console.ReadKey(); + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 07/ClaimHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 07/ClaimHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..7f8226f --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ClaimHost/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ClaimHost")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Home")] +[assembly: AssemblyProduct("ClaimHost")] +[assembly: AssemblyCopyright("Copyright © Home 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("21d19a5b-92dc-4f58-95a8-803b4c61ad45")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 07/ExchangeService/ExchangeService.csproj b/PRO WCF Final Code/Chapter 07/ExchangeService/ExchangeService.csproj new file mode 100644 index 0000000..c5a8657 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ExchangeService/ExchangeService.csproj @@ -0,0 +1,57 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + Library + Properties + ExchangeService + ExchangeService + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/ExchangeService/ITradeMonitor.cs b/PRO WCF Final Code/Chapter 07/ExchangeService/ITradeMonitor.cs new file mode 100644 index 0000000..81392cf --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ExchangeService/ITradeMonitor.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.ServiceModel; +using System.Text; + +namespace ExchangeService +{ + [ServiceContract] + public interface ITradeMonitor + { + [OperationContract] + string StartMonitoring(string ticker); + [OperationContract] + string StopMonitoring(string ticker); + } +} diff --git a/PRO WCF Final Code/Chapter 07/ExchangeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 07/ExchangeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ed36218 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ExchangeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "ExchangeService" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "ExchangeService" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "29b1e1ee-9923-4e5d-b681-50feff641dd2" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 07/ExchangeService/TradePerfMon.cs b/PRO WCF Final Code/Chapter 07/ExchangeService/TradePerfMon.cs new file mode 100644 index 0000000..bd0e4a6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ExchangeService/TradePerfMon.cs @@ -0,0 +1,128 @@ +using System; +using System.Collections.Generic; +using System.Diagnostics; +using System.Management; +using System.Management.Instrumentation; +using System.Runtime.InteropServices; +using System.ServiceModel; +using System.ServiceModel.Description; +using System.Text; +using System.Threading; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange/TradeService", + Name = "TradeService") + ] + + public interface ITradePerfMonService + { + [OperationContract] + double TradeSecurity(string ticker, int quantity); + } + [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single)] + public class TradePerfMon : ITradePerfMonService + { + private double totalValue = 0; + private double microsoftVolume = 0; + private const string CounterCategoryName = "Trade Service PerfMon"; + private const string TotalCounterName = "Trade Total Value"; + private const string MicrosoftCounterName = "Microsoft Trade Volume"; + private PerformanceCounterCategory counterCategory = null; + private PerformanceCounter totalCounter = null; + private PerformanceCounter microsoftCounter = null; + const double IBM_Price = 80.50D; + const double MSFT_Price = 30.25D; + + public TradePerfMon() + { + if (PerformanceCounterCategory.Exists(CounterCategoryName)) + { + PerformanceCounterCategory.Delete(CounterCategoryName); + } + + CounterCreationData totalCounter = new CounterCreationData(TotalCounterName, "Total Dollar value of Trade Service transactions.",PerformanceCounterType.NumberOfItemsHEX32); + CounterCreationData microsoftCounter = new CounterCreationData(MicrosoftCounterName, "Total Microsoft securities being traded", PerformanceCounterType.NumberOfItemsHEX32); + CounterCreationDataCollection counterCollection = new CounterCreationDataCollection(new CounterCreationData[] { totalCounter, microsoftCounter }); + + + this.counterCategory = PerformanceCounterCategory.Create(CounterCategoryName,"Trade Service PerfMon Counters",PerformanceCounterCategoryType.MultiInstance,counterCollection); + totalValue = 0; + microsoftVolume = 0; + } + + public void InitializeCounters(System.ServiceModel.Description.ServiceEndpointCollection endpoints) + { + List names = new List(); + foreach (ServiceEndpoint endpoint in endpoints) + { + names.Add(string.Format("{0}@{1}", this.GetType().Name, endpoint.Address.ToString())); + } + + while (true) + { + try + { + foreach (string name in names) + { + string condition = string.Format("SELECT * FROM Service WHERE Name=\"{0}\"", name); + SelectQuery query = new SelectQuery(condition); + ManagementScope managementScope = new ManagementScope(@"\\.\root\ServiceModel", new ConnectionOptions()); + ManagementObjectSearcher searcher = new ManagementObjectSearcher(managementScope, query); + ManagementObjectCollection instances = searcher.Get(); + foreach (ManagementBaseObject instance in instances) + { + PropertyData data = instance.Properties["CounterInstanceName"]; + + this.totalCounter = new PerformanceCounter(CounterCategoryName, TotalCounterName, data.Value.ToString()); + this.totalCounter.ReadOnly = false; + this.totalCounter.RawValue = 0; + this.microsoftCounter = new PerformanceCounter(CounterCategoryName, MicrosoftCounterName, data.Value.ToString()); + this.microsoftCounter.ReadOnly = false; + this.microsoftCounter.RawValue = 0; + + break; + } + } + break; + } + catch(COMException) + { + + } + + } + Console.WriteLine("Counters initialized."); + } + + + public double TradeSecurity(string ticker, int quantity) + { + double result = 0; + if (quantity < 1) + throw new ArgumentException( + "Invalid quantity", "quantity"); + switch (ticker.ToLower()) + { + case "ibm": + result = quantity * IBM_Price; + totalValue = +result; + this.totalCounter.RawValue = (int)totalValue; + return result; + case "msft": + result = quantity * IBM_Price; + totalValue = +result; + microsoftVolume = +quantity; + this.totalCounter.RawValue = (int)totalValue; + this.microsoftCounter.RawValue = (int)microsoftVolume; + return result; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker"); + + } + } + + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/ExchangeService/TradeService.cs b/PRO WCF Final Code/Chapter 07/ExchangeService/TradeService.cs new file mode 100644 index 0000000..ac6d477 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ExchangeService/TradeService.cs @@ -0,0 +1,88 @@ +using System; +using System.ServiceModel; +using System.Security.Permissions; + +namespace ExchangeService +{ + [ServiceContract( + Namespace = "http://PracticalWcf/Exchange/TradeService", + Name = "TradeService") + ] + public interface ITradeService + { + [OperationContract] + double TradeSecurity(string ticker, int quantity); + } + public class TradeService : ITradeService, ITradeMonitor + { + const double IBM_Price = 80.50D; + const double MSFT_Price = 30.25D; + + // Invokers must belong to the Administrator group. + // Please comment this out if you are running the other examples + [PrincipalPermission(SecurityAction.Demand, + Role = "Administrators")] + public double TradeSecurity(string ticker, int quantity) + { + Console.WriteLine("Claim made at " + System.DateTime.Now.TimeOfDay); + System.ServiceModel.OperationContext opx; + opx = OperationContext.Current; + if (opx != null) + { + System.IdentityModel.Policy.AuthorizationContext ctx = + opx.ServiceSecurityContext.AuthorizationContext; + foreach (System.IdentityModel.Claims.ClaimSet cs in ctx.ClaimSets) + { + Console.WriteLine("Claim Issued by : " + cs.Issuer); + foreach (System.IdentityModel.Claims.Claim claim in cs) + { + Console.WriteLine("Claim Type - " + claim.ClaimType); + Console.WriteLine("Claim Resource name - " + claim.Resource); + Console.WriteLine("Claim Right - " + claim.Right); + } + } + } + if (quantity < 1) + throw new ArgumentException( + "Invalid quantity", "quantity"); + switch (ticker.ToLower()) + { + case "ibm": + return quantity * IBM_Price; + case "msft": + return quantity * MSFT_Price; + default: + throw new ArgumentException( + "Don't know - only MSFT & IBM", "ticker"); + } + } + + // Invokers must belong to the Administrator group. + [PrincipalPermission(SecurityAction.Demand, + Role = "CalculatorClients")] + //public double PlatinumTradeSecurity(string ticker, int quantity) + //{ + // return quantity * Platinum_Price; + + //} + public string StartMonitoring(string ticker) + { + lock (this) + { + // Start the monitoring process here. I.e. - You can configure + // This function to start a manual log file or + // or send information to the event log. For this example we are + // returning a string to indicate that the monitoring has commenced. + return "Monitoring has started for " + ticker; + } + } + public string StopMonitoring(string ticker) + { + lock (this) + { + // End the monitoring process here. + return "Monitoring has finished for " + ticker; + } + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/ExchangeService/TradeService.svc b/PRO WCF Final Code/Chapter 07/ExchangeService/TradeService.svc new file mode 100644 index 0000000..e8ff3b4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ExchangeService/TradeService.svc @@ -0,0 +1 @@ +<%@ServiceHost language=c# Debug="true" Service="ExchangeService.TradeService" %> \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/ExchangeService/Web.config b/PRO WCF Final Code/Chapter 07/ExchangeService/Web.config new file mode 100644 index 0000000..20b8811 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/ExchangeService/Web.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/TradeServiceHost/App.config b/PRO WCF Final Code/Chapter 07/TradeServiceHost/App.config new file mode 100644 index 0000000..34b0f5f --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/TradeServiceHost/App.config @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/TradeServiceHost/Host.cs b/PRO WCF Final Code/Chapter 07/TradeServiceHost/Host.cs new file mode 100644 index 0000000..c2e5bd6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/TradeServiceHost/Host.cs @@ -0,0 +1,34 @@ +using System; +using System.Collections.Generic; +using System.ServiceModel; +using System.Text; +using System.Security.Cryptography.X509Certificates; + +namespace ExchangeService +{ + public class Program + { + public static void Main(string[] args) + { + Uri address = new Uri("https://localhost:8001/TradeService"); + WSHttpBinding binding = new WSHttpBinding(); + // Set the security mode + binding.Security.Mode = SecurityMode.TransportWithMessageCredential; + binding.Security.Message.ClientCredentialType = + MessageCredentialType.Certificate; + + Type contract = typeof(ExchangeService.ITradeService); + ServiceHost host = new ServiceHost(typeof(TradeService)); + host.AddServiceEndpoint(contract, binding, address); + //Set the service certificate. + //host.Credentials.ServiceCertificate.SetCertificate( + // StoreLocation.CurrentUser, + // StoreName.My, + // X509FindType.FindBySubjectName, + // "localhost"); + host.Open(); + Console.WriteLine("The WCF Management trading service is available."); + Console.ReadKey(); + } + } +} diff --git a/PRO WCF Final Code/Chapter 07/TradeServiceHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 07/TradeServiceHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..c85acc1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/TradeServiceHost/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("TradeServiceHost")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Home")] +[assembly: AssemblyProduct("TradeServiceHost")] +[assembly: AssemblyCopyright("Copyright © Home 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("8ee99ad2-f7d2-451a-8e08-1644445e34d9")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 07/TradeServiceHost/TradeServiceHost.csproj b/PRO WCF Final Code/Chapter 07/TradeServiceHost/TradeServiceHost.csproj new file mode 100644 index 0000000..457eae7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/TradeServiceHost/TradeServiceHost.csproj @@ -0,0 +1,58 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {30F611CF-96E7-4374-8DB6-D084140BCBF9} + Exe + Properties + TradeServiceHost + TradeServiceHost + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + ExchangeService + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/WCFSecurity.sln b/PRO WCF Final Code/Chapter 07/WCFSecurity.sln new file mode 100644 index 0000000..3575801 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/WCFSecurity.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExchangeService", "ExchangeService\ExchangeService.csproj", "{1FF9BF8A-E65C-4696-93EE-097A5A57D604}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TradeServiceHost", "TradeServiceHost\TradeServiceHost.csproj", "{30F611CF-96E7-4374-8DB6-D084140BCBF9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClaimHost", "ClaimHost\ClaimHost.csproj", "{AC74A53C-793E-48B5-B4E0-F4CE03469155}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClaimClient", "ClaimClient\ClaimClient.csproj", "{B82737AD-0A29-4B88-8107-B1EC5CA2B324}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthAuditHost", "AuthAuditHost\AuthAuditHost.csproj", "{A4FA8076-46E5-4126-B956-3070CA39C5E6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthAuditClient", "AuthAuditClient\AuthAuditClient.csproj", "{8A453C46-8384-4B8E-A736-1D41ED7554D8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfSimpleClient", "WcfSimpleClient\WcfSimpleClient.csproj", "{9F211966-0F87-4625-B157-22E4FBE2230C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FF9BF8A-E65C-4696-93EE-097A5A57D604}.Release|Any CPU.Build.0 = Release|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {30F611CF-96E7-4374-8DB6-D084140BCBF9}.Release|Any CPU.Build.0 = Release|Any CPU + {AC74A53C-793E-48B5-B4E0-F4CE03469155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AC74A53C-793E-48B5-B4E0-F4CE03469155}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AC74A53C-793E-48B5-B4E0-F4CE03469155}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AC74A53C-793E-48B5-B4E0-F4CE03469155}.Release|Any CPU.Build.0 = Release|Any CPU + {B82737AD-0A29-4B88-8107-B1EC5CA2B324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B82737AD-0A29-4B88-8107-B1EC5CA2B324}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B82737AD-0A29-4B88-8107-B1EC5CA2B324}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B82737AD-0A29-4B88-8107-B1EC5CA2B324}.Release|Any CPU.Build.0 = Release|Any CPU + {A4FA8076-46E5-4126-B956-3070CA39C5E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A4FA8076-46E5-4126-B956-3070CA39C5E6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A4FA8076-46E5-4126-B956-3070CA39C5E6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A4FA8076-46E5-4126-B956-3070CA39C5E6}.Release|Any CPU.Build.0 = Release|Any CPU + {8A453C46-8384-4B8E-A736-1D41ED7554D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8A453C46-8384-4B8E-A736-1D41ED7554D8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8A453C46-8384-4B8E-A736-1D41ED7554D8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8A453C46-8384-4B8E-A736-1D41ED7554D8}.Release|Any CPU.Build.0 = Release|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9F211966-0F87-4625-B157-22E4FBE2230C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 07/WCFSecurity.suo b/PRO WCF Final Code/Chapter 07/WCFSecurity.suo new file mode 100644 index 0000000000000000000000000000000000000000..97850f25b280f36db0dfad6bf4a6a86269003e74 GIT binary patch literal 66560 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 Yu~u!b_d(aCW1&}t*+BL8C~blN2aE6NApigX literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 07/WcfSimpleClient/App.config b/PRO WCF Final Code/Chapter 07/WcfSimpleClient/App.config new file mode 100644 index 0000000..e64e1c4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/WcfSimpleClient/App.config @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/WcfSimpleClient/Program.cs b/PRO WCF Final Code/Chapter 07/WcfSimpleClient/Program.cs new file mode 100644 index 0000000..86de254 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/WcfSimpleClient/Program.cs @@ -0,0 +1,37 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel.Channels; + +namespace ExchangeService +{ + class Program + { + static void Main(string[] args) + { + ITradeService proxy = new System.ServiceModel.ChannelFactory("TradeServiceConfiguration").CreateChannel(); + ITradeMonitor monitor = new System.ServiceModel.ChannelFactory("TradeMonitorConfiguration").CreateChannel(); + Console.WriteLine("\nTrade IBM"); + Console.WriteLine(monitor.StartMonitoring("IBM")); + double result = proxy.TradeSecurity("IBM", 1000); + Console.WriteLine("Cost was " + result); + Console.WriteLine(monitor.StopMonitoring("IBM")); + Console.WriteLine("\nTrade MSFT"); + result = proxy.TradeSecurity("MSFT", 2000); + Console.WriteLine("Cost was " + result); + try + { + Console.WriteLine("\nTrade ATT"); + result = proxy.TradeSecurity("T", 3000); + Console.WriteLine("Cost was " + result); + } + catch (Exception ex) + { + Console.Write("Exception was: " + ex.Message); + } + + Console.WriteLine("\n\nPress to exit..."); + Console.ReadLine(); + } + } +} diff --git a/PRO WCF Final Code/Chapter 07/WcfSimpleClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 07/WcfSimpleClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..978dba7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/WcfSimpleClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "WcfSimpleClient" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "WcfSimpleClient" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "23f2cbd0-5de6-4d9a-b0d7-f672cd408326" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 07/WcfSimpleClient/WcfSimpleClient.csproj b/PRO WCF Final Code/Chapter 07/WcfSimpleClient/WcfSimpleClient.csproj new file mode 100644 index 0000000..878dc8c --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/WcfSimpleClient/WcfSimpleClient.csproj @@ -0,0 +1,59 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {9F211966-0F87-4625-B157-22E4FBE2230C} + Exe + Properties + WcfSimpleClient + WcfSimpleClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + {1FF9BF8A-E65C-4696-93EE-097A5A57D604} + ExchangeService + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 07/WcfSimpleClient/WcfSimpleClient.csproj.user b/PRO WCF Final Code/Chapter 07/WcfSimpleClient/WcfSimpleClient.csproj.user new file mode 100644 index 0000000..6a34e7d --- /dev/null +++ b/PRO WCF Final Code/Chapter 07/WcfSimpleClient/WcfSimpleClient.csproj.user @@ -0,0 +1,5 @@ + + + ShowAllFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/QuickReturnsQueueMessaging.sln b/PRO WCF Final Code/Chapter 08/QueueMessaging/QuickReturnsQueueMessaging.sln new file mode 100644 index 0000000..11d26d1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/QuickReturnsQueueMessaging.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "client", "client\client.csproj", "{F6D8FC2E-62D0-4554-AC3E-1964042590E3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tradeservice", "service\tradeservice.csproj", "{66C5F965-7C66-479A-9960-A3CA6080A71B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Release|Any CPU.Build.0 = Release|Any CPU + {66C5F965-7C66-479A-9960-A3CA6080A71B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66C5F965-7C66-479A-9960-A3CA6080A71B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66C5F965-7C66-479A-9960-A3CA6080A71B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66C5F965-7C66-479A-9960-A3CA6080A71B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/QuickReturnsQueueMessaging.suo b/PRO WCF Final Code/Chapter 08/QueueMessaging/QuickReturnsQueueMessaging.suo new file mode 100644 index 0000000000000000000000000000000000000000..0b47fd2dbf1d298bb03a43f61d227ca14e37376f GIT binary patch literal 38400 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 B(2W29 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/client/App.config b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/App.config new file mode 100644 index 0000000..dcb5189 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/App.config @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..3974749 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/AssemblyInfo.cs @@ -0,0 +1,34 @@ +#region Using directives + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Security.Permissions; + +#endregion + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: ComVisible(false)] +[assembly: SecurityPermissionAttribute(SecurityAction.RequestMinimum)] +[assembly: AssemblyTitle("client")] +[assembly: AssemblyDescription("TradeService")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Apress")] +[assembly: AssemblyProduct("client")] +[assembly: AssemblyCopyright("Copyright @ Apress 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.*")] diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/Settings.cs b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/Settings.cs new file mode 100644 index 0000000..ce7eb43 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/Settings.cs @@ -0,0 +1,29 @@ + +namespace Properties { + + + sealed partial class Settings : System.Configuration.ApplicationSettingsBase { + + private static Settings m_Value; + + private static object m_SyncObject = new object(); + + [System.Diagnostics.DebuggerNonUserCode()] + public static Settings Value { + get { + if ((Settings.m_Value == null)) { + System.Threading.Monitor.Enter(Settings.m_SyncObject); + if ((Settings.m_Value == null)) { + try { + Settings.m_Value = new Settings(); + } + finally { + System.Threading.Monitor.Exit(Settings.m_SyncObject); + } + } + } + return Settings.m_Value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/Settings.settings b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/Settings.settings new file mode 100644 index 0000000..099a656 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/client/TradeService.cs b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/TradeService.cs new file mode 100644 index 0000000..f60f20d --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/TradeService.cs @@ -0,0 +1,51 @@ + + + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +[System.ServiceModel.ServiceContractAttribute(ConfigurationName="ITradeService")] +public interface ITradeService +{ + + [System.ServiceModel.OperationContractAttribute(IsOneWay=true, Action="http://tempuri.org/ITradeService/TradeQueue")] + void DoTrade(string BuyStock, string SellStock, int Amount); +} + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public interface ITradeServiceChannel : ITradeService, System.ServiceModel.IClientChannel +{ +} + +[System.Diagnostics.DebuggerStepThroughAttribute()] +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public partial class TradeServiceClient : System.ServiceModel.ClientBase, ITradeService +{ + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public void DoTrade(string BuyStock, string SellStock, int Amount) + { + base.Channel.DoTrade(BuyStock, SellStock, Amount); + } +} diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/client/client.cs b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/client.cs new file mode 100644 index 0000000..1a48437 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/client.cs @@ -0,0 +1,37 @@ +using System; +using System.Data; +using System.Messaging; +using System.Configuration; +using System.Web; +using System.Transactions; + +namespace QuickReturns +{ + class Client + { + static void Main() + { + // Create a proxy for the client + using (TradeServiceClient proxy = new TradeServiceClient()) + { + //Create a transaction scope. + using (TransactionScope scope = new TransactionScope(TransactionScopeOption.Required)) + { + proxy.DoTrade("MSFT", "IBM", 60); + Console.WriteLine("Selling 60 stocks of IBM and Buying MSFT "); + + proxy.DoTrade("ACN","ABN", 100); + Console.WriteLine("Selling 60 stocks of ABN and Buying ACN "); + + // Complete the transaction. + scope.Complete(); + } + } + + Console.WriteLine(); + Console.WriteLine("Press to terminate client."); + Console.ReadLine(); + } + } +} + diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/client/client.csproj b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/client.csproj new file mode 100644 index 0000000..6d58176 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/client/client.csproj @@ -0,0 +1,44 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {F6D8FC2E-62D0-4554-AC3E-1964042590E3} + Exe + + + client + 4 + + + true + full + false + bin\ + DEBUG;TRACE + + + false + true + bin\ + TRACE + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/service/App.config b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/App.config new file mode 100644 index 0000000..3aa323d --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/App.config @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e7eaa21 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +#region Using directives + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Security.Permissions; + +#endregion + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: ComVisible(false)] +[assembly: SecurityPermissionAttribute(SecurityAction.RequestMinimum)] +[assembly: AssemblyTitle("tradeservice")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Apress")] +[assembly: AssemblyProduct("service")] +[assembly: AssemblyCopyright("Copyright @ Apress 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.*")] + + diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Resources.cs b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Resources.cs new file mode 100644 index 0000000..db82d9b --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Resources.cs @@ -0,0 +1,58 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.40903.19 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Properties { + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the Strongly Typed Resource Builder + // class via a tool like ResGen or Visual Studio.NET. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + class Resources { + + private static System.Resources.ResourceManager _resMgr; + + private static System.Globalization.CultureInfo _resCulture; + + /*FamANDAssem*/ internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + public static System.Resources.ResourceManager ResourceManager { + get { + if ((_resMgr == null)) { + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly); + _resMgr = temp; + } + return _resMgr; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + public static System.Globalization.CultureInfo Culture { + get { + return _resCulture; + } + set { + _resCulture = value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Resources.resx b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Resources.resx new file mode 100644 index 0000000..fe52bb6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Settings.cs b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Settings.cs new file mode 100644 index 0000000..2a1d033 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Settings.cs @@ -0,0 +1,38 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.40903.19 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Properties { + + + sealed partial class Settings : System.Configuration.ApplicationSettingsBase { + + private static Settings m_Value; + + private static object m_SyncObject = new object(); + + [System.Diagnostics.DebuggerNonUserCode()] + public static Settings Value { + get { + if ((Settings.m_Value == null)) { + System.Threading.Monitor.Enter(Settings.m_SyncObject); + if ((Settings.m_Value == null)) { + try { + Settings.m_Value = new Settings(); + } + finally { + System.Threading.Monitor.Exit(Settings.m_SyncObject); + } + } + } + return Settings.m_Value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Settings.settings b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Settings.settings new file mode 100644 index 0000000..099a656 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/service/TradeService.cs b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/TradeService.cs new file mode 100644 index 0000000..a6e27f4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/TradeService.cs @@ -0,0 +1,58 @@ +using System; +using System.Configuration; +using System.Messaging; +using System.ServiceModel; + +namespace QuickReturns +{ + // Define a service contract. + [ServiceContract] + public interface ITradeService + { + [OperationContract(IsOneWay = true)] + void DoTrade(string BuyStock, string SellStock, int Amount); + } + + // Service class which implements the service contract. + // Added code to write output to the console window + public class TradeService : ITradeService + { + [OperationBehavior] + public void DoTrade(string BuyStock, string SellStock, int Amount) + { + Console.WriteLine("Received Request to Sell Stock {0} with the quantity of {1} from And Buy {2}", SellStock.ToString(), Amount.ToString(), BuyStock.ToString()); + Console.WriteLine(); + } + + // Host the service within this EXE console application. + public static void Main() + { + // Get MSMQ queue name from app settings in configuration + string queueName = ConfigurationManager.AppSettings["queueName"]; + + // Create the transacted MSMQ queue if necessary. + if (!MessageQueue.Exists(queueName)) + MessageQueue.Create(queueName, true); + + // Get the base address that is used to listen for WS-MetaDataExchange requests + // This is useful to generate a proxy for the client + string baseAddress = ConfigurationManager.AppSettings["baseAddress"]; + + // Create a ServiceHost for the TradeService type. + using (ServiceHost serviceHost = new ServiceHost(typeof(TradeService), new Uri(baseAddress))) + { + serviceHost.Open(); + + Console.WriteLine("The Trade Service is online."); + Console.WriteLine("Press to terminate service."); + Console.WriteLine(); + Console.ReadLine(); + + // Close the ServiceHostBase to shutdown the service. + serviceHost.Close(); + } + } + + } + +} diff --git a/PRO WCF Final Code/Chapter 08/QueueMessaging/service/tradeservice.csproj b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/tradeservice.csproj new file mode 100644 index 0000000..bf236fe --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QueueMessaging/service/tradeservice.csproj @@ -0,0 +1,47 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {66C5F965-7C66-479A-9960-A3CA6080A71B} + Exe + Properties + tradeservice + tradeservice + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/App.config b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/App.config new file mode 100644 index 0000000..6e613d4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/App.config @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Client.csproj b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Client.csproj new file mode 100644 index 0000000..d7973ee --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Client.csproj @@ -0,0 +1,54 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {068A57C6-A612-496A-898E-FC81B18372EC} + Exe + Properties + Client + Client + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/ITradeService.cs b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/ITradeService.cs new file mode 100644 index 0000000..20e6d7f --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/ITradeService.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using System.Runtime.Serialization; +using System.ServiceModel; +using System.Text; + +namespace Client +{ + [ServiceContract(SessionMode = SessionMode.Required)] + + public interface ITradeService + { + [OperationContract] + string BeginTrade(); + [OperationContract] + void AddTrade(Trade trade); + [OperationContract] + void AddFunct(string funct); + [OperationContract] + Decimal DoCalc(); + [OperationContract] + void Buy(); + [OperationContract] + void EndTrade(); + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Program.cs b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Program.cs new file mode 100644 index 0000000..891fe65 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Program.cs @@ -0,0 +1,33 @@ +using System; +using System.Collections.Generic; +using System.ServiceModel; +using System.Text; + +namespace Client +{ + public class Program + { + public static void Main(string[] args) + { + Console.WriteLine("Press any key when the tradeservice is ready."); + Console.ReadKey(); + ITradeService tradeProxy = new ChannelFactory("TradeServiceConfiguration").CreateChannel(); + tradeProxy.BeginTrade(); + Trade trade = new Trade(); + trade.Amount = 100; + trade.Symbol = "ABCX"; + trade.Date = DateTime.Now.AddMonths(1); + tradeProxy.AddTrade(trade); + tradeProxy.AddFunct("TradeEstimate"); + tradeProxy.AddFunct("StockEstimate"); + decimal tradeValue = tradeProxy.DoCalc(); + Console.WriteLine(string.Format("Deal value estimated at ${0}", tradeValue)); + tradeProxy.Buy(); + tradeProxy.EndTrade(); + + Console.WriteLine(); + Console.WriteLine("Completed"); + Console.ReadKey(); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..34f6f4e --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Client")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Apress")] +[assembly: AssemblyProduct("Client")] +[assembly: AssemblyCopyright("Copyright © APRESS 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("4b62aab5-cf52-4ffd-bcc0-4e4cc7423d30")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Trade.cs b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Trade.cs new file mode 100644 index 0000000..73889c3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/Client/Trade.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Runtime.Serialization; +using System.Text; + +namespace Client +{ + [DataContract(Namespace = "QuickReturns", Name = "Trade")] + public class Trade + { + [DataMember] + public string Symbol; + [DataMember] + public long Amount; + [DataMember] + public DateTime Date; + } +} + + diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService.sln b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService.sln new file mode 100644 index 0000000..7f63a9c --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService.sln @@ -0,0 +1,32 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickReturnsTradeService", "QuickReturnsTradeService\QuickReturnsTradeService.csproj", "{E213FF4B-31A6-446B-A17D-F90AB6332844}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TradeServiceHost", "TradeServiceHost\TradeServiceHost.csproj", "{3FD669DD-6C14-44B5-BA0E-58AE67D955DB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{068A57C6-A612-496A-898E-FC81B18372EC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E213FF4B-31A6-446B-A17D-F90AB6332844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E213FF4B-31A6-446B-A17D-F90AB6332844}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E213FF4B-31A6-446B-A17D-F90AB6332844}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E213FF4B-31A6-446B-A17D-F90AB6332844}.Release|Any CPU.Build.0 = Release|Any CPU + {3FD669DD-6C14-44B5-BA0E-58AE67D955DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3FD669DD-6C14-44B5-BA0E-58AE67D955DB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3FD669DD-6C14-44B5-BA0E-58AE67D955DB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3FD669DD-6C14-44B5-BA0E-58AE67D955DB}.Release|Any CPU.Build.0 = Release|Any CPU + {068A57C6-A612-496A-898E-FC81B18372EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {068A57C6-A612-496A-898E-FC81B18372EC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {068A57C6-A612-496A-898E-FC81B18372EC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {068A57C6-A612-496A-898E-FC81B18372EC}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService.suo b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService.suo new file mode 100644 index 0000000000000000000000000000000000000000..6f6a57ff524c52a14c6ad55f128a87b8712a5035 GIT binary patch literal 36864 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/ItradeService.cs b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/ItradeService.cs new file mode 100644 index 0000000..5695c14 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/ItradeService.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel; + +namespace QuickReturns +{ + [ServiceContract(SessionMode = SessionMode.Required, Namespace = "http://localhost:8000/TradeService")] + //[BindingRequirements(RequireOrderedDelivery=true)] + public interface ITradeService + { + [OperationContract] + string BeginTrade(); + [OperationContract] + void AddTrade(Trade trade); + [OperationContract] + void AddFunct(string funct); + + [OperationContract] + decimal DoCalc(); + [OperationContract] + void Buy(); + [OperationContract] + void EndTrade(); + } +} diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..dc56097 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("QuickReturnsTradeService")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Apress")] +[assembly: AssemblyProduct("QuickReturnsTradeService")] +[assembly: AssemblyCopyright("Copyright © APress Inc 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("51e8b17c-ed54-4387-b462-911d0421b678")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/QuickReturnsTradeService.csproj b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/QuickReturnsTradeService.csproj new file mode 100644 index 0000000..0cb1f55 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/QuickReturnsTradeService.csproj @@ -0,0 +1,51 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {E213FF4B-31A6-446B-A17D-F90AB6332844} + Library + Properties + QuickReturnsTradeService + QuickReturnsTradeService + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/Trade.cs b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/Trade.cs new file mode 100644 index 0000000..b376f46 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/Trade.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.Runtime.Serialization; +using System.Text; +namespace QuickReturns +{ + [DataContract(Namespace = "QuickReturns", Name = "Trade")] + public class Trade + { + [DataMember] + public string Symbol; + [DataMember] + public long? Amount; + [DataMember] + public DateTime? Date; + public override string ToString() + { + string symbol = (this.Symbol != null) ? ((this.Symbol != string.Empty) ? this.Symbol : "?") : "?"; + string date = (this.Date != null) ? this.Date.Value.ToShortDateString() : "?"; + string amount = (this.Amount != null) ? this.Amount.ToString() : "?"; + return string.Format("{0}x{1} on {2}", amount, symbol, date); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/TradeService.cs b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/TradeService.cs new file mode 100644 index 0000000..9480dae --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/QuickReturnsTradeService/TradeService.cs @@ -0,0 +1,96 @@ +using System; +using System.Collections.Generic; +using System.ServiceModel; +using System.Text; + +namespace QuickReturns +{ + //Sets the concurrency mode to per session and single + [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerSession, ConcurrencyMode = ConcurrencyMode.Single)] + + public class TradeService : ITradeService + { + #region ITradeService Members + string ITradeService.BeginTrade() + { + { + string tradeID = Guid.NewGuid().ToString(); + OperationContext.Current.InstanceContext.Extensions.Add(new TradeData(tradeID)); + Console.WriteLine(string.Format("Started Trade {0}", tradeID)); + return tradeID; + } + } + void ITradeService.AddTrade(Trade trade) + { + TradeData tradeData = OperationContext.Current.InstanceContext.Extensions.Find(); + tradeData.AddTrade(trade); + Console.WriteLine(string.Format("Added trade for{0}", trade)); + + } + void ITradeService.AddFunct(string funct) + { + Console.WriteLine(string.Format("Added function {0}", funct)); + } + decimal ITradeService.DoCalc() + { + Decimal value = DateTime.Now.Millisecond / 10; + Console.WriteLine(string.Format("Calculated value as {0}", value)); + return value; + } + void ITradeService.Buy() + { + TradeData tradeData = OperationContext.Current.InstanceContext.Extensions.Find(); + foreach (Trade trade in tradeData.Trades) + { + Console.WriteLine(string.Format("Bought {0}", trade)); + } + } + void ITradeService.EndTrade() + { + TradeData tradeData = OperationContext.Current.InstanceContext.Extensions.Find(); + Console.WriteLine(string.Format("Completed Trade: {0}", tradeData.TradeID)); + } + #endregion + } + public class TradeData : IExtension + { + private string tradeID = null; + private Trade[] trades = null; + public TradeData(string tradeID) + { + this.tradeID = tradeID; + this.trades = new Trade[] { }; + } + public string TradeID + { + get + { + return this.tradeID; + } + } + public void AddTrade(Trade trade) + { + List tradeList = null; + tradeList = new List(this.trades); + tradeList.Add(trade); + this.trades = tradeList.ToArray(); + + } + public Trade[] Trades + { + get + { + return this.trades; + } + } + #region IExtension Members + void IExtension.Attach(InstanceContext owner) + { + } + void IExtension.Detach(InstanceContext owner) + { + } + #endregion + } +} + diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/Program.cs b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/Program.cs new file mode 100644 index 0000000..d22f0c0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/Program.cs @@ -0,0 +1,36 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel; +using System.Runtime.Serialization; +using System.Configuration; + +namespace QuickReturns +{ + public class Program + { + + public static void Main() + { + // Get base address from app settings in configuration + Uri baseAddress = new Uri(ConfigurationManager.AppSettings["baseAddress"]); + + // Create a ServiceHost for the TradeService type. + using (ServiceHost serviceHost = new ServiceHost(typeof(TradeService), baseAddress)) + { + // Open the ServiceHost and start listening for messages. + serviceHost.Open(); + + // The service can now be accessed. + Console.WriteLine("The service is ready."); + Console.WriteLine("Press to terminate service."); + Console.WriteLine(); + Console.ReadLine(); + + // Close the ServiceHost to shutdown the service. + serviceHost.Close(); + } + } + } +} + diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..d569ea7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("TradeServiceHost")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("APress")] +[assembly: AssemblyProduct("TradeServiceHost")] +[assembly: AssemblyCopyright("Copyright © Apress Inc 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("20ad9302-15d8-4585-80f5-809189bf172a")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] + + diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/TradeServiceHost.csproj b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/TradeServiceHost.csproj new file mode 100644 index 0000000..308011b --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/TradeServiceHost.csproj @@ -0,0 +1,83 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {3FD669DD-6C14-44B5-BA0E-58AE67D955DB} + Exe + Properties + TradeServiceHost + TradeServiceHost + 6B70DB9D85A7831C8EDB4B0E55AEC543024D02B1 + TradeServiceHost_TemporaryKey.pfx + true + true + http://localhost/TradeServiceHost/ + true + Web + true + Foreground + 7 + Days + false + false + true + 1.0.0.%2a + true + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + {E213FF4B-31A6-446B-A17D-F90AB6332844} + QuickReturnsTradeService + + + + + False + .NET Framework 2.0 + true + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/TradeServiceHost.csproj.user b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/TradeServiceHost.csproj.user new file mode 100644 index 0000000..d45850b --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/TradeServiceHost.csproj.user @@ -0,0 +1,17 @@ + + + + + + + + + + + + + 1 + en-US + true + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/app.config b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/app.config new file mode 100644 index 0000000..d083fa4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 08/QuickReturnsTradeService/TradeServiceHost/app.config @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/QuickReturnsQueueMessaging.sln b/PRO WCF Final Code/Chapter 09/QueueMessaging/QuickReturnsQueueMessaging.sln new file mode 100644 index 0000000..11d26d1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/QuickReturnsQueueMessaging.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "client", "client\client.csproj", "{F6D8FC2E-62D0-4554-AC3E-1964042590E3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tradeservice", "service\tradeservice.csproj", "{66C5F965-7C66-479A-9960-A3CA6080A71B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Release|Any CPU.Build.0 = Release|Any CPU + {66C5F965-7C66-479A-9960-A3CA6080A71B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66C5F965-7C66-479A-9960-A3CA6080A71B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66C5F965-7C66-479A-9960-A3CA6080A71B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66C5F965-7C66-479A-9960-A3CA6080A71B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/QuickReturnsQueueMessaging.suo b/PRO WCF Final Code/Chapter 09/QueueMessaging/QuickReturnsQueueMessaging.suo new file mode 100644 index 0000000000000000000000000000000000000000..49ae7bb2762245347185b7e3f317d8dbd95e9eac GIT binary patch literal 43520 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 + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Client.cs b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Client.cs new file mode 100644 index 0000000..720d64d --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Client.cs @@ -0,0 +1,38 @@ +using System; +using System.Transactions; + +namespace QuickReturns +{ + class Client + { + public static void Main() + { + // Create a proxy for the client + using (TradeServiceClient proxy = new TradeServiceClient()) + { + //Create a transaction scope. This is the only line of code required to enable transactions in WCF using MSMQ + using (TransactionScope scope = new TransactionScope(TransactionScopeOption.Required)) + { + proxy.DoTrade("MSFT", "IBM", 60); + Console.WriteLine("Begining Transaction ...."); + Console.WriteLine("Selling 1000 stocks of ACN and Buying IBM "); + Console.WriteLine(""); + //Mark the begining of the second transaction.. + + proxy.DoTrade("ACN", "ABN", 100); + Console.WriteLine("Selling 100 stocks of ABN and Buying ACN "); + Console.WriteLine("Ending Transaction ...."); + + // Complete the transaction. + scope.Complete(); + } + + } + + Console.WriteLine(); + Console.WriteLine("Press to terminate client."); + Console.ReadLine(); + } + } +} + diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ce7a7bf --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/AssemblyInfo.cs @@ -0,0 +1,34 @@ +#region Using directives + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Security.Permissions; + +#endregion + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: ComVisible(false)] +[assembly: SecurityPermissionAttribute(SecurityAction.RequestMinimum)] +[assembly: AssemblyTitle("client")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Apress")] +[assembly: AssemblyProduct("client")] +[assembly: AssemblyCopyright("Copyright @ Apress 2004")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.*")] diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Resources.Designer.cs b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Resources.Designer.cs new file mode 100644 index 0000000..af2100d --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Resources.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturns.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("QuickReturns.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Resources.resx b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Resources.resx new file mode 100644 index 0000000..fe52bb6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Settings.Designer.cs b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Settings.Designer.cs new file mode 100644 index 0000000..a234fa5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Settings.Designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturns.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Settings.settings b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Settings.settings new file mode 100644 index 0000000..099a656 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/client/TradeService.cs b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/TradeService.cs new file mode 100644 index 0000000..ace92e7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/TradeService.cs @@ -0,0 +1,54 @@ + + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +[System.ServiceModel.ServiceContractAttribute(ConfigurationName = "ITradeService")] +public interface ITradeService +{ + + [System.ServiceModel.OperationContractAttribute(IsOneWay = true, Action = "http://tempuri.org/ITradeService/DoTrade")] + void DoTrade(string buyStock, string sellStock, int amount); +} + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public interface ITradeServiceChannel : ITradeService, System.ServiceModel.IClientChannel +{ +} + +[System.Diagnostics.DebuggerStepThroughAttribute()] +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public partial class TradeServiceClient : System.ServiceModel.ClientBase, ITradeService +{ + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) + : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) + : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) + : + base(endpointConfigurationName, remoteAddress) + { + } + + public TradeServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) + : + base(binding, remoteAddress) + { + } + + public void DoTrade(string buyStock, string sellStock, int amount) + { + base.Channel.DoTrade(buyStock, sellStock, amount); + } +} diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/client/client.csproj b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/client.csproj new file mode 100644 index 0000000..6387c6d --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/client.csproj @@ -0,0 +1,62 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {F6D8FC2E-62D0-4554-AC3E-1964042590E3} + Exe + QuickReturns + client + 4 + + + true + full + false + bin\ + DEBUG;TRACE + + + false + true + bin\ + TRACE + + + + + + + + + + + + + True + True + Resources.resx + + + True + True + Settings.settings + + + + + + ResXFileCodeGenerator + Designer + Resources.Designer.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/client/output.config b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/output.config new file mode 100644 index 0000000..7be2cee --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/client/output.config @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/service/App.config b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/App.config new file mode 100644 index 0000000..c25071f --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/App.config @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e7eaa21 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +#region Using directives + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Security.Permissions; + +#endregion + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: ComVisible(false)] +[assembly: SecurityPermissionAttribute(SecurityAction.RequestMinimum)] +[assembly: AssemblyTitle("tradeservice")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Apress")] +[assembly: AssemblyProduct("service")] +[assembly: AssemblyCopyright("Copyright @ Apress 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.*")] + + diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Resources.cs b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Resources.cs new file mode 100644 index 0000000..db82d9b --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Resources.cs @@ -0,0 +1,58 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.40903.19 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Properties { + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the Strongly Typed Resource Builder + // class via a tool like ResGen or Visual Studio.NET. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + class Resources { + + private static System.Resources.ResourceManager _resMgr; + + private static System.Globalization.CultureInfo _resCulture; + + /*FamANDAssem*/ internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + public static System.Resources.ResourceManager ResourceManager { + get { + if ((_resMgr == null)) { + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly); + _resMgr = temp; + } + return _resMgr; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + public static System.Globalization.CultureInfo Culture { + get { + return _resCulture; + } + set { + _resCulture = value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Resources.resx b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Resources.resx new file mode 100644 index 0000000..fe52bb6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Settings.cs b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Settings.cs new file mode 100644 index 0000000..2a1d033 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Settings.cs @@ -0,0 +1,38 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.40903.19 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Properties { + + + sealed partial class Settings : System.Configuration.ApplicationSettingsBase { + + private static Settings m_Value; + + private static object m_SyncObject = new object(); + + [System.Diagnostics.DebuggerNonUserCode()] + public static Settings Value { + get { + if ((Settings.m_Value == null)) { + System.Threading.Monitor.Enter(Settings.m_SyncObject); + if ((Settings.m_Value == null)) { + try { + Settings.m_Value = new Settings(); + } + finally { + System.Threading.Monitor.Exit(Settings.m_SyncObject); + } + } + } + return Settings.m_Value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Settings.settings b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Settings.settings new file mode 100644 index 0000000..099a656 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/service/TradeService.cs b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/TradeService.cs new file mode 100644 index 0000000..cf7ac56 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/TradeService.cs @@ -0,0 +1,59 @@ +using System; +using System.Configuration; +using System.Messaging; +using System.ServiceModel; +using System.Transactions; + +namespace QuickReturns +{ + // Define a service contract. + [ServiceContract] + public interface ITradeService + { + [OperationContract(IsOneWay = true)] + void DoTrade(string buyStock, string sellStock, int amount); + } + + // Service class which implements the service contract. + // Added code to write output to the console window + public class TradeService : ITradeService + { + [OperationBehavior] + void ITradeService.DoTrade(string buyStock, string sellStock, int amount) + { + //Mark the receipt of a transaction + Console.WriteLine("Recieved Transaction..."); + Console.WriteLine("Received Request to Sell Stock {0} with the quantity of {1} from And Buy {2}", sellStock.ToString(), amount.ToString(), buyStock.ToString()); + Console.WriteLine(); + } + + // Host the service within this EXE console application. + public static void Main() + { + // Get MSMQ queue name from app settings in configuration + string queueName = ConfigurationManager.AppSettings["queueName"]; + + // Create the transacted MSMQ queue if necessary. + if (!MessageQueue.Exists(queueName)) + MessageQueue.Create(queueName, true); + + // Get the base address that is used to listen for WS-MetaDataExchange requests + // This is useful to generate a proxy for the client + string baseAddress = ConfigurationManager.AppSettings["baseAddress"]; + + // Create a ServiceHost for the TradeService type. + using (ServiceHost serviceHost = new ServiceHost(typeof(TradeService), new Uri(baseAddress))) + { + serviceHost.Open(); + + Console.WriteLine("The Trade Service is online."); + Console.WriteLine("Press to terminate service."); + Console.WriteLine(); + Console.ReadLine(); + + // Close the ServiceHostBase to shutdown the service. + serviceHost.Close(); + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 09/QueueMessaging/service/tradeservice.csproj b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/tradeservice.csproj new file mode 100644 index 0000000..80b8233 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QueueMessaging/service/tradeservice.csproj @@ -0,0 +1,48 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {66C5F965-7C66-479A-9960-A3CA6080A71B} + Exe + Properties + QucikReturns + tradeservice + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/QuickReturnsTransactional.sln b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/QuickReturnsTransactional.sln new file mode 100644 index 0000000..47713fd --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/QuickReturnsTransactional.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "client", "client\client.csproj", "{F6D8FC2E-62D0-4554-AC3E-1964042590E3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TradeService", "service\TradeService.csproj", "{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F6D8FC2E-62D0-4554-AC3E-1964042590E3}.Release|Any CPU.Build.0 = Release|Any CPU + {73D6E51B-9EAB-4EBE-BAA3-794D636BD176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {73D6E51B-9EAB-4EBE-BAA3-794D636BD176}.Debug|Any CPU.Build.0 = Debug|Any CPU + {73D6E51B-9EAB-4EBE-BAA3-794D636BD176}.Release|Any CPU.ActiveCfg = Release|Any CPU + {73D6E51B-9EAB-4EBE-BAA3-794D636BD176}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/QuickReturnsTransactional.suo b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/QuickReturnsTransactional.suo new file mode 100644 index 0000000000000000000000000000000000000000..cb2f72f73e775eedc7c01bd75cef2f4bb5be60a2 GIT binary patch literal 26624 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%0Abt$u+C%iLgeTG6y;$p7!O>|2e=N{Ia zplv0kouPwbd9yPb?Z9T}f4}gy3rItfVS|!h*vJWS(%q7C$h;xl8EMz8*s0}8NX-SW zpXP0N<;v+lxc^s%fBEhd{x+!LE`ga{+q3%l1A26k7nH`m*`AR$0~fyR*@*a@rhTe4 zwd!A2%YW_68h$?@npg>T$5H%gi4LQVKREwk{I|RQu$P`Rga4e~MmHdZ;YXe~O2psb z91jYjj{m&sPWTOn;YW99l)w+(m?}oakN$BD_MmiW&G}cgrdwNUf9IpGpjIt$DL5Bg zin*j~Y!5i@-2$uI@teJ7bvo*`-gdh5^DmvL^Z?Iz-py#1+WODG+2PgpPW!bhFXMuN zW=NbEf$z^q+q|S00hUKxzRXT}5BCUCk_?L;=OsQ6m)tOR`TF<2HvMe>uhVa<`##M> z3DM&}$|=TaKkLdf}6%`x_dwGXS~6j-VFWhRy5 zQz+@r=+8ybN}tMSz28QwFxnUNm6Fehh>MN%R=;Ua+dzdyS^M4c0mjufCvdF(L#+Lq zKHplM*P`^wpMSkllOhIW@XV{XoJ@4C9en;DfAT{Dd`qc6kxami2Atz{_~&x3NihLvsveK^%hcYN zMmDuV=SRYON0;M;=l2v&YAbPi+vz&FK$6Ql$<}4QUc5+8TosadN@34*6>cw!jSh~=4?%YT=Q^*(dQ>FOH0v`H|Ta1sone4nfR7lUd zm-B_0_?c{RA)QN>7ACX#_*g!l8_&*7<}b&OEMzCsa~bz|`cif}UCI|m(sSu)xA3TG zVDO5YS-|IiRJihm#g5oYk(FnmOLMTVvu96lq?zdKp4vOLf2yl%a&Kq4JAMBA+D`0w z{IIwB3)G&-&(5a{ZlV2Xy7+7|`@AbRZTr{SLMXtegu&-DtJ%_`ZGh!iM{+pt`8;pi zqP~;1akCM-N#|~l>H(l~@VkoMfVmqQIap>1SGPobIwnh!vl(#I3EyvzeOW$3%v+ox zPKhgEWpa)$=*j4oHP@-9m7I4}USupiEY@1F`JmUm@|;1HZMgj_|9)Z5J8h@ci}mKz ztLtgp^P3X~ar{1)ZCLvSLiNcv=9YwoJf-)o6dRDQzF(*GjwpILCi|0frs#AgLd!We zJopC%+!-w@%!c(|^-d((sDvruie8iV&IqME-?;f!qIyj#-@~r4CEQmhbb(MCqWCQ6FCOjI%qFoUG%I|^_Y08zcxJHs@$>BxPzD_l6(geeIe{(X+ZoDs`(?cQ zkbrmNe%a@h6N}g`z$W5dqHIt$eroza8Sh}T&=-8{l;M?x?^B<+zO6@2y-H4FbY;Ff zBLYX1(sV*|vi-Kjx8KS&&AzU-T{tn(nlp2+{^{R*R~`3O2+qiEgbTu{ST)Mv zpp?N~DT6aspMU638I%uaR)kdOfqA=x?og><3oT19q+>y0BA?r7XmaEm8MSNT< zms-uPW+iX3lC!n50d-eeCw9Kr2_$%EE9Qx)Q?O^j{#?+rjYR!ri!LfphYtlu$CoJ9 zDs0q-UiA_ybF=XQ_;uyD>v0Z$kRJUtr(HI?PwnY~O541wT`V6%y*Gk1Tb9Qw(U6-R zL#5;(W?eb!=DF=3yr>Mx1b*Rr{_XFIZ+`19j$iwO#gWX+k1kyjtH2AgmKH#({m<1J zWUVhdf;Q5o|E0bzwCR7bUk%mf2GM8>o_<=p)k?SZio8Uj{EhE_3GPk){|xrshv~m) zmOIy`kg|kwW#&83 z)@Y^8^*a!Ae(4{Er+)s!wwoj7jQ6@$%-QISwN}eUn+;dPn{G>NoXb2hSGeBOy4@IS z*^JK42##;C5!k4b**o+wxnX)(pK|#B3s#S6g^w*P{<+_fYv`5puS9Byy+@5dKBc5;0FKCNag=Rs$~-fwTg`p<*w8y zHsgV{zGAE$58P-}Mr6G*c2J)(eYWEHty=4)xH;pRH`^{=Zpqc#_i%d>e6$ssMtw=M ad<^xxvq9=^rA%6BG>@;0&FpWq>;D3;sZT=y literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/App.config b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/App.config new file mode 100644 index 0000000..e7f30fc --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/App.config @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..99b60ff --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +#region Using directives + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Security.Permissions; + +#endregion + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: ComVisible(false)] +[assembly: CLSCompliant(true)] +[assembly: SecurityPermissionAttribute(SecurityAction.RequestMinimum)] +[assembly: AssemblyTitle("client")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("APress")] +[assembly: AssemblyProduct("client")] +[assembly: AssemblyCopyright("Copyright @APress 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.*")] diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.cs b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.cs new file mode 100644 index 0000000..3fc5802 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.cs @@ -0,0 +1,52 @@ +using System; +using System.ServiceModel; +using System.Transactions; + +namespace QuickReturns +{ + //The service contract is defined in generatedClient.cs, generated from the service by the svcutil tool. + + //Client implementation code. + class Client + { + static void Main() + { + // Create a client using either wsat or oletx endpoint configurations + TradeServiceClient client = new TradeServiceClient("WSAtomicTransaction_endpoint"); + // TradeServiceClient client = new TradeServiceClient("OleTransactions_endpoint"); + + // Start a transaction scope + using (TransactionScope tx = + new TransactionScope(TransactionScopeOption.RequiresNew)) + { + Console.WriteLine("Starting transaction"); + + // Call the Add service operation + // - generatedClient will flow the required active transaction + int qty; + int price; + int result; + + + // Call the CalculateTradeValue service operation + // - generatedClient will not flow the active transaction + qty = 100; + price = 15; + result = client.CalculateTradeValue(qty, price); + Console.WriteLine(" Sold ACN Qantity {0}, For$ {1} With a Total Value of ${2}", qty, price, result); + + // Complete the transaction scope + Console.WriteLine(" Completing transaction"); + tx.Complete(); + } + + Console.WriteLine("Transaction committed"); + + // Closing the client gracefully closes the connection and cleans up resources + client.Close(); + + Console.WriteLine("Press to terminate client."); + Console.ReadLine(); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.csproj b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.csproj new file mode 100644 index 0000000..fd1c2a7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.csproj @@ -0,0 +1,47 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {F6D8FC2E-62D0-4554-AC3E-1964042590E3} + Exe + Properties + QuickReturns + client + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.csproj.user b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.csproj.user new file mode 100644 index 0000000..d8542b4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/client.csproj.user @@ -0,0 +1,16 @@ + + + http://localhost/client/ + + + + + + + + + 0 + en-US + true + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/generatedClient.cs b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/generatedClient.cs new file mode 100644 index 0000000..c788d2d --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/client/generatedClient.cs @@ -0,0 +1,45 @@ +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +[System.ServiceModel.ServiceContractAttribute(Namespace="http://QuickReturns", ConfigurationName="ITradeService", SessionMode=System.ServiceModel.SessionMode.Required)] +public interface ITradeService +{ + + + + [System.ServiceModel.OperationContractAttribute(Action = "http://QuickReturns/ITradeService/CalculateTradeValue", ReplyAction = "http://QuickReturns/ITradeService/CalcValueResponse")] + int CalculateTradeValue(int qty, int price); + +} + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public interface ITradeServiceChannel : ITradeService, System.ServiceModel.IClientChannel +{ +} + +[System.Diagnostics.DebuggerStepThroughAttribute()] +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public partial class TradeServiceClient : System.ServiceModel.ClientBase, ITradeService +{ + + public TradeServiceClient() + { + } + + public TradeServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public TradeServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + + + public int CalculateTradeValue(int qty, int price) + { + return base.Channel.CalculateTradeValue(qty,price); + } + + +} diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/App.config b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/App.config new file mode 100644 index 0000000..43e1bfa --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/App.config @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/Program.cs b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/Program.cs new file mode 100644 index 0000000..767ad1d --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/Program.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel; +using System.Configuration; + +namespace QuickReturns +{ + class Program + { + public static void Main() + { + using (ServiceHost host = new ServiceHost(typeof(TradeService))) + { + host.Open(); + Console.WriteLine("Trade Service in Now Running"); + Console.WriteLine(); + Console.WriteLine("Press ENTER to terminate the service."); + Console.ReadLine(); + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..815f465 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/Properties/AssemblyInfo.cs @@ -0,0 +1,37 @@ +#region Using directives + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Security.Permissions; + +#endregion + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: ComVisible(false)] +[assembly: CLSCompliant(true)] +[assembly: SecurityPermissionAttribute(SecurityAction.RequestMinimum)] +[assembly: AssemblyTitle("TradeService")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("APress")] +[assembly: AssemblyProduct("tradeservice")] +[assembly: AssemblyCopyright("Copyright @ APress 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.*")] + + diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.cs b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.cs new file mode 100644 index 0000000..f2be3cc --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.cs @@ -0,0 +1,59 @@ +using System; +using System.Globalization; +using System.ServiceModel; +using System.Transactions; +using System.Configuration; +using System.Data.SqlClient; + +namespace QuickReturns +{ + // Define the service contract. + [ServiceContract(Namespace = "QuickReturns")] + public interface ITradeService + { + [OperationContract] + //Ensure that trasnactions are flowed + [TransactionFlow(TransactionFlowOption.Mandatory)] + int CalculateTradeValue(int qty, int price); + + } + + // Service class which implements the service contract. + [ServiceBehavior(TransactionIsolationLevel = System.Transactions.IsolationLevel.Serializable)] + public class TradeService : ITradeService + { + //Set the transaction scope + [OperationBehavior(TransactionScopeRequired = true)] + + //Calculate the Trade Value + public int CalculateTradeValue(int qty, int price) + { + //Write the trade to the Database + RecordToTradeLog(String.Format(CultureInfo.CurrentCulture, "Recording Trade ACN Value {0} with Price {1}", qty,price )); + return qty * price; + } + //Record to the DB Persistent Log will also do the DB Transaction + private static void RecordToTradeLog(string tradeText) + { + // Record the trade performed + if (ConfigurationManager.AppSettings["usingSql"] == "true") + { + using (SqlConnection conn = new SqlConnection(ConfigurationManager.AppSettings["connectionString"])) + { + conn.Open(); + + SqlCommand cmdLog = new SqlCommand("INSERT into TradeLog (Trade) Values (@Trade)", conn); + cmdLog.Parameters.AddWithValue("@Trade", tradeText); + cmdLog.ExecuteNonQuery(); + cmdLog.Dispose(); + + Console.WriteLine(" Logging Trade to database: {0}", tradeText); + + conn.Close(); + } + } + else + Console.WriteLine(" Noting row: {0}", tradeText); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.csproj b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.csproj new file mode 100644 index 0000000..a717410 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.csproj @@ -0,0 +1,62 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {73D6E51B-9EAB-4EBE-BAA3-794D636BD176} + Exe + Properties + QuickReturns + TradeService + + + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + Always + + + TradeServiceDb.mdf + Always + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.csproj.user b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.csproj.user new file mode 100644 index 0000000..cd02101 --- /dev/null +++ b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeService.csproj.user @@ -0,0 +1,16 @@ + + + http://localhost/TradeService/ + + + + + + + + + 0 + en-US + true + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeServiceDb.mdf b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeServiceDb.mdf new file mode 100644 index 0000000000000000000000000000000000000000..05718b36d5d4a8fe3b62bfae220a1f916b2cd3cc GIT binary patch literal 2293760 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 z zdSevAfF{+Y$4rS%gYu0FP$^O40-Tp<-qMLAtjNtkzl-j+M2}q#UPYFOEP*aOt4id< z(7ZjUfg}xKJyg99K~Dsjb^6!bu`$PM?vJ+~=Xo4oL%o3B{ZY{DdGnVon!bG1 zqLuBlS1!HcibX3MK*IUAh_eL8U5GarL9#yTXB77>X+rqM&u`2Po2~bWkqCjm+}DKr z^fcbNF-IA`1U_WVb-+JfwNkI~I~Y8cJ@9a@Y3`QXS!I2D2G@t(@yq))SMJ8P1bisd zm%)cqbY(s9{;EG{|7SPm2)y+2E$+TdGeHd7gm{$UZeKqBpt#@041}-w!p7Y69^Wju z&h1km@;Lx3WmxCqBkTO8$Op&t9=DPY)f^(O^UJ_yq(_98`Nwd&8zufOox7WgpDulx9XSIau=_KmqF+#{al7RBfDAl^R!9A&!K$EQg( zfu4t)YivFd`!*~Ekx%noBGU%&VSQlv*JWiNi{~94w<0{UKKw}P1NXML6?`bueHNeb z*}a$$y?1Z>2FQu~({OyGM_=qqf%X`b{SxHFp)c^~o1lHbP^SCAX9~h7Pyg)sdfx=% z>T!?19Vw299X@ftSo(o+NS87{V9EPhwb-G}750&3%KRYs zFihA{-QQd3K96|3=H49J zzl`$7^~2!9FiH2{(*FhuPpy%$_y0Gik8}4-rS?G|)a^#-gVrVckNjNk0ecM|-xj*% zfIS^Seed3wqYfVdKI7tLKSa@%?047-9C?4kS6(Ca9tw!2iQNs9S30V`62QF~ZUrBv z`6&3Xe<9`d!Sn|~l3o^sd;r5VHv#9_e@gFZM_!|GkH1~D|MNhMKW-iDAG{v3@--&= zwlX_z?fDwkBL@ciF+}9{E#=0rWF0nVBFsUJkx$0_-0(Q zeh<%{s7?go(xt=QhiMOZt^ysvFJ;;c{(M9y|L3Y&)2$#+9_}nD{fPWM8*`NDUx8=4 zCHpYR{(l$Zn!bWUEdh?aw*Y7S`Y}ZsI!i5%Afib^*gQp9GG2V?MIkYZQ0!UIRIra1X%+_bJMQhGkl@ z`P0T6)7{mAC2H+k&W}$tUxTh8Q>;tY1$G5n1HY8*8Soc7JXrTk z-7R%f>ymZf>G|=V6MDW=yS28xc0}#(YaXjcR(W0dOR2k4m!<}#c9-2>wxn!G*&E3X$tB4_$zLbF znpl`PIq|ysx@vXT|DTMUC-ByPivC@y_`>0X*&p}hAP38sbv%y~yHnZrzWe?O!JSf# zo=Nb2U}XLOJkFA;(R{d^(l57|06r@0u))xuA~>POnFRyNaUoCmK`504FSj0 zhJcMWQeFnTY0Kq}pv*=agYVa1-Ux!lN$|F-joBK^8$qz=R9*1p8q6C(aGk!xKQ4HQ4&sdu^&S3k zIlrufcq0ft24Q)9_a?JU$8LSe8$mE<*W~qGSB&54OWyFnGjSEW0TQrrxt4#9YK{eL zTyBx(Siqjkb!Cofjs+ayaz&edmwT}}7B- z2a~ymkoaeRn{vtF$ShzZv(-${=Lh>p0yZ*R;HY*`z@E&me-`%_C38ffMD>w`v)2wj znt-I#MpPe3z!B}B_#J;cC}3tij{|Ro4CkD_2IKud) z(T&QWXZ$Ybs7|18ri}{)ROdH-_7rT@xfM3b*9ka6b>(;}3;GQK8`YJm4S5mA864pa zueb&5sqRspa`_-usGw~K*i+pGGZR<(qJGs0I6`&OOz?&$##~(4+Hmz8r40caZ8-1G zy#6z91UVaR;7ws3w@D(iUmL>N(}pXC_-Eb-a`v<#br7l(6ZLCDID6V~`$$p;qqN}} z(grin`t3uM+;2$2+47>yKTA+tuHTCa*z=-p2_Dp({a&;cjA9pxfMXVlfW1O-jbHTa zFBAbs6iSqd3YfYV+F-iUQ6}0740keA!Db@LLHfa&E*qvDLL^)3ZF5Lb9lCkAOYncWa8M&Tsqz zj?lBH&KSSeROwGi10@ZVG*Hq&NdqMflr&J%KuH574U{zSZZz;f&yVz++4I<*`)i-8 z{c`QqwavA4wXfG~t+}mcZq3M=@|s;e9>%-;^Lh;K@z?I(>wZu7w(gU=_wN3?Zri%u z-fe!jQ@drl{Ve;9?8maRvqQ3PRe!&Fef6s9v+!>J&8larK3BDe~uy~Fnet%e(P0w&^UeV%<;iF=Z+Zq+phKUm~8?gemOB(-jXG7 zH|E!9{t4<5oe!$9ChSkdoG&geY37zobUwPqir(Tx_kRN|O!!C}i-~+p6(t9sXJfID zWov~+lq`JKjm0SZ`NY|X%2MuPc}Vmwmxn}um*pW$-c@-Biz84T!suO;#|*bTVihRA z5B9#!m&mb8gNqn1#g}Qa5DaUlFo<0q6R}nbmv%PQOQOdviLf;agV^Q3wJDaW4?ExF zN#xkN=MEY3uoz941xMXtX@8Q=Kflc5>NcJN=?PFB_ zJ;F$A2UkdFi-=wYnBIqhCnUx+=Q_ao5{rw~dn==GLAd2sCaM9A#bz>WP}Y7g;d8P{ zEM^zD%#2*~^~bVdmYk9ji{*K`9A(o1nYJxU_XIP{LHJk<&xNk$L0j!8Pj7MVAUnQ! zj>T>&JTAWkzDlzTvf&GoSZvNlwc*+ji#0ob+8boW2{Exu_M8x_u<7#MVyw>#!_3T* zhMw8-g+r`No)?mg8D*c&Z@hdtAB&+FFKdBRaxTadWX6~Gv6!8!jhD>$h4)H$b2^|P zy8&Pqs~G4x_-XW2U=;Km1LMjx*<})x;~21r`MJ1}!)#wAo^(*$j9ldE#Z$6jX=iOF z7`}_nqePG0UGcthl!%AXP4Rb{B|5t)v5IwquQ(-g>@G^UkHd*TqO@3jjMK3Un`wk3 zYHWo~&FG3mkQI}5;Jp&yrMpd^{>6c$t{PGU$2xUV(i>b)O|T` z#SMubJHL}qW!W0C0?T*p!hpGs)%}>D7gglyNA!~t`7q4HbOVjfg#mlB`nz^Mp>ci` z^TTtGq$|j8sjo+m*1t@JFp1rtos2Rk3$DXtI$^?sJ=$1uOn~=e*T+^N`?Ikk%i}sr z;aW?H?7GIPD&e{&!m}qEEBy)Z|K4}x5}AEipViYKqpY4Av@L@3_C5mVtf#}U{7G8x zTrt?#fG~(%15US$SEABdbk51cm=DiA67%sFn?$DN$6T<;bhu6DRv6IwW2w%+$`xlk z9fsPbLSgLREzox7ZI35xVk>X5qdXd~sl>t}whL)-CE*TGrVxb*mDxoj76!3h373ap zCRRWr3$#f>4k%%nF4IA($ zkAuX3JWpJb+E94eN@2vp)YXb7W?MX-dt|DW{X8p?S&&)^GtZ4uL^~8dp7U{-D4EsaQ)H;l+{lOL5KakxL)D4dfOC#2ERrIngA`7dOwh1#Qk8+rEoPvx&+3TQ6WVdZ*Bx8+H z8Hrv8RhY1ij%Ae`bGpV_i?tOIyJS)lk#csyq$Dy+ES4jgYISPt8YygI8x;3GHGL!F z-i3u*sm;tl=F6Pp6l4mJ+l87wd8@wjE-JJzp!vkI!Kl@TgawT#7K>;zo`>k~!m&$q z>MT|pY1SgMmzNY4w1`+Nf(zS9bXtOEjZSyl-`_UHX!`5)1QMAx5G(DlUls3}RI&c6QA361}2qG$~A23cisFs)iQk5!480dmh#Ym8Ix8 zUczPKxfvKAz_`@1p@cbceiPKWq{IS?^$lBQswY9#|FJkriDG_ zj>TT~REcIE+#gt2v#@PSFtZoSPlyk#qxxj5s-%Ul+DIqq_6YP!h(w2_uRX%d#&BF*4pZs9Cl*u~-(~2V7)}{dC9;si+@sLvgxt4$_d$iy3ek1z*zVH2guk1Ub@1OcS(x-hF!iqSrmWF6}j_ z*URsI%@o;UYAt7m!79krjSol#p|`$ElUYG&5d*1XW;pL$H| zQQhNv-9O#^{O-NFztZg<%o#Yg+n(%(?6T}|y$-Z(YNA7z5ahH{jKsF%O{qm zCKe}-Py9lCMYXB~Dt|Ib4?yZJKk8Ba>B0GR>$Bq#LMzqnB~JdsLGb5+HFrK@T}Ga! z899q-2KcE^zxj>6?q;sH=JYkTvgG|T^`O$%J2?Nwj*GI;;Bi^m36l#N={c;~tdT}FM4&08dY zPWsMu+Q{QvXVmPpjjvQr{-Hmx)}-%4e{$vNPp+3pdeEO-JMutZK0Ndz*L?&J{rK>8 zfoteT?w@(4P9OU4;bns_9i;Ee<~g|b@+vNP|BdcG1_eaR;uP zYuRW6SKvpbBR&3T{ae?xQTu*%0N)MUpXvLMPvSQ;*w=1+ln3u8sDGX~*SdUp4f*-Q z7iRiCHm%_`K8x^O>+R(`+N(kuaSSbcJhCWT)XlP zl56%oH9l{yJ$>O8=v2AymJjL=86$uCHvZ^qw|tyy*_1~^^nKZ=#k+RP%gMi6UQT?- zEBqaKAg^41+Lc$XSE)2J1^ebtg8JeK`~!cI>fhx)?3>pVUEha&%YEk>_RMQ0qVGG` zy8L(p_AU1v{;+ReXVrhEP5QV5Ir7L>ySR4nZvC3;rmx}nqvN~v%S+#P->qL81n<@_ z@YhaECHRwKdOX1>o?K5z>+4E${bi-EtIRdhBha}nH}TU(-zXp6uQ1mRo}+}CobB;qDkLl}bbM4%>(<9JM&*6tq(9JGCx!#g9{Nx(^*hC>c z{-hQ1&l994*Uo+TOW!r@Nv@H9o}fJC8u{f3%F}lZdy?xPr}cf5r(DAy@C5cG*G_sU zPq}vZp*(%};V*sn;lJd1j_^Z$^x;t-eb=aua=lUHMSbKo`+8a))JM5?(no#t-A8@& zU86qw@TiY+{Z-)y|KYV_O!84 z-?!^K73a36?ZVHk?@oNTzB|`;d&>B3d+NyV`s*6uXZvg7U4OlPy_U!J*SzogYeyc} zU(frV#@qgyc-LS5{O9_<>#rSs!9IWjp*<%a_MtD;=FR#V_953!{$L++J!FW!5Bu=l zhkeNPbI2^un%8+*oS+~X9JW!e-i2kKS*2G+F$V+<uDB|X=ko%pUjJ9yikU%&jd zcCcjLE2%&0noW;=t;@r@Ulzb8)mw=1)?1rT-kQ5~*w!2_3a*dK_1$>C@9?d;TY>#w zbPgJD&2`}pRrgVSK)g?)Y*^1OIWDk1>S)AeKj2JIGtPH{&tJfYVX|J|;`Cw=F4ZUy z`P>Q|)BG!NgK^FDlG#K06ZtnCnTad3uI)phyWZKD+X)^_^MH@f3F-vU^9@^b^+P59 zpThodQR_{%fsl;qdkXRoK7X_FKPKy~=Xb-1t$NKqtnV1gKjX7ba6P|i;6s_-0v}d! zS>JKFS`M<`{3&%h2+xARGwr_v-wZtUFg*K=dIp3`m$0s0DBU#2Ni8xjN!T@b7Cheo z?ZPi*Itcy@C;#WFZcTGdPg|a!gEXu6ZOu`pw}EG#DE~d>d(<9KUOfhq^*N^jN8axM zXYA$W>JO+7fHWWcS+isd*JVv^DBGZUnec^(OWv4dU)F|mh2xNup4iLd>Bm8N^*U&a zw%;d#VVX25&t86_egawuIo|x{!@2gJ`_wv?bHF~C?#DqV@uYEUj%l*vYUDmteGpH? z2M_YLAWJ9E^YEbPy@~>Qxbge-?8&gr9TBC_Lra;ObZ9oECXmT!o|*C z*Ezcl@kc-YaPFBtC#zc^_madCq{kFIq8?b^p9Bx4nF1eAZdtF@pvU2URQ-I3@c?3( z@5VW0Dn|grMBi_x^*W{*S)=r?2=5DfXPWGn^Z7{D>mHy6fTkcELF$e#ep%g`O|dA| zbP#`A5szt9Al_hHOMdTF_ks>0eDuhzIj&t^s9ygOM7|Gz4`s;s_ z?pENKW;H;A5ia?cb)Q!*FX|YNpNdIb6TC4t%*L^(OpMrW)|~{MrlY7eKZ=cZ1e`>7m>%U@22A z@Sb0LP}k*VUHc!>`pl2Un$y7b1kUK|*XiGC}}uQeeqd4B;k4d+a=&Ph+~ z<@)sXpk_4;v^6&fv=%s~Sr6P`#1(sa6mMG}eY6SjH^V=0rbr>b#&ug;5pNfGFwI_; z+=r?&daZff)-)V{qx{-_#A6-MYuKNnh^ zqP(PSS3eZl9_&FpL{n#h_Tii|9fJUdiQampdx6NK88mxO&4uZ9k$ETVk|>0TqWe_(&j?uFEk7yqybl*c*K90ESX zh`szU{X?*S3M!#?+vmFpc*i z-e6!Pzv4$WB76_-H?DsS`&87^yh21Da_G>+7v}&+85(_jo>JU@rHOoS>{|*SS%44s zbD8{&4Y#caAIdZWd_2AVRs9uYCmyA@ZHR|x>T94KIHyb_5x_9f+o#i?29eJ%K-61J z)7Bi*90kx|giHQgR12sb;lz>($z21Q4IXoFFwN0EKJBU+4GP8dYj;a&Kh6 zdkx|u8rJX6X4m4JGL1(7!=xMsrw4<`=R+Wd?*fKto`wtFkaGN{-Xo<6;lvVGDF1sw z`#yoR&OrWwKi$XYR{iW$kM`?Q9P2;5wO~2&Ir>e|67Zo+P2l6%@qT5V7bwqbpeQ?D zgSeDcKU3hGGEG1L!)9gWpHk~H#r|!tTASHa)sb0W)s|UX)tc$3nw4p*YRRHt_+2(4MZLHo`ov+?qT~n>9cUJGK+Frd0 ztM>1#T3@}he0zC5y{Wt=y}n$f_m!_L-(9}5tRuC(tSz;vtTna1Y*uP*S#zqRtgWmu z)mk>Ithp?oYAmZs<;!Zyps=!i$$e$JlRJ~!lbe#e%Q}+llWUW0$+d}&L|dXY(VCo< zoRw%!G~-!6pJ+_h;PHE($|q}*yV0EPRQnR!)h4xG?M|#!I};shd!kKkO0=r=2@W)R z@Bc4G$&iw|%}%KUgHFR0+a8YHag^pF9EQHF=CCM>kW64L0@AnbwmJ@8p1j5liia(s zN*X9>prnD421*(zX`rNmk_Ji|C~2UifszJF8YpR?q=AwKN*X9>prnD421*(zX`rNm zk_Ji|C~2UifszJF8u))x1KU-r{xCg>8BwzSe|I$jSxw+gKi~K7?AbO5pLXc?|9sIu z4ln5M!>^&!Kik$}&I|oE^5ZGoluy*~1prsDZtyM4(T?j?SVV#=ur1R|g0!n)_!Mg> zHz8nrPS}!9)^z-1fggt({0D@Gk{uV zaT&tSz%f#dz{lZZag0-=uwgjQha#LSKS|6eL>~9JVk^@K=ZTA(FekwjnJ>oVf{BoS zp3Wma8*x7S)AB!_3iIRQCCjnqis9R!b0f=LwINTdbZ$-rZ;}0EoGk$RC>@w3I?Pl| z>VYvw;Fy4enzeI34p&}Y8}$|C&#S_zP}hah8Ht!pTJz+^2}5JH+L1IPtjxHaQQ`Jm=}s$Rjl_5W+I$>cCPX`N7FS&ZN7yod|o^^&6#+CM1{ z>-GpA81z|QUFQ0R?eHM0v={TjFN4Qy(0*t*vif}6^Sxk;`$_B4bfg=Ar@qk1%`~xh&5UIvD&?hz)zMRx)#2NDKzMX zV^<h$J;JGCT>%hLB*eB~2wozK4~!hECh8PyUTUagbe4a949%>x`s zuT6c}wSx;{u?OLA?@h_XX;ZF2883B~*2%M_NFv=yGeXWPUT(YU%jTTris zY(TkjmzD+Y{a{N*i?SD~6dSYoN&ZYf!76+CoL`syxv(LV64xnYA8L`dTYrtBq~862 zEm?i5%OY&l^f$O^$`#Ov^gE*4$jIQH&VoW|aGRTvNmSIwa&y=1t%kM~dN_uV2vwQuN!}GX>xESrk@oK`uwgyu^ zw)bRj!1G^T51)1UoF{Tdhq82p*5M@)So|}iN>x}+oITEdZ_9lzjjj21urSMuzQ)66P zl_gJfn*aDV!Ldb-*~n5~TCS@jbP={i+P6H#^V#Ag9Q3fA*H|k(S=vjdci7`PlvkE= z((&1s36`DbPdb-L*G2M^rJ%aZZ=~asTz<0jj^_8%2>IxrY(L+CCp0rMRj4J2&IwC_ zBO8>!_R9_E)pE(#6?j6CTES&urPp9Qfb{2V|II#ych{~px8Hs{>kYrj?PA&K{s-e* zWp_Abzs{t8gvv_SNy=lDRab1u^j&q?lb%xybvXKV z<6HXK8ez*}-$3tc+PvtxX+}}#MflXpXCZmI<#RE|b+5rw5WNZ4jpky{v|O{V)FRz; zW-o384paBc*st5hGVfMd9Bs0Xik7|3)w?XurS0fwll|04*^`;Hv01C%ezeIxHd1!1 zTV!On`uj(l?BgS4hn*YQt$y~?M_pYlP+N`cRzLpelf6J~HL_dJ21lRl(X~~#fAo>o zbI8#rdvtAe?cM6bAAPb%*H%~W*0aFTCOh9+MzySG8GDzdM|InD^vPbNuF5j0N2%=5 zbrrSr3B86xM`|?A*fHSQ{+a$Wa%=m&gq6xJ?X$l3o?iF%TG*?;*R%EQ z^`qIJUO|67F zMZI7D_R!<1XY_BXZ_?M^_y2Lg1$XArb~>*T!3=O$x$4e5_*n+gg87Vpy$a^RKyI%PwLqX zcKoEp(Urk|21Z>M8TN8vL+GFkD}34R^sdobL z?GQH)9Q{BZJRNLEY~X_gwD5Kyz8&Jkp9DQ}ESg)1{Q5~Z4-*m-z@krCnv8suwlw4L zI2%ur-iF}|ksm%+y7@7@D)j0QHnR%-%p)N#FMBiQ5HC}{87xTerwrys7;<<`h9t`% zihLH^kauOJh+V@$9h*`K8S2Vqw~e}&CJ@Hv25*hT}ltrMi|%RBN@`K zZF!Ci+{DwH`?64BEic2TF(K=AmTBuZ`R8w$#o6IA5xS6V)ZIK7TTO**l_3Rf70>sQ zkNJ3Xn>C2G7PM76#7TdW^PZAh)PTr?&(K}aqb^H3ZY({@#)Gntrj@=ai!v<@B{O7e z)yV_*Lgkxa*;L2PgW-{~ELymvEUpfZ>8P)ZU{^LLti5OSVR)5?>PxxB-Id4oL0IKX zbZYD(t#_a>`Qfjq^0ox8!s%eyX82{25T8ukn~mekGILDZE$zneV4LCR zAt5?g`)IT^)3tZwI0e1Q3gqreRn-m8zkYdGul>9v#K)_}@s!+MoP4l;FZr-=~F*@#dq6$V$})mD}EI;#5rRN`JTluOUydK&CLyupBf&%8(nz}ukw&R+qJ~uHQA9y=I^=s2JR_p=6ss7C^6|D_gtrdL6ssP1GMV{zAwIF{g2=QA zGrpFg{g;`1Xg`87#i|p+i#?I0`k8{;frEm)V$}^>F7pHz!7ElBF> z-ITZq&k`Jcv+Eiqw<(W{Hx4D#6c{PHHqtF&-pIrBZDiFzJDz=>#|3%Ja(VEjCKb=A zm#l(8er2J)MHIg&C^(s{%_1~BOrIj9S0A^m@;Q_NC8GbXsZ883_ipt*J^Kcd9 zRjrOK$VutmA^@c$H(9`19gFqG4lBZ%g&a|@am>laxKIzj~gPF z%}eC+^l$XlU7b*f5yB0xnXn<53@bd1WMO_iFsZdL8GbVY{ET#r>9*&l@5$NYUf9Nbi;dX4?6(8d2G`;CT02LcspuTCAI~=_ z&KoY~i@nRkvJY#mBD zhdg<HlVKV{TclA-AXBx_)!|)%V-k_l~|b-JZ|hmYtFv z+-rCJy81cw_4PaJZq5GR{=-gDb?fV9*JbLq^=#{z@A+!&y4pFl^|d=|ZmVgkInX1K z;QIgA#SuA6pr?F>{uLWI=9oKr%X$Fv{=XIXI3K{!8~^_8&K|fljPp#6;5_fM4L@rx zY**&`nz^PZf056c8~f9U`F8KUdEQCvVS~KUkh?g~`$QAJi}RM<^p8+k)fsuLvg%6N zn|a>b3_ojbaaZ`6dEW4i|Im5fTHkzbvh;Jb&3lcWjg}HyrR-K&9Br~k&ql)@LZ;l` zbMw6Q`)RS+_uM>h{ahomm*#n+XC~_jaJcWteUlMgTU~p956<&;Wq%LO^LE>p_uxEl zj2}o{eGks_cJ=-qoae1&=eV)eC%7|WZ7F*WBA;9ff4eAS4*ZJy4E?<#*F2JM9{t}f zUgC^S5NWT!)qv+v&LNeRD$J`ceidfkPVyUZ^5XmJy!+z8eB&H9c9Z)xrC%=jvfW#? zi}H`cYB&7)l`GD0-5aiH6*nDzF>B&Pf7c!SrZxB-dpPH2C9dezd6)xRqg~_A?@gom zb0vUx&%f|0MojtL^QX?E+~zYE*Ozryh|MWWA{96u45^yU&AJ zDJnXRu}H&wukW1=#i$nMpmx_|XI6i|>uWLK8&kv2>Vw}N@f5 z?9NuqXgBg${puedA$i1Z_^miSfwyj%?V0`e=v}?LO^D@rJ+5V8e{bGduJCQI$(PmV zK2myStzxeDd>&UK*N&|3B|m$F^i116e2Fjz%;?DKAAkOc%S7qo>q)P}!+wC(?>$oX zI7ZvyKf)d{xNdZ9^@)$1uIVG0FV>d$x*lOoaxki~M!g>uZ_5imaJw*J~+( z!>P}hy=-K)`nE?(f1aP>S$zGigqap!L%=`tTGkLK@}1^jjBxX77X18UzjX}DUg$eb zZQmRhJK<=SJ$hu!mHot{S@!7fG~IE6AxE?9MZT$SIGSaTuB)!i3_W^fA64L+>V2rD znm9u;YCrTl`pbUk8$j!E-iYH`xFf#fm;K;d(k&n|sR8l#x4^8%aUF1jaV`774_CuM z3wz6c@b80L<9_g5cqoB!QJYqS8e6yI8V796G0oLJK0i@E0i_VW4ab3hc_;@yJ&*=9}Dxu!A@>6a2Xu)P`%ybOZQIK^W!fpT+mEAmZ-8ymNY4P7sSy1@ z4aaQFG0mHN>8(&JKqfuiDkl2s^gfJ0lin1><@ITx9XMy29pJ+-NpDbk5GcGfP;iLD zTa5I`F8lj_(AtS@uk0SA25rqTuOEYaoD;X{v9GCDQWdHKWTy5Ty(o1)NbGqW;xTU@ z_r;s1=7EBPVwk}J+BcEw(RUyo)4bWI*I%h$fpFU;_<^*Ud+G){C!0a})~z|pum*f+ zoub#8H0ysb{k6H5`t|L1Y2WpI_VjM(y{y+JeDy!Lx@-TCRAQ6){vS14-t)_>OLmZG z^uInP)l23B$ou~eM#8Zc2hX}cv~;IF?c@*pm*n~$TxSCQRAhfIt}|g|x7O$W$M$*s zUtF@kJ`(#BM6FHojFH`1%lqh)y-5GXTKD^Clf6*?#qE1pYm5J5-@%8UlcL{9!oL`s zvDU^u+GH>Al;p{7t;2n^$sYZbWa-^n*WRtQ$^Wr_ zCaSI$sI8{1=5=oZ9iO9bJZ1#m2}ZR|uHKJ5nq@CgTaDh2JDO#WuC4BP%<)IF?9sK= zwVC(e_#@USkUnr}{P76Pu?qW0?)TEEpLq|CKk7N!eCB%(jz8v_9D9Ecjz4NY^T=s` zSj7gF>pJ1*Q8oGemPxZ)@*kMqa#4QO^{ZAby5j0Z%iCAw8=SLY`Q`JjUNkJfs(oJj zHLHf^Ctc93s`7%C87-4%=ktxj@4GXp0JCt>;(6CB zYuBJ*`4J(^NMM$&xWY+t2>EoA{aaqY{IzyV-cO_g@-A4hd{z6(c}pqsqzm#Q7!udv zOBd!RgsvRmI;UDi&tpK zDn=P$CD6Wf`SlvoDEGC(toyu&v@0toPr9HbzqwSI&9}@zGL89`nNu|W+|v@SK_X_sP}lNoUSzk#s7xR1G7>3>B6QqekK^f@_1=NdCk;u*Xhl z^jOcBK66UT93Q(=N03Wl5j|!|&So}qas;;#jUz`#uxl9EIC|VrWD;cZIrH4vQ(Dey zIsbe&hqh+CWJjLr&%~7J7q~GhU7d^?7nQE3X^$T>Z0Dn8W{BOWkz>bTZ#NF@R(00-=bl3ch8nzR0h|Hs{CuaD z<(DqcHw>9P1Wx8G{y|N{UsNyroiYS*wS7#QIR#EnD(#8+F(_8lk8V}h@IAoR+)LIt z?x^fv)L%eo!d%ktb1>1*{%Til=GE6h9pr=K$Kb{mgV*Cd$?Pxj{f>OQn9=|{F z@%g^`K4<{K*Wu`l&s`w$n1+M=b~*Wwadb@B0-5o1Z_^>A#)BxzYQ$swpCTT=Ig)q} zss};d=)Y12L5&#m-sPnA3h>R0kM}LZvsk$ggiB59foUjjOa|Xa1;1G|E3tBZ%YMX} z0Lom4_d+=T8Td1t{GY4(eERbsPoD3BL@%>|r%bN`@0G(`H5YUT!YL5nQ=uGq8lox? z1MdPKru}p9A)a<{Qb+O(Wz*-rZ^`bF_gZ`(wHrJr(=Wj1 zIPjr9e_HW^dI3~yn>wZL22mQwuzG8bGX2t#hkE#Bwb+*+lzx}U_Z0Wz`)0m_aNqwR zF0W~0b8t?Xc7qSYG6XWG94-sm%%#b>&p zW#F^T(Z$DL*Jiy&BM*M_$AWmh6FivquffN&D@<|$d7I@abpwdlM${Lk{TlGih%a_E zLD442kHmTqWmoo!wZz$WH3NKUo2~d|I(xw1v#Tr9SAslw@DcLFtvO=v!a{3Yfq36gRQYx07qTDOn)^>s9>0|7zro)t zzi*|#1@h$iE$B;X-S_@Aw*+{~^d|6LIpkChv=QM(9_TORr+DvN&>i{9lXrm+)BYdu z;j@wWM|odpulb}D-wG;q09dB|d!HVzRo8+{n)IX8gZZx9ga^MPWF&$Z>@8&>jd1D-PN^XUOgCxbR4ya@;8p&o+rF#d@k{;mffru|1J zUC{%!lmvP8N2!m3SWgw~oN52br-!H2(;)IAy$OF3We=Uz=KgeR}w3_0OPf;4=jWH)xS}{0r5U5k9I3+UduAXP2v6~&}y7hrUT%^Fli?qO+N}EkGDV@du+*V2Zm|> z%_sLLH41dc)sp{r5RwU?EARi63NVfe&T+yN}Ot>NwC~gujYo{gt|0dq&M`xenADbQkzgri0)^y;F~M z&ODOA2zSKS^IC%Q0?fP?&K1e;hJJv5+u}3cnIALwb<{W9Z@?43J+I|ngw_A*1~kt# zJ>vdLB=P>`*&E>Q_(Y?gBm!Jlk2p*Q#1jcmqt# z@c}*4XM~!Dcueb9#53j9lr2}~pc{VulrFDbxL?+@uet+R>|s#LinI{tMi;X{t8q;k zjsqWt>-v-av0{7fmzOO+vB* zv%}OdkdYVcv|VsDn<)KW4{AW(D8mWh+~EG(`RG2M*Us-M_@S(eF1vyKqez8oQ#qzR)XAUdcdc3r3d;K*pjp5(jgu@n$7gq|-5?_)_1&4>{wwG%@L}2~ zJA4|__o>0j_oq!eN?yZo4}Mh7x8nLgroX)z@p#QSRXcG`nTTbW_|b9caUj`nSeElN z%ikbRpmsHG59$Hp4M)6bh{xxTi&D}aEd1?LxqE*jHhtTP4{O`z>Nmr2WYPFtj^q0{ zkD?)%k}aMnBbHF zPVD$Bbrwk0N>r*2)C$}_;PwGW`Ix`gsxMGx9v^}<@wqAD`9=*`Y(`4XZG=TtIKPrp>6l5*$g3&-iSA)gQEN-&47IN6&V@@CJk(bi$d= zOi(MX&jd}wFLinvg!KH*7t|L(&m&*Nli+vsCsvl*IYhtn9T4wtB7YpGgAdD}|eo=VPFJ_x1$D?VmsaZ-za~i(}Wk%yFf3e~d<1n-w{G5`XmGg71sEP)P<+=6Yr zW~;e)5TGC8eE0s@->N4ON6UbCtgw{-rxg#Yhe6^`%`$lG>AwTQ59xoF~?X-)>t z=qZ`qs5XLLLVQHU`1SIF7c0R{wH6! zpDgt3bp=01nOdy;KTvg{x)7v6_>;`O7Wo~@0K`qHyoNR4oHCsSJ}HDq{+rVr*JJ(U zNZz691FDUF6~|O7y;0e1Y8yy1!k>2B*W&{P-jnFvcdmTi3zLFyJz4KO=!FwGeVoPu!L zY5(lk^*bY6sx0o!!GZQS88xmz3_Rsc@*6x?`aKoXYlQEoOy}TY8m^`NmG?GmZ`b`% zbn^VE((l)6b^^D_@xRZJbp%QK%M|2Y&vvB4Jk3Oq=YOwISAgz-pC@kHm%kj_|Go-- z!ksaL^jxR@cO<9-`C{JB1(WrNF8=ooDpkK?_? z`$2}Q|My3raR|B#>HHSFjzKyNxTgMItNw)g1jxkLJM5ds!@g2Cfp!2-oz8;%gB|=O zna9*)pcx2f9Qvg~{&x?EX)5TRx;PJfj30d^^_qGO6!xQAKu8a9rs1Fr=Odmc?`is* zAEr&>_dS%C-y^Y&F@AI*;_{l`60OELWw-!*7$$yXetJGAnEqJMZeW@AY~a1}kmq?s zR|9ab9ZR5gwLCZqK$`YvjF*7dg-FM%7czc)>7=J~oA-;37mks7!5tQ`m5gG)B#nhZ zze`~vi1{;yw4okFWC=%V5KSV{CYp% z?X+I-+o8LVFXsIsFjF%hxES%+zma~Gyhk)W z5?Sh7-dJ}4&$KS_r87hg0R_jKunh(X?^~1is~w2Lv@S(FQ~#Q>x9Ij`|6e4Z4CnY* zy1K^FHTLdW&LBx8z8rYgSNf^)itTDU zC@Alppf=!{##~Fz@mcu})yTOU_d6ROTFO@-eW*JfMptsEIG$#uTp$x zVdQ)z_4!W69nSzA01u|U7<|0v2Jt`Mvdi=g@;zc6I$+vY0G~nTr5vRG$-)$PMguJY zj=Yyx@-<~;oTvS7qQ@FwsK*JK*}*5I6cNgVfCi)*I2)JczeIh0u-X& zEvvm~HNPpI!#v}-+R2CDv0WF)=xq#WJuu|G+>);;`-&br-Tap5jq*`%Z;~hMkNMq( zb7Oyehqn{gOmhYJc=jjrdi?Tn22XSP0I*EE4R}v~_bP0$aj(etM-bkvLk9BxkR{*v z?6ZoaRknPc>5pSxZQ#Q+S32^EKD_q`E3n9vUaVV>P~NZZ0-kBF0^YN`YE=y~`nw#o z8yNC#x8!R=`}qUV{=bXhag1O5GN=aknC3O$)WLmVD#0E461g@@=}iTdFhtv2EA{9!zsJ z_^^CMf6{Na#|z9%t6jh{?dyT}^e4}KMt@+V@&_?40o;cz`I@rw-S_CXMSpLhthN6G z7E!eRns9FP$M3#p;hJfF1bjUGnfE^4Lh5Y$6|k#uFzp+F_w@IWdI%))@u^a&?ZA-t zM=klrXT={F`M3~aXZoYR*asd=^G5LT{N7*HUqNkp%Kl51RlgZCYK z_89rt*WUyT)BHGap5AKoIuIh4^dt`eL!LKVa*fYkq@PKRTgf!L|Yw;az0OW-S4BAil^-+JJg#x0hdP1&BRC+OKj zqQ7alPyOw|ZwH!p#@mK-qra)39k^!Np9CL19?)8|XNf9%Pt6#LB_-^k+`foa`l$=j5b`GA_C^GDZbU{eXvXA{oZu93W1fpUH5 zP^(HL&`bZgw0#N8G~`R9g!+N*yZ2FNAJeR_;$)ZIb`6P8fn9bcxlr!xvU}Cxl<|}~R;SJ)F~!o~Ik7kiCt*gh_>(EM*GFR;B@2G6~35 zWiP&0DkHx={nVC7CgcJ2(w%AJ7h+!>H%1p=~j zXFwrNcJ2(wvI5~`=gxpaoNQAuAj=AblWi&yph+sICj@A+^dul#PX=VkBp_Q)1wpo+ z3W97s8IYB`$q4foumM>z2`EZ%tLy|+L~sE`3C_m@rv?isN^nc2DFp?u@qB@Rq6D{! zMLOarnCSU|QDGoX-6cJpdL zA&uM3Ye7&{*C-?tx5eUNQwYSmX6l;(hGgQjQZu#GfI?QlUaIM-8j$5ML{Hp0Q?}1E z5Ox7v%M=j%;XG^#*;5_v@~|l+ID6haY_hy>3&Q=C({bZ=cTGUHjT?|vIR#|fxC`>^ zNkAzi%7f&BJj)bNId1YGxu75?+r|rmY#TQq%L=CI1bD;TWRfJSfCXf$Kp?&@q=0M{ z6a?8ShyYDPn7>#I$dXAwQ8I-Gee*#pBYj?l+O%tit?EuP!XRgxr_3dj6)zhcLPMEuuOLD3MOZJ--5~6 z-q&!l`YNJ=O31;3WI!3Owg|}fz6Mm~nTmjH?^_U*MKU}{MsUmMgp=)k3xaI#Ym&2k zfpD_DZ@~h#y{`d*QMrS~l z3N8<+z)=$v<2o?`*(xv~OHTr_RbW8*ASYV|1{C6CtH6Llg4-%EAdAyng!v1&ASfz# zR{u#j70I1|isVi}QMt2hTtHE|vsx(u*#&HJx3j`6I|12V#ej5j<|6QW;xUP1ULE+v zz|Rf5df>Ey#}9mGz)uHk9&r1BD+ja;$Pf5?|Cjqe*8jHtSM)!#|G@qSaxdn-k^86I z!ra7MF89CvcJ_O?-!1*-^=s-+wp&-eOl=+n{Xl0IYl z)b@F^_jA3!*88Kq=ky-cyL<27^?J6~S9*Q8*M+?rdsX*(z5d_o*VSKFe}4V&`b_<6 zb>FW0QeAu9xpgPimDla=`E<`O^!!lI89j&eO!oYF?US{iuU%d{y>@Wzp_*4}{ zHlbVJZhy|ckbN+_CObEKTDDhqU-f@g-&g&y>PxG~R`;y_pQ;^IU$45c>Vs9It9n$u zQTZR0>nlG}`GLw2mD$R@nSamRlUbd)AahElGP9@RnTju0TvIWt;^c~S#jn!a(qBxk zOrMi(NSCF5QNFeOj`9`d?=L?ApQ-;WwI%i0)Uwpn)N!e|%XXDLUiQyrOUtH|4Jvyp z`QzlK{2B%mTP2`EY?t3nH?h)l!c$Rwa5G6^V3CQIW2Dk9S_JB%r9|LY$(Kvy>^EiYRkT9GL`EL?!`6$z%zBTEXNj z!39(#IRQl_XDL%aMO4sSP$r9$fTCow1Q$@0OqL2J$4O2=QOQ}HS_*UWMo)nK(*VRB!d!39)Aa6W}c z3m$mD#)pR*ia!=v8W&DQ1Q$>d!7oMv(K1;Y7f_T;Ay5&S_)J(dIRO<(PC!w~S$Yys z5fun1s_a6XqWa603WQTsf7t@@aj&Qf1XM%?0*X?Bl^nb0(aBj3LqJ86YmLK6Kt(vs zi^EAku{cGkz$!c8RKyDUL#DFG&gg~S)1`ol$aGvmPL{?66pK@l+zF>5xnut+I(O}5 z?vtE=qGYoClYpXRvW$-Xr|9G?6$mIQxe%u!$xSYpoW)5%QOQ|TY6MgyIX16Fb0?sv zEzE71VnbK{ypLy5k^IDzZvhDiBbVOqSpRijv9V zM9Yj$&Qhj;qLQ;Xff1fb`B2KkCQBwAoFFGQ9X5qP6r8%U$r@(S!JKgqN9`x8-U*0F zk(*5+P*f`wN-nCE3UP`W)d}gT62kDXDFmv*T^=@tK-IX*!zSwyR|hAu_~Btwh?D)! z&j3T9?zqFlrjVZOcYX$FjS^}DDP}4HiZVLOR0I@d3*$IfI612<^D9ThU zJ!yL^mOBCQZ!kG4cLFL>5d>7EA_%BRMG#O_?kr^rs7OT+P?3rtpduAPKt(EofQnQE z0TrnT0xD7w1XQFV2&hO!&|aySsR)StG*45X@N1chfcRIRSs<(I1XQFV2&hO!5Kxq< zSQUW@6>Sj&#GG|f5d_3U^%?m(WaUmk{2SDhRf7doq#_6?DtDpeic|#QRHPyZs7OT+ zP?3rtpduAPKt(EofQnQE0TrnT0xD7wblDfH2m&fn5d=h2(Kc%A1ix0<35b$u=`4_C zDgxqPebyN$%2aek7@*$+@OE@X2!Wza%B%mlx!}zj6WYXQ3 z$g;C?C!m6ylEf>gQ7UCrA*9LiAowMX`rNmk_HNCpbusN%+vpx`jy`QAEEdE z95Md5(Kx4=lFD@#W9*=3uyQ9FTpa9qZNl*+4nrq=<<@^Q=Y@XLyT6~>wg3C*vEVf$ zC(N?@@2oPw=C#=baqLUB9pLLvjhd%Vn7YhPKtx{1822Q76Msrn(m+WAB@L7`P|`q2 z10@ZVG*Hq&NdqMflr&J%KuH574U{xc(m+WAB@L7`P|`q210@ZVG*Hq&NdqMflr&J% z!2e%0uu*+U-Gco{TQQjqujcXozb90Yz)qxN_3u~p!mqW-M+QvR*Yf^9kGJpk{KTav zKG;}HgEio(^pUVuciqtJ#CzuuPdG0Cb1gdrJPcQ|(nemNVM}aD)%)Zl2u=b>a8ivk z8#b2f3AMZt1d|!TO6^5DdN(`SLz*{&U{1BnMs=G?9DfxKWmWAs8ihj zLgBZ7b_QK-L|L7HO$M!+B8B3&IsuyuhD_9NbpkdS#Qv$q$#9}mFoOd2tZsDDnOz-K zy9G>@=E=$94DEvaRwrQ3>Rd6T68LMkfIX{oRadJy`>jsE5mqOD!*6v0rak60E7!@$ zdZ@hN*@l2QUq1joR>$RyAec%Ouq*RW4d#s?m`V+Rhifozcwm_(mT#kGs8WUp-#IH0`{DYn?Xt&v<(4!w&8-s75KfVfIZuA3q?xMZyN&k zY{Ladbs+>CVH>@*%zh^$V9z#OnPp8-zmpMggl+I!d--P6vpNBLwsBL&S*>517Qbys zr`2->t{73SK)^AJTfh;nAge!w^|vVkjwo&^LEi8(DBy_VmJ;+Aw}2yxTNbtU7q@^T zid&qy-xYA79lNHuwh^T|0Y|7Vs_AFrPUdZh~%L9VHP?~{>tqlRk)P{hKHj4BZ z1#GktvS+_G1nilp`!o?{q5}3z)U`Tz3s96cJQH;dDau5JbA*YC%k`V+B%~Ev&jOCA zX8{{M7qL148$B1XIstoncAE*Q-F~Z^9LS)n=O|w%V3Wa+ZSaQY%mr*RXxRoe9Q1Vp zW(I}!a-<>y)&GC&y$OIFRh2$|>n-(Ouj%eA-JSIjLX$uUovmq>Kxa<~2_Xp(Fi7@| zY@|COY{DQa11fPDjKC-&AUYt7G7cyzDuWC%n(?nrW(FNbQIJ8145O$Bzw_Nwx9V2C zs_F`6{*H2P^17q%l~j^&cZR%9=<0No)WWg zFzxZH`v_fz@U(}8gDJ7!6&$67!&71w=I#ey-KW5R9lWys@IWzVHHl2u4&Gmpc{B^=C2*^&uEhVRV@l z&GieoNFRa`73O&v*#2ns8@d(3ABYNsXA{M4gTCgtHps%J4ffN?uy9NpjJvDG!Ufo; zliyO}?y9kH(Z~k=9CufZh3z)zbzgCJ)mS)agTB{s#~5ydbIAZ3I^U7vpkv_xIv;1Q zr*QYh!ho)#3+W5<{27d(23Z);MTCdzykG>v^XMqE%`6<)>=!W3W)==?_WgN`HY02^ z3kNp)-PcixHlw;LntQLQOzsN62nvXHnYn;0YzmkQ?#aZBDJ&cm&_{zWOTz_Z;fw`j z;h=zibte}P5LD=AjolOVVR%eo%_ZVgG}oWkamNTo6uPo6>^ncM(4x0lSaXdp?Av^r z76v1#Ic7|msfEL13TqC=6dz|eIxoW%)f|i|z9XHhg~MYCYsSz~(Oh5nLVXBERC6$< z_`(~saCl5%&6GK+dAk+{BdR$VQ+((y(Zb;|g*69bieD+0YvJ&i!otCr;tRi13x~%P z7LFNHZqUNvF@=TE?kk#mXSd!c@3tWr(E_4bRJ4>|gE#6!Frvb^TT{_oAB~UeLolMk zxL~blu5Sj9DPTl}(Pgr*Z^kEeUNEAr0DV8;grT)Vf7pJ1`#amuX&=}ATHANp zZg1PwHm_}1+l#GVYyEKRhSrl>8(Nv#U zK_3~kdC;^$P4vBhFAV(4fhz_cKQK4&`z?33T;8&%<%pJ7n!nk6bMw~bp5}qgKWloZ z>Ag)CHce_OHXRu7Hv`@=;H&{-2K>75iN?Qf+|f9*aY*CO8y;@Bk-iTwwV~Yb@AaRp z|BL!%^+(tLw(g(mZma99n^V_b_d@MgYd=`KuC}|juJ%VYe_L~H&ABzl)cn4@zx>Ja z?(+Qd@bXKgub2L+w6Sz@sj>8*?gQ?7-1FVz=+lw^U-7QurNuLfqlzyV{-Ln1a8cpZ zLUZAn{NLxV&tH)5%;)nz$bC9@MefYp=-mG}k2|+G+nnjnAm>^2MfEn24s`_&!ibu4T&=h7XCg$){( z8K^%_0d$jzQ0++MK3pkbM`Gc?jEK!)M`B@PMn0Ix$2k%UCsqm=fz5cZQ*E>FNMV~< zIHS!hY;3NA4vfGI+>f_?!}q$l8f4)ZGvfLU7B*&>e#5U6I&YO3iO_|Gd+5-%IkgS4 zaA0$40a@7CY(awMki6BUoo(`(O>vB5XS8@y9Og&0dXxfSU6(=SvX?>SvX?>SvX?>7exx_U#Y~^ zAPdJ7u-X6Ad;lE_n*v(?jB7zoQDIX+OBfenQQ`B6khxM=*w}1o20)wwGgvsr<{Bew zRrlM7me~vzHfC58syOFoVPl3hrquY0N(VNxuz{{0=V#%-H||5{f_@{;`B@mvtwKLH zXek4Lf=*F0Fd?dFj^9!S>O=eqg!wBCICq79{q!3woDn(}4xsbRh=UF{U+fx89VS@V zm|-~*ioq!;;7TH7*37~gHLr@*Oc=&ZFIm`Vw!AK`b+d2)oj(r7xhM-8ud~oFy)#!g z87oN;5CjAPK|l}?1Ox#=KoAfF1OY)n5D)|e0YN|zs7B!b?(_dyWGtTlbGkr3|9@ZO z5iPSdokR48I!fV%7r zb$c)TU}v-zCd0IFKW`SWaH3{XV%^PU;fyy9S-9UDhl~auH8UC&+9NbfczoQ=P8JSq z_QT`(F&8PYY-V9&vvvOx0C5WL=HgMaZAR*SVipd}@b5s!-E(E(7&GFYPRxv$5z!3& zfz2!oGm!AmkM@Hngkj%c;Y2gQ2sFddGo!)62917j#w~VR^PLqUAjMTT3un~4l9bq* z{d?P7DPibX*l4zz6+grdL&w5E2q~}bRDHOXnDO-1ke zHMl|_f)UkB$6oSdRQT;IFalu*LUAq{*O{|$;G({7aK8anQO$vi`ZlA-;1m@OT-5iC zI{(|iQDNhv#h|4OQhrCvT%TgFC5ok zSvWw$hc2$cvamtJT4W@y!LqPHqn`%L!WkPZ3ukPwES#~yvT()*%fcBOEDL9Buq>Rh z!Lo412Ft?avR+DUu)6JJZLlm1{T2FIZzRPvSQZXk)c3l$2Ft>Mi~9Z?*I-%LxM)8O zmW7Rr_S0ZtK;{O^!T}n-&2bHug#$Ev;kX9N!uVUEUm+L=;~Fdr8#MZ9uqN5 zaK;A9!WkPZ3ukPwES#~yvT()*%fcBOEDL9Buq>Rh!Lo4128)W0b*yh6W1Flfd#SQf@#2=~)qS=hK}VuKy7Zz(`5K*O4SX-t(vT#VheugK zi08S+RHTV&D(dI|Cye^4nnNsHpX=K%w1ag5OnPzHoxJ$2A;fIm+rCve_|QyV1 zgLlULm%y=7ERtSRo*vZyYSdgh!b5lS{2#|A%^9!(AsqdrxA(&j*f&>xKh# zn3`(s2l=jf(O}4J#do_pyzCz79n}83@xv}@)M>-7 zZ)tFk@(%hg8LHe4@1XZL!=|}Mdk5<-dwab*);qX<>Z(t=Sn>hs;IGfW%{_+q)vo`U ze!P3EcW~$DZuy}*-aB~tvX6hlJF)8~!6nPvZ+1JqgI}NZ z!f)J(-obs%zkSxlhX{~khlkPbAC3g<*t5+UqQ?7Y^=Y<{THM(fqNYpUi?#}0Z zHFf^BsV)}dKzieI}zlrdj~(hxb0N;Ebri_moBe&c|mou;E5~GbC-IYzxvCIk9B$Vbfp^GhIYE9a^a_i1BGuDzEb$x!X1T=6s|8^S=donQ#hwEzi>+7_`>MI z;6l0ZyZnp!|IB|c|IPdt^Y`X&%YP{U?);_sE%^)cOY*bx-T7nlBlFGqLjKpe=W{>I z?azH9_l4Z2bGPPh%w3b)mD`wmTW(QqdTvVY=-kj;1AWr-znz~s|LQ#HeAW4!bEmV< zxxsmdbFs75IoCPendWplM><2C8s|0jlKQdwzIt4JNqts*LVZ}hM_s12dh!3}xx9H! zmQ#2Ri}-&$6vHEYJZoQ0JLZ`?9jdz;|LQNXO;3js|BvU-I9v84@&DPe5=lWo5D)|e z0YN|z5CjAPK|l}?1Ox#=KoAfF1OY)n5D)|e0YN|z5CjAPK|l}?1O$OUKLidsujF+6 zzf-_+|K3A)6Y0K6VQ)?SLjw^B3??G#pZ2!2(dqd&4w&F?L#o<#k|qSxL&v!k;agNs zJL+h)L+w=S=mP}nXuF&KLJX&5F~^9lQQOrP`nQTQKp0{Oz|SCt(EJQy2-?pehH(B2 zVhHrlAciFXGKgVufDB?-HXwr-78J-JhNT8Fh+z?e3}RTGAcGhdF32E;B@Hr&VX=b@ zVwG%SM`ROQ>x+3#ew23c9ol=>c)q(XDs;4pbMf__*kX!;*A3=8T9IRwI*#7hnNEMt zR~M+u)kJznr(0dA#u6pW?Ig;HA(?UNn23z6VO)%kF#j0c@-{@xIzp{bo9MTO)T3!` zj0&7cXN3qXJc%s2Kp(HMjydC&XvPs*>#@o~fL8no!ZYtswG7LqYLitZ1OQ7dO z0(vU(yXZGn>)jpAek^5}M1oW32L;$?(MzJDN00#YP4)!#LvF7PHWfca&O7y~28G*Sn~X=+oze5McI&;z!EyQC&x> z8Pv))sQJ_;SQA7-npk8Too*+U7lnfe*5L6^HbQF&^3%*9V2)BVseL22$%|Eb{Jcl2 zS;Xw45-lT3wtD>?PT|^ON0Hb%>MtO&ii&M?m29CS)Er`M*ZPbA-aGV9b_5j^`8Qan zsj&q{M3BJj#mc>qly9TF0S;Ir$P!poRoMEdz%t6e#{wH`3Hch1R*Td*WZ=#!J&m^5 zD7A#N*f?OS3y-3@4}*eflg}RKyGAc*T17?M;nzPVPQKt#T5uaxPq+}6Hu*v$)Y;U40%yf! z$!DHG%xz@s#niUekruQxHh(=)G3hh~z~sr#b{u8vBkxRdWlW)b;c*@`XnE0Qg-Mhz zXfTYnA55Wqp%H310m2R9xM=g{Ruk?jAQWogqsZsjtx-0xLyh}bf?)$0x}6HYj@)vU zKcR+bsHsm5iL%zER9UMC8lHnAOQ`vWvnh0by=p@{0-sA~rL zLtVnLx@$5pFV&^sx`$|}b2u(m6vKLx>Ly|Oug)+7QoA?4&GH!jjBA54mS#nmXLQn> zWul%WT%g9OD?DmIdmBmce9Lg-c$d>~bETI*o zNpi>snW$Zpz5JYenLZ0^td^bR<(}-FYb?#)Sl`r$W-ixQnyyW-&d5~cz}Sv6o<{pk z3NVMJ5wmFo=YN=>O`<|grtLD?n@p#iN<98MK}+#;14`i9^Ua_q+p z_2zngy*YBdLTE;jG*Jl6Cd@>E{BV;V?=fzoXPZD6DH`Fr$pdO>{Z33Tl2U~j&%fc&M2Dwh zeKb$%^>s{frjRcd>6@Qs*~mCOM#nroN8O`mK|9H!OME@XmIif1oC1$#^vs~?G-g2C z$P!hhqfs4|K}Qc^v7U5bY7oX_fJP@tg|XpOn&E6z7g<=`nY&Zd1b3NaX)t%S*1!k4dM7#nmT zrc8(GUv}PHtbZ7rj17FP0~^+=dv!T%9eMqgV3Q}hH9D&M9Oy89TA-FzouYm^OJi#L zDs)Vvf2fzDenwEOg((%<08g$L?*DdDkAcgS3Ch;v>ZAVj%<$@W8)3qA3msQESCK6P z=_=-kBn3pT(2xBLKEk~x_ruU(>b0Dy@0#b?!FqOjeHirIo4;4rZVip!$*Dpt_A}VR z?FNr#aIMU^+?!)PwKOYAPGLQLqzSiL_*TgTnxhd$PA4^GbZnTbB&7;5U=Q%c6Cm^o ztF$f9VX(nCm7FTXf{vh1we#jP^#L>Jyt~wD?eko}&|&)J!kg%qk$*M)TRaN=VwQe& z20bLhh=RKr6DT*;Db)q;Y7J8l>*M%86(XbjOQ;stk$-L{KgV4u+&JqaeW)AEKPM=x z>pR97qg&r_^;o<*O|8&h_LKFxkG_bs?b7HNJ;t^X>IWJ0%%T1aHzh9e>|u;yk7+|A z^^?aWRTW~uo>{)0-Q+RG7E`8C>bWEZL^nFl_i+mP1!J8lCEJH}oe#~A=XrG)cr$E- zomsRI&j4(O^r^Pav;p<2laZ<=rvN{QFJw zZRI&ZT@-F{-(cc+S7D$(<_blHEwRqH#}ee<@yiSudAO_|3=;S>i({7 zZ{4i}FB!OK;MZ#JsJ*K8oZ1s=Yis|b=E0ix)NHJoUQ?-gqx_@t*UGn*uPUEko?ISO z{&nelrN1p*Us_i>qcpiRwB(eYalhg2bI)^o+#}tB`;+1$#lI?UEFN2Yq43Xz2MZrB zTth1jj4ga1znNAN7)dJ#?5C9juAvnJrqD_OKcf`__R-1!r_+i6uhB{XpQRN5Rw_q7 z|M$?*y)z0sjIOzq`k&VCm$3LZxag^I_spyiK!@s?2X=iM+q8uHF~1}Mh*c%iJSL)WiXL?4_36fS#@-n3`T+38agYQONzoz zZYC-$VGle`En71Jlih5?YG&%|GxKa`qCz`^iqZD8&tx^*sEVMmqgJ{-72UY*HOXW( zTSMo-yI_7r^C+KEyD9q_ zAs)uFEuFY-Fv%3fYz^IXSWtzhh(WE5@zjjT-rJl$t?m^$2aim1crb%xp6=)L^M9=WkN0rE#e<+n=r`1R8G?4znj7!C z9^3SEDC_^5w++%Y+T3pIiJ488eL+AF5CjAPK|l}?1Ox#=KoAfF1OY)n5D)|e0YN|z z5CjAPK|l}?1Ox#=KoAfF1OY+dt%87F|361h_Gg%f`escej{pDY@QL|_1crJ3kNE$$ zS>Sx5e#x(_!`R&pyf}ab02~V5=a_y?x=NGULvi|=aj(TNVUe1F;Cm=Rykwu!Bm~qu zw0M#Uq}D_P$vbL9Rrs%FBJkaz+(aoL)Mz-$yO8f&eY2(|_kywcPb#s>k^ z_}W5pOtj96plB!##H>;w(Al9yi~?q)dZ#Z{3H#mLH1{fFK|U2m*qD zARq_`0)l`bAP5Kof`A|(2nYg#fFK|U2m*qDARq_`0)l`bAP5KoZ!rXd_yLx_TaARq_`0)l`bAP5Kof`A|( z2nYg#fFK|U2m*qDARq_`0)l`bAP5Kof`A|(2vj5Rhs6Jz=l|95|BLBF_VfReb>fu+ zmfm0;ChQ(c{J(kIAVF0OS>pd=KoOE4AP5Kof`A|(2nYg#fFK|U2m*qDARq_`0)l`b zAP5Kof`A|(2nYg#fFK|U2m*q@TM7Xk|Bn^?bNUfK?F7&N>*&Z;zZ!KGZSnlSOuu=w zgRM!oU-;yWW*|8EyK|l}?1Ox#=KoAfF1OY)n5D)|e0YN|z z5CjAPK|l}?1Ox#=KoAfF1OY)n5D)|efj>V4diH;@pr8Lc1*NVr58aRO3VMNRpuJtq z|J<;Iws<0s*93a#cSMfNN>kq)$`#bKc)TL|Zl6Kb}Fu&6U^uHy`4J2HHaSfI^(m zAX^An#t99!g@8w#&=6aQz>5`XwS`cXahlp}p~eKEc3TMW$7vdB3jzK(p<%WV;Exj; zZVLhaIH3`?5a5p!8fgm+N)Q@l3jzK(O%+=R@W%-qVG9BNIH9$+5a8EBOT+HF&K3gv zaYE~DA;2Few80hv{Bc5P!G4nh{Bc5?Y$3oOC$!lX0{n487uiC9KTc?iEmTPm+G+~{ z{y0tBY@yK!LfdVjBNK#n*g|6xgf6y)j!F>PX$y5E2=&@RM<)pN*+OFzgm&3N;}V4M z9T(pVj!6)@#1=X>L1>RHG(JJ-Qd{V_1fj=mp$SIljBsoDM_cIl1feHvq0R)M5|tki zV1RNa8=*+!9PbHX6m+H}2pwk&O-&G*U<-8_p)QJ|ogg&P7CJFO zXp${-Qi9NATj=Bjp((b|DG5STZJ}uiLS44dsR=?S*g~fz2;uWZ^q<~#q-{@v(22It z^aP=kY$1Qhk5tRaw$O|OO{dsGGZTcS*+NOZ%Bi-{tOQM`*+R1ugnDeDISE43Z6SaD z6oFudEi^Yl(=1zPUV_kUTWEfQ&>UOn^aP=~w$OqEA-w5I|JhZ}ND!KD3oSH43zopY z{Auk*TL_IiZj>r`Lb~fYlZ2*2#q>oXO|C7pI68A>9zroyG}mwuP1^ z2wh|gp=5EIw%9^vCkSn|h0aM3+GY!#n;^8^7FwPlw8IuUFG1*HTL`a4Pp4nBT6Wq( zZ%YvBwT18rwKz>zSVB0FS_sNQJt8cnnZCYEx-u%X2$XXd(I2%KLQ0KNtJNmer*^3A zs+ab*(S8Rm0+ebbuRf9pyVMr?$6{O5I<-ozHzET_$~)cEKKI6p1ldm;W+SkAn@tLe18QPF|gHk50pwrCd>dTktVgGlgbvIRO&&k16KNeuqKimKouEf#`* z2(gc(6Ko=!*K4sVi&{zKs49^Nq;0W6eWcg&kaiLpSEUIjMB}lXVyM;zj{)jjF*~W0 zA)#R;bhHK)La4i))Ed@B#fFm@JYhSrFCu}ECyXHGFrOJxKayBzcbsoGndo`!C}JG% zpEoehi2A3%ERP%Y2(_Ec+oFr<^%2bEK4LooznP$-HqT@1~<8y{%tTCUS4f9glB4vj9Ss z^~?eoG1iY)NL7OmlP&9+5V4+#u->XyCdO1AGh(f0R;=~RO0XW+-E6%FG815TJ2@5H zdNtM3PSwE-*pFJ;PR&R=3X@FprH-tTbpD`Ksw~}VRQkcx+90u2I)IRh$#|&6L zSbG^dD9;Wa<$8&L22G8OW#N2Bdgh@|M$dW zSyisXru*iH`g$gFomwL;lVLX35~k{VbhGdj z!SqpHOJ#t(p_p@`03$+d-C}UdIpk7I!0D|qmx=69eqY5zoOU2plckMMg=)pM$0Zte z@=BHmT9{pPH-TP@X7SA8Mi-j&G6U{ZH4-rk&J;5e;hub`SWKvDDNIJeBK;sU*c~u{ z`=w?Ey8{@(Y^#G=+@tWIj~3~Xxo{vGANCmBR#={yQ0g(cczhlpwVP_4x<5V>TFM9l z5Y}O;3WuO(G0`u3$gh|T1iaym2~`b&$tbzy08B)w?dhC8k^DJy1m39szx)s7d8qNb zjkh;n**vsmY*VpmVbi1m&o&Ml@QJ3U2Hf758{oA3toa|C_cXn8z-+_O`5b$L&DX?a4qru@AC)ppU=NPzbQW}KPvy*-1l?$=WfWY&rQz_&;8o@u5+(*owLR{)oFKL zQQuLYQSVYKl~YRonvF1wre+H05L=X@J1OY)n5D)|e0YN|z5CjAPK|l}?1Ox#=KoAfF1OY)n5D)|e z0YN|z5CjAPLEz68fzLEP){wUTe~wCy=l=-mG0*=G&<@@MFzJc+|Lg{{pS(Sk=l_VS zmFNG-SPDlF5CjAPK|l}?1Ox#=KoAfF1OY)n5D)|e0YN|z5CjAPK|l}?1Ox#=KoAfF z1OY)n5C|hM()p1J*8exp+-dblopS07+O8OW?MSTG2`<(Hc!7RJ`u&|JK6Ah)pQOXo z)QJ@-DItr_MlTlZqy0B1T}|7=l?tS2IsLGN>i>m=rOnmVIW@>x>+ni!SR@e(>+Dvu z)JbZEI# zEOuis#ycBG724^cEilIN4spq=!Z_BS3@yNTvxPBMciM2+FlKENbln9=zjeL&GZxb9 z%`>$(FD5Sq?mNkEx2lSoLyI;AR`NiTkaZVlV!`Ra4=Xb;_F>CkF5D zdGBBJ{C2@Rzx2_W&wu&amOq)U%QrNrucw@)y6wQj*O70pR$O1b)IQcwTbS>y!MA~Y zeFe1=v@@1P8$;{BB3@XCj*-2zN@fP-!D4FAX4)N&*3t0{`n!?%yNQpb>{usSGnQfG zRrz?0M{s6R{uM;$wrh0QHo<-~KAF0;$EVX6fu`i~>30X7IQXC24$Qc3?5R(#KKYJb zAF@B09aFc%ofn)aHWzxe^rv3OrW_NfH=jklzL|^IBV-#Lq|f)H9hwOBwzR9ix7OHpQ&o**YZJJ`QAunWxC#trvxhpnly-7gRjnA${o~b+u|V1m z4U76dU^!=dd2oHVmhRz&ukJ3Sb*)#?*s?-j@nMVQzwy-)zV_?2S_`hmdWm-tZD-Ow zLag#^Mx;ZXOV04mgHHqC4kfPg;>WW&di=XYpY>3#1*NsNRr!HwE8JS&8vbC)Ed7J& zAI_=j#n~VD&g!|;y5~r1!$n4h6x?}PUxljiyf=@o(ICD{RiVeWeN`yOqdQNXNIrZP zjZ?U1c#&E{V->!bgpZQ-CX6)r@J#i+Mjn;$1R{JV)4uO0W6j-F^@l=y%1wn4JCC`Z=+k0K(+f`A|(2nYg#fFK|U2m*qDARq_`0)l`bAP5Kof`A|( z2nYg#fFK|U2m*qDARq_`0&gV*x*z$6f*=2%Gtd8z^dM-|@#C)yJD5M0DCYTpH|>1M z0;&Bc=U-_Z#_o2iBh@G_|09 zTY)S(#pXMS-hEw7G4k8#o!M>lHqcJa>GXJ+l5@`Saw4`7F_69VZxzwD>bGF^`E&hi zIo;EOSjaW{O{PusM$@HHP5J&c^>~`_{wHFbLzWc#&wqxOe>LUByH&gB4Pr#7029PX zBdSxE%I#m*EZ-K6u*N&Zu*k=^bm%%Rq4NV9Uq`ur9i~h;^EN_ttuDzb(iE|$=FRJ> zvde_GDV<`yZVJ60y^CzX3Jn@lcz2Lu^K@!Vx3fH!s|Zqpd@q%_m*vCDTExmP((6gg zq4gw|=vK6hj?bhOCN88mLV6k%X$qUwq6v*6o~a!^!f1a z5`HE%(N|1hA9O*k>|CwNKl%rgRd-bz-$mGfnUd1jdy(Hu%T&D#d%4E=8<{=a{WL_!b{1Ox#=KoAfF1OY)n5D)|e0YN|z5CjAPK|l}?1Ox#= zKoAfF1OY)n5D)|e0YTu;7lB7|Ui^QKA}(`?L0W11 zc4xQqW3|MY;N+YSdh!3}`TzNzbve~Tdx-xB#XSE<{Qn?N0-L30{>uRCFk$!Y3G`~R zL+k$Y*{XR-6p8;&LPqFJ zum3-N&5M6eq}0^u>0AP-OQwHBo&6#D@beWz)h}*Rsz!Cbo>PZJu#WZK3eH-)~-})%7U)#5tuaJauNv>P}E|z3BX4O#z2r zaL_98Y6H|@m4OsBGwHMGYssby>67zo=pR1z-b?#y)mE}{o3d3x6;$So%D?a|Gh4Q7 zt~%FKnY>zotrqH_HlMC`8h!4aEsZX1U@LoZfENvYGTQL+u zF;+&cl{-jw1bi=hyT;kHZZ=eHcwf@)OL>jgDcbX-b(YJDbY66J@ltM)YuX%hf+9WRaX&K9>9~@RV17wvD?Uck}M@LT?o2>v+1Wy z)4%NKx8L98B`Jt^3Y9_AI#N!e_5|&yMlm=hb+&6MYp8 z)4Oy%_0iv6buk@ZsCMhx+eCl2QB8)^!7*UXzg*m;_cO&;*~O>NS0BWRE|X>Z}7Lalf3 zT#d{1cB)IYipR;X zy7vusvgR}AT}eId{@VvTou3@+pw|uB59@{8#^OW%`3v+0Ft8@wdC=>x4iz8R0y}McaIDB*dCUD*5)Mi9Ecl=wTTK2O*N=f7#l`N& z4kcfI_0dCphh6^Yd4WUrevEOO*UVeg2hQLBIKXJb7VO#fFef|@F}O!@NTSF2VH@=c z^`3HU{;+bhqMnwZ+^E<7%gyqz1sZI7SY!BaQu&hTapmr$KEa#^^>aAN-97N3!s0;> z73}s0{|;MkA8~nM3#i7PK*Egs4;A1)N##qToAzhgk?p_zwTH3PCp3D794>s86E;u@ zea0`c-~(Hb&)9?gxRiuL54fasD%wt`&mzd3gM151kk1v+==ke+jlg zCa}lP5xQ=&LL`s_59G4||_nb$zZ?w_L;#~t6@9^eCh)^S$R`5|xY!G2sy z!l6Gp%4g5#jC_t!k8@8a_wmmqe^aqt2{Xs9?3F$9A?Tr&L^9L_0ZuoEa{rqa0-^ck|le$Bh)V7P+M4J8-L&%%#Jn`(;s0zm`$^jlFdQ{F z6ye{2SYJoAd(odkKyL>^YaMlz$A}Nh?Z|1Nah_0eaBW9k3y$&xqam^#2vbEcbN_*^ z9j+EV($`cSuG&$G6|qA#JIbLGriG4nAbc~hEh-w)ipq1;Kr8gS12yK*nhhw~cGZD5 zL2%eh!D79t10mavIxbUWHi;gVWIW8ggZ1EyFBJ~ZZzyTUD=5#=e%guL2$PFK3q
      4)Q; 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 TBcLY!&!}P9UAq3eeA)j4ZC9R* literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.vshost.exe.config b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.vshost.exe.config new file mode 100644 index 0000000..7f0727f --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.vshost.exe.config @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/obj/Debug/DotNetComClient.exe b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/obj/Debug/DotNetComClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..3c3006136afba7ecd902560c7a92de45b2335a21 GIT binary patch literal 20480 zcmeHOTWlOx8UAN?y>T|l61#3mNa9RLTDc*+USDFnEumg}oy57>*qfxZ7V+%v@p_uw zneEJMVuRGW0#!s5O8dYiJXC=qHSo|@1-0B>Kte)Q%k2SykZ4m1LPE5>Q3?s)e`a>= z^_p-I<)NHooqzt@Ip;s$Idf*tnf39zKSN<6iXdORM)W+coQ5U6K3Re}zVlmg`uh48 zcRjBidvRBG-gNbfV;3Extmh5OvOPT~bf;?Rrln^lruDL25XnuOVtazBC&!46X<ha zpb$_9{2w9k2KKd_cyAh_7P@N}(XTcUX^@elZ2Nc84XH4>D1fqUpkp4v^Nn0{y9^*XRoPR*f|~K%>;7vCjdi zsYtq{U4j0h_6aRY&q?~a_G9pWle8_w`n{5lNjfX(qNI;W`i!J6N&4r|YoRl=kwK?B z!rQ`8x<}Ic!xTKGP#_5Idv*8$B33F_3NqSR+`EJlCos7K3T@Cu?kIH81q+5Ut zOP639pd->FETuvqv3)Z=0Ev-lp-CN1^e7$Cwm|-olpfkLp>;|e+4h5$liGV%NCmA6 zhfqIX;n_l0>QVxA{;@9gBG$L+(h$a~br&IV3wI)dEmHce#w~25p+Mpmcw{wN1X3D} zVP=Hr7^u%{eAl3tSZvZT*Q`c2Sd^h3}o`Uz+!y+WT1pQhi_#qfuzgPsU?g8ynb zk676HC(vGcQ}UX|n)RR$gtkh)L+Y6(P?kNJ4oP|^=$9g9I7!>+0npua8T6wRiX>^2 zUIM>?9MGfmDrldy-a$`+zen;ey$OC=@_Ffhmfi@@(zodeZ5DUSL!mr9OP{7ZeT~Yr z1pOnSC8__I)OBu$ z;R+az8>U6cyk|RfvQjWSQR^EW65a=^hUJ;wB8^#vifvk6x=?V0>(Yp66|k1qIyNQd zO6Vs-ptS3Xa;~&^&@72l!f~NXdsz5$RZrB7O@^SiQ&luq7Rhly;n!SdK;?-_cHXh8#rfqbL~sY7)#dR$VUz_q zqHKGjc4y>*JEJJPGqt-EYu5VXSXU2H7Vlf9NsvzSc(R<69JT3W(;RelpRK-+1^xL( z-^3(2DCOc$mz+mcTrEf*ymi-xTN=I z<84g?lUV&|s4wlwH68@nljqln73;6dOBml;`}8#&_UXY|b|C20K0R214p^d!sax8o zPgZj!Gk;VpX6>`WI*=P2H1_BB5A@vD*Dq2-w{2L_hK8xK^a~Boy=*+1mNWV8{}7Vy zH9FbdxWs4U8>U31wCFdKd;1!i!suds5K*2oOBY&eTZg5eHFWj#e=~v=kFUmlo_U*E zsdX~KgBa1VzY4F@VjDGD*HfGDw`#O!sL(%{nj7p*7(-$%(Jyj6iQGW0H&N&r%J2!W>1}k3$kMN$<%-Diau9QU2%&I_V?A*OGa>ZS3 zNmdE~fao`9vzD$huh*o;Yi*D3YtM|@&e(#GuQl>*Oo(Km#QRbF0^nxShb5y) z5Kssx1QY@a0fm43Utlb-$fw*z+#5A7+O>7D@{qbYFX_@(^`$m5^~{a@YFcO$P~^}m1BPFDQuohZ!-A184f)0i?+ zcM9jj4(c)SEnT2a3n#?3blf9LWnnd-bzwJf_G`jw1rZCIRZ#K8n~)$QCsGvwv>4*5gyqJE&>7Up+X}PSrEF+W~(@#*@ArQE5e_ z*KaS0G7HEUTiS|xj)5=A8aTEJzVdPpia4j|*qU`ZUB-b_BNjUKN-S|ShcqeUn+WRR zQQ-J${bR{T^k0p0SmMm*|2B}X0%JzARtwSf>%sqcNPHX1uSR(_#{89DLofMzgFw7F z^k5PF{%7SR0E#FC6aoqXg@8gpA)pXY2q**;0t$iuB?8#g^Z$%*##JSSfI>hapb$_9 ZCy)5Kssx1m2kl{2e&Kisk?S literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/obj/Debug/DotNetComClient.pdb b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/obj/Debug/DotNetComClient.pdb new file mode 100644 index 0000000000000000000000000000000000000000..9bf878dc7c51ceaf2fceb2df540ebba2ace177c7 GIT binary patch literal 13824 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 diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComSample/web.config b/PRO WCF Final Code/Chapter 10/Example01/DotNetComSample/web.config new file mode 100644 index 0000000..0d4c3cd --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/DotNetComSample/web.config @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.PositionManagement.snk b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.PositionManagement.snk new file mode 100644 index 0000000000000000000000000000000000000000..a0ca2445498ac45c32911a2e489564769f715d5d GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098Cv4@M3LyG@zi$WRTG~mB%Wd#)#EMu?O zKr{#{zO>(3IzsfOad^g;#FOrsaSlL>A!3D)Mn*q5c9=k1No0z2yhxrrTuX_ZuklEe zYVV}CPGm6vR&rJwj)M-$QEF(hn!@@B?_`CNl#Zfec)u1QzsHKQW#@F0VwZQOuZ_5^ z)GYB6%G?u4C*wDxX{=-Aa0SNM@d#Q3MZ48yoHK$;f-K`YBPL*vX*I4^a$G_$&YO==zj7h$uTGXH%Y6H>j$VHlLW6OFi{>yS2zTVGCOp6xnmcItQaHJW=+5mu2RX1qq9>k4h~w6#TYl5$8wI4C zSigQY-!y&U2BZ*XjAL*$HJIMbgJl_X&1AzmbYMD?2qWQkaRqm1N6=3`98!Su+~^J% zzE$sr2d<`7+)6ZG^#l#6kw56hEuN`KEr^oTR9>848Bp|NA##7!Cbb>}vUT{}Q9>a( ivPCRuSVU0;4#86Orx(iTe0`&`dRe~V{nGw@F4R2R4ks=E literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.csproj b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.csproj new file mode 100644 index 0000000..1eb4bbb --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.csproj @@ -0,0 +1,60 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {9DD316FF-EF0F-40D4-B580-256B32851112} + Library + Properties + OldHorse2 + OldHorse2 + true + OldHorse2.PositionManagement.snk + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.csproj.user b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/OldHorse2.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/Position.cs b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/Position.cs new file mode 100644 index 0000000..1f178fb --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/Position.cs @@ -0,0 +1,69 @@ +using System; +using System.Runtime.InteropServices; +using System.EnterpriseServices; + +namespace OldHorse2 +{ + [Guid( "D428B97A-13C8-4591-8AC3-5E8622A8C8BE" )] + public interface IPosition + { + long Quantity + { get; set; } + + string Ticker + { get; set; } + + long GetQuantity( string ticker ); + IPosition GetPosition( string ticker ); + } + + [Guid( "02FD3A3B-CFCE-4298-8766-438C596002B4" )] + public class Position : ServicedComponent, IPosition + { + long m_Quantity; + string m_Ticker; + long m_AvndQ = 1000; + long m_IbmQ = 100; + long m_MsftQ = 500; + + #region IPosition Members + public long Quantity + { + get { return m_Quantity;} + set { m_Quantity = value;} + } + + public string Ticker + { + get { return m_Ticker;} + set { m_Ticker = value;} + } + + public long GetQuantity( string ticker ) + { + string sTicker = ticker.Trim().ToUpper(); + + switch( sTicker ) + { + case "MSFT": + return m_MsftQ; + case "IBM": + return m_IbmQ; + case "AVND": + return m_AvndQ; + default: + break; + } + return 0; + } + + public IPosition GetPosition( string ticker ) + { + IPosition pos = new Position(); + pos.Ticker = ticker.Trim().ToUpper(); + pos.Quantity = pos.GetQuantity(pos.Ticker); + return pos; + } + #endregion + } +} diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/PositionManagement.cs b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/PositionManagement.cs new file mode 100644 index 0000000..a77da53 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/PositionManagement.cs @@ -0,0 +1,42 @@ +using System; +using System.EnterpriseServices; +using System.Runtime.InteropServices; + +namespace OldHorse2 +{ + + [Guid( "3B26F4CA-E839-4ab6-86D4-AADB0A8AADA5" )] + public interface IPositionManagement + { + long UpdatePosition( string ticker, long quantity ); + long GetQuantity( string ticker ); + } + + [Guid( "08F01AD6-F3EB-4f41-A73A-270AA942881A" )] + [Transaction(TransactionOption.Required)] + public class PositionManagement : ServicedComponent, IPositionManagement + { + public PositionManagement() {} + + #region IPositionManagement Members + + [AutoComplete] + public long UpdatePosition( string ticker, long quantity ) + { + IPosition pos = new Position(); + pos = pos.GetPosition( ticker ); + pos.Quantity += quantity; + return pos.Quantity; + } + + [AutoComplete] + public long GetQuantity( string ticker ) + { + IPosition pos = new Position(); + pos = pos.GetPosition( ticker ); + return pos.Quantity; + } + + #endregion + } +} diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..0a76b2b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/Properties/AssemblyInfo.cs @@ -0,0 +1,21 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.EnterpriseServices; + +//The following are COM attributes and control COM+ Application Settings +[assembly: ComVisible( true )] +[assembly: Guid( "c41f4ee8-3475-47b6-b381-5e7774e4287d" )] +[assembly: ApplicationName("OldHorse2")] +[assembly: ApplicationActivation(ActivationOption.Library)] +[assembly: ApplicationAccessControl(false)] + + + +//General Assembly header information +[assembly: AssemblyTitle( "OldHorse2" )] +[assembly: AssemblyCompany( "Quick Returns, Ltd." )] +[assembly: AssemblyProduct( "OldHorse2" )] +[assembly: AssemblyCopyright( "Quick Returns, Ltd. 2006" )] +[assembly: AssemblyVersion( "2.0.0.0" )] +[assembly: AssemblyFileVersion( "2.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/bin/Debug/OldHorse2.dll b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/bin/Debug/OldHorse2.dll new file mode 100644 index 0000000000000000000000000000000000000000..291df990966b679f8dfeb95815058d24c7f1e5b7 GIT binary patch literal 16384 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 H6M=65H{AFi literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/bin/Debug/OldHorse2.tlb b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/bin/Debug/OldHorse2.tlb new file mode 100644 index 0000000000000000000000000000000000000000..7e6d8693f39f8ba538ac2d8715f6ec44292723de GIT binary patch literal 3576 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 H6M=65H{AFi literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/obj/OldHorse2.csproj.FileList.txt b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/obj/OldHorse2.csproj.FileList.txt new file mode 100644 index 0000000..9ba08ef --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/obj/OldHorse2.csproj.FileList.txt @@ -0,0 +1,5 @@ +obj\Debug\ResolveAssemblyReference.cache +bin\Debug\OldHorse2.dll +bin\Debug\OldHorse2.pdb +obj\Debug\OldHorse2.dll +obj\Debug\OldHorse2.pdb diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/reg.bat b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/reg.bat new file mode 100644 index 0000000..bda3fe7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/reg.bat @@ -0,0 +1,2 @@ +gacutil /i bin\debug\OldHorse2.dll +regsvcs bin\debug\OldHorse2.dll diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/unreg.bat b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/unreg.bat new file mode 100644 index 0000000..a2aa58a --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2/unreg.bat @@ -0,0 +1,2 @@ +regsvcs /u bin\debug\OldHorse2.dll +gacutil /u OldHorse2 diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2Sln.sln b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2Sln.sln new file mode 100644 index 0000000..326ca64 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2Sln.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OldHorse2", "OldHorse2\OldHorse2.csproj", "{9DD316FF-EF0F-40D4-B580-256B32851112}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9DD316FF-EF0F-40D4-B580-256B32851112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9DD316FF-EF0F-40D4-B580-256B32851112}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9DD316FF-EF0F-40D4-B580-256B32851112}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9DD316FF-EF0F-40D4-B580-256B32851112}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2Sln.suo b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/DotNet/OldHorse2Sln/OldHorse2Sln.suo new file mode 100644 index 0000000000000000000000000000000000000000..9378362080b041d452e5b4ea8955033a921951c4 GIT binary patch literal 14848 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.exe /install /application:AOldHorse /contract:OldHorse.PositionM +anagement,_PositionManagement /hosting:was /webdirectory:testweb /mex + +C:\WINDOWS\WinFX\v3.0\Windows Communication Foundation>ComSvcConfig.exe /install /application:AOldHorse /contract:OldHorse.Position, +_Position /hosting:was /webdirectory:testweb /mex + +setlocal +set path=%path%;C:\WINDOWS\WinFX\v3.0\Windows Communication Foundation +ComSvcConfig.exe /install /application:OldHorse /contract:OldHorse.PositionManagement,_PositionManagement /hosting:was /webdirectory:testweb /mex +endlocal diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/ConfigureWfcService.bat b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/ConfigureWfcService.bat new file mode 100644 index 0000000..e4ede0f --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/ConfigureWfcService.bat @@ -0,0 +1,4 @@ +setlocal +set path=%path%;C:\WINDOWS\WinFX\v3.0\Windows Communication Foundation +ComSvcConfig.exe /install /application:OldHorse /contract:OldHorse.PositionManagement,_PositionManagement /hosting:was /webdirectory:VB6ComSample /mex +endlocal diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorse.vbg b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorse.vbg new file mode 100644 index 0000000..8996c25 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorse.vbg @@ -0,0 +1,3 @@ +VBGROUP 5.0 +Project=PositionManagement\OldHorse.vbp +StartupProject=OldHorseTester\OldHorseTest1.vbp diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorseTester/MSSCCPRJ.SCC b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorseTester/MSSCCPRJ.SCC new file mode 100644 index 0000000..0c12dd7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorseTester/MSSCCPRJ.SCC @@ -0,0 +1,5 @@ +[SCC] +SCC=This is a source code control file +[OldHorseTest1.vbp] +SCC_Project_Name=this project is not under source code control +SCC_Aux_Path= diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorseTester/OldHorseTest1.exe b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/OldHorseTester/OldHorseTest1.exe new file mode 100644 index 0000000000000000000000000000000000000000..d40a6f592091f25a7a539f500ae39e685d02660e GIT binary patch literal 20480 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 diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.dll b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.dll new file mode 100644 index 0000000000000000000000000000000000000000..24d68ebbc9442a615dec32db9df5a34c3f981acd GIT binary patch literal 24576 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.lib b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.lib new file mode 100644 index 0000000000000000000000000000000000000000..190efdc94ced85d73e0a6a1822c6a19ccad3be47 GIT binary patch literal 2616 zcmcgu&rcIU6#jM#lwUDKys8T!5ieMlwumvNScnixOG?XiE$s?53nkmC-24apKRo&e zcp)+2>cN8vC%JIo;?ZM$Z+B-qyW1*NagyDc`R3bsZ@%|tW~Uxk?CSoL(Fa*`Bsul0Nsz!;#O0fU!7d>R-zb)Vr2fS-{a_ZdE>{;^@KZ*CQeC1YiE zJ6l}eDiw-G!K$q_?4}9B$d_}uC((VXDV%9t`ltzVQ0 z8lwmecob2~U&Nda5t+*`r}itE`rq4gHFNjX-psZzoTY|E>z7Lg6Hn*rwMwfpqYL~N zH9ipUlgH&XW{^1Xcxl1AL5*{X$9M+X2}y=YP#RMimxDHo$q7z-S2R#+18wc*X1!`R znvEANZMJw{%dO`(_{&HcCxpM`8Qh@69kpry5GLCpH>!<;Bl5Sc4WQi?7DWKrK^0=z z8NhLQUm(r`*-}g(N#+m$pOfk!j8E~)D?B^!$m?;XqD1e1eMpYVOTNl}&{Mj!A5>>Q ze01DnC!uu9mzp!wc}e-QAW+Vi_oCy~oG;gu2Um&hZE~aMz0U$MU?~v)O$+|gDK|Pi`=w9 Gi$4LL^axJ? literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.vbp b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.vbp new file mode 100644 index 0000000..91f922d --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.vbp @@ -0,0 +1,40 @@ +Type=OleDll +Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation +Reference=*\G{2A005C00-A5DE-11CF-9E66-00AA00A3F464}#1.0#0#..\..\..\..\..\..\WINDOWS\system32\COMSVCS.DLL#COM+ Services Type Library +Reference=*\G{2A75196C-D9EB-4129-B803-931327F72D5C}#2.8#0#..\..\..\..\..\..\Program Files\Common Files\system\ado\msado15.dll#Microsoft ActiveX Data Objects 2.8 Library +Class=PositionManagement; PositionManagement.cls +Class=Position; Position.cls +Startup="(None)" +HelpFile="" +Title="OldHorse" +ExeName32="OldHorse.dll" +Command32="" +Name="OldHorse" +HelpContextID="0" +CompatibleMode="2" +CompatibleEXE32="bin\OldHorse.dll" +VersionCompatible32="1" +MajorVer=1 +MinorVer=0 +RevisionVer=0 +AutoIncrementVer=0 +ServerSupportFiles=0 +VersionCompanyName="Avanade" +CompilationType=0 +OptimizationType=0 +FavorPentiumPro(tm)=0 +CodeViewDebugInfo=0 +NoAliasing=0 +BoundsCheck=0 +OverflowCheck=0 +FlPointCheck=0 +FDIVCheck=0 +UnroundedFP=0 +StartMode=1 +Unattended=-1 +Retained=1 +ThreadPerObject=0 +MaxNumberOfThreads=1 + +[MS Transaction Server] +AutoRefresh=1 diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.vbw b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.vbw new file mode 100644 index 0000000..9ae3f88 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/OldHorse.vbw @@ -0,0 +1,2 @@ +PositionManagement = 68, 141, 977, 740, +Position = 19, 34, 871, 633, diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/Position.cls b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/Position.cls new file mode 100644 index 0000000..13789ca --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/Position.cls @@ -0,0 +1,85 @@ +VERSION 1.0 CLASS +BEGIN + MultiUse = -1 'True + Persistable = 0 'NotPersistable + DataBindingBehavior = 0 'vbNone + DataSourceBehavior = 0 'vbNone + MTSTransactionMode = 0 'NotAnMTSObject +END +Attribute VB_Name = "Position" +Attribute VB_GlobalNameSpace = False +Attribute VB_Creatable = True +Attribute VB_PredeclaredId = False +Attribute VB_Exposed = True +Attribute VB_Ext_KEY = "SavedWithClassBuilder6" ,"Yes" +Attribute VB_Ext_KEY = "Top_Level" ,"Yes" +Option Explicit +Private m_MsftQ As Long +Private m_IbmQ As Long +Private m_AvndQ As Long + +'local variable(s) to hold property value(s) +Private mvarTicker As String 'local copy +Private mvarQuantity As Long 'local copy +Public Property Let Quantity(ByVal vData As Long) +'used when assigning a value to the property, on the left side of an assignment. +'Syntax: X.Quantity = 5 + mvarQuantity = vData +End Property + +Public Property Get Quantity() As Long +'used when retrieving value of a property, on the right side of an assignment. +'Syntax: Debug.Print X.Quantity + Quantity = mvarQuantity +End Property + +Public Property Let Ticker(ByVal vData As String) +'used when assigning a value to the property, on the left side of an assignment. +'Syntax: X.Ticker = 5 + mvarTicker = vData +End Property + +Public Property Get Ticker() As String +'used when retrieving value of a property, on the right side of an assignment. +'Syntax: Debug.Print X.Ticker + Ticker = mvarTicker +End Property + +Public Function GetQuantity(ByVal Ticker As String) As Long + ''Do something read only - not transactional + + Dim sTicker As String + sTicker = UCase(Trim(Ticker)) + + Select Case sTicker + Case "MSFT" + GetQuantity = m_MsftQ + Case "IBM" + GetQuantity = m_IbmQ + Case "AVND" + GetQuantity = m_AvndQ + Case Else + GetQuantity = 0 + End Select + + +End Function + +Public Function GetPosition(ByVal Ticker As String) As Position + Dim pos As Position + Dim sTicker As String + + sTicker = UCase(Trim(Ticker)) + Set pos = New Position + pos.Quantity = GetQuantity(Ticker) + pos.Ticker = sTicker + Set GetPosition = pos + + +End Function + +Private Sub Class_Initialize() + m_AvndQ = 1000 + m_IbmQ = 100 + m_MsftQ = 500 +End Sub diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/PositionManagement.cls b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/PositionManagement.cls new file mode 100644 index 0000000..8950463 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/PositionManagement.cls @@ -0,0 +1,81 @@ +VERSION 1.0 CLASS +BEGIN + MultiUse = -1 'True + Persistable = 0 'NotPersistable + DataBindingBehavior = 0 'vbNone + DataSourceBehavior = 0 'vbNone + MTSTransactionMode = 2 'RequiresTransaction +END +Attribute VB_Name = "PositionManagement" +Attribute VB_GlobalNameSpace = False +Attribute VB_Creatable = True +Attribute VB_PredeclaredId = False +Attribute VB_Exposed = True +Attribute VB_Ext_KEY = "SavedWithClassBuilder6" ,"Yes" +Attribute VB_Ext_KEY = "Top_Level" ,"Yes" +Option Explicit + +''Simple interface that allows a nominal change in the quantity of a position +''ticker: Ticker symbol of security +''quantity: Amount (+/-) to shift existing position +''Throws an error if quantity is not sufficient to support the change (overdrawn) +Public Function UpdatePosition(ByVal Ticker As String, _ + ByVal Quantity As Long) As Long + + Dim pos As Position + Dim objCtx As ObjectContext + + Set objCtx = GetObjectContext + Set pos = New Position + Set pos = pos.GetPosition(Ticker) + + pos.Quantity = pos.Quantity - Quantity + + UpdatePosition = pos.Quantity + + If Not objCtx Is Nothing Then + objCtx.SetComplete + End If + +FunctionEnd: + Set pos = Nothing + Set objCtx = Nothing + Exit Function + +ErrHandler: + If Not objCtx Is Nothing Then + objCtx.SetAbort + End If + Err.Raise Err.Number, Err.Source, Err.Description, Err.HelpFile, Err.HelpContext + GoTo FunctionEnd + +End Function + + +''Provides the persisted quantity of a given ticker symbol +Public Function GetQuantity(ByVal Ticker As String) As Long + Dim pos As Position + Dim objCtx As ObjectContext + Dim lQuantity As Long + + Set objCtx = GetObjectContext + Set pos = New Position + lQuantity = pos.GetQuantity(Ticker) + GetQuantity = lQuantity + + If Not objCtx Is Nothing Then + objCtx.SetComplete + End If + +FunctionEnd: + Set pos = Nothing + Set objCtx = Nothing + Exit Function + +ErrHandler: + If Not objCtx Is Nothing Then + objCtx.SetAbort + End If + Err.Raise Err.Number, Err.Source, Err.Description, Err.HelpFile, Err.HelpContext + GoTo FunctionEnd +End Function diff --git a/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/bin/OldHorse.dll b/PRO WCF Final Code/Chapter 10/Example01/OldHorsePositionTracking/VB6/PositionManagement/bin/OldHorse.dll new file mode 100644 index 0000000000000000000000000000000000000000..24d68ebbc9442a615dec32db9df5a34c3f981acd GIT binary patch literal 24576 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 +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace VB6ComClient.OldHorse +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://tempuri.org/C77AC58E-68D6-424D-9E7A-7D5F283ECFAA", ConfigurationName="VB6ComClient.OldHorse._PositionManagement", SessionMode=System.ServiceModel.SessionMode.Required)] + public interface _PositionManagement + { + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/C77AC58E-68D6-424D-9E7A-7D5F283ECFAA/_PositionManagement/Updat" + + "ePosition", ReplyAction="http://tempuri.org/C77AC58E-68D6-424D-9E7A-7D5F283ECFAA/_PositionManagement/Updat" + + "ePositionResponse")] + [System.ServiceModel.TransactionFlowAttribute(System.ServiceModel.TransactionFlowOption.Allowed)] + int UpdatePosition(string Ticker, int Quantity); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/C77AC58E-68D6-424D-9E7A-7D5F283ECFAA/_PositionManagement/GetQu" + + "antity", ReplyAction="http://tempuri.org/C77AC58E-68D6-424D-9E7A-7D5F283ECFAA/_PositionManagement/GetQu" + + "antityResponse")] + [System.ServiceModel.TransactionFlowAttribute(System.ServiceModel.TransactionFlowOption.Allowed)] + int GetQuantity(string Ticker); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface _PositionManagementChannel : VB6ComClient.OldHorse._PositionManagement, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class _PositionManagementClient : System.ServiceModel.ClientBase, VB6ComClient.OldHorse._PositionManagement + { + + public _PositionManagementClient() + { + } + + public _PositionManagementClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public _PositionManagementClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public _PositionManagementClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public _PositionManagementClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public int UpdatePosition(string Ticker, int Quantity) + { + return base.Channel.UpdatePosition(Ticker, Quantity); + } + + public int GetQuantity(string Ticker) + { + return base.Channel.GetQuantity(Ticker); + } + } +} diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/Service References/OldHorse.map b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/Service References/OldHorse.map new file mode 100644 index 0000000..f607409 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/Service References/OldHorse.map @@ -0,0 +1,23 @@ + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.csproj b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.csproj new file mode 100644 index 0000000..edfec03 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {B93B0ED9-5683-47F7-AE64-B431955E64AF} + Exe + Properties + VB6ComClient + VB6ComClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + OldHorse.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.sln b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.sln new file mode 100644 index 0000000..dede84b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VB6ComClient", "VB6ComClient.csproj", "{B93B0ED9-5683-47F7-AE64-B431955E64AF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B93B0ED9-5683-47F7-AE64-B431955E64AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B93B0ED9-5683-47F7-AE64-B431955E64AF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B93B0ED9-5683-47F7-AE64-B431955E64AF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B93B0ED9-5683-47F7-AE64-B431955E64AF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.suo b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/VB6ComClient.suo new file mode 100644 index 0000000000000000000000000000000000000000..2013633ef829f3e477378831dafadab13de5772c GIT binary patch literal 14336 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/app.config b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/app.config new file mode 100644 index 0000000..1e7ac24 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/app.config @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.exe b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..c668ffa8f14f3d487a495fa2b38fd9821687c56d GIT binary patch literal 16384 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.pdb b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.pdb new file mode 100644 index 0000000000000000000000000000000000000000..ce0abbee2f726d67c1608b27ca07e26d369a5976 GIT binary patch literal 15872 zcmeHNeQcCP8lPS2LW||DoE9xmS5g8}-R=S{hzh0KmP2R&D+i~IcGmHW(X?{EJ%slhV%=64V^VN<}FcytRdlPPdgTKDs-O<_ZUgGh3D=TVRI|axogag49 zz@vU zK&1JVp8MAx`K;xQow27Lkbu9@sUFM+3S1KNrSK z|Iaw<$PUL-uU+>1&_J=~fA_w}7kg_K{WA311$PFf{<)sM|6+jS=pumYKra7p{65zK z+xJ5WC8lE8-}e6{He8Xb8`APjSY+|Gxbsv4U!VH=6z}({`Qu;KwLTUICPKkLcvG;q z%ik9mNLVqSx2tV1&_58id|f|jY4S(={o#-mNq{+eM=a3q3C4v8F6$aFWw)VhFjdwv zW$)S26pZ!rkT zPoELT(+lZ(fJ(Xn7zF+fkhr>ie~D}EK41>I#(My>$7@IYX~Z{c$o(L`T|oA^j(OA! z(@E6Od|>8>UWe<%j5uX5pBiMI1sI|h4R2?x=@#-10_0_0CNH8k6Z>@fQZn^WhgNM7>&<@cm7P1W(U}cUCley=_jC46M zQaxe;uNlPk9DE?=8N#e~?M6gqd4h>(On|?v>|E=3B1av#^Kd;}#5&5faWeaX`RjUo z9CdJx(*6(iwY|F%_Me3BLMWg8&%BvDS*-b=-!|`*fA{v!T}N^4pSzCY+F#XS?7w_y z_scD?Kj(5Gl+XSHYd&f#o&7&6$o>zZqlM4^+;xm)|6dicjtSO-o{TR@J%x7 zIKSyj;TlKiX?Z?Bi9tcRyyrFkq|B-G27Qn4&2NK;#C6CJ_86`mh!o2<#r6M%+5g=9 zf9^WQvj4gH|B-bx>9z7{y~gl9#t_DX>mVZ19vcUG0tst+`o+Z>P(3+pOuPoj2=&#Ww^)7(=eVAtKwk%1Ugw zI}k~P65E;2cK!v8aibi|7{2eSonN31?qSv3air!Ho6Y`{>V-&RA0nP#ohI@a|&rG;0B;au@>kCnD-0d z_rNp25O4zcA216ITnwxSD#a?G2JivPfkvPOmmKFN#TG8~PC0VG5I-wr z=hIIc|9@JS~!^?Hjh-Z7INgpirUSZ9Nin-ES% zcpF0SB)bt_f^aKB+;b<{-pdejZY#SN$L0{5qHO!7GW17wKF|9#ATx9lnY*rvE{Qv@GstPcOJLqS80liaer7L?WD zd>dRe`>d2N|Ez_PIo|SV`N{NW##dH%Gjh~tzWh-I{!a-!$6>CBI-nZ}1B1XWfOC`c z_K(0}z$v^<+*Wv(a{kT5RD|D!qMbq=?5o998EKjq3s$Y><^IJfvNkr5Valm|T`nNt zl~o2`5cI)rkhhF7I&ULRXuI;s`Zq;8-t_<8@jj{4i%B8k}c z+t)`!5qM>zPqr~zpDIna8xz~`(oWgDDoyiZqhWa8%fYMCG%q$IhPOF~O;wuawe4TJ zfpcNh#4Xl@CO3Q-=W#AFdjl$gJ`mGSA{XxjO`Gucr;WFj`{cF=d)z%2i+RT@#R5Se zd;+){cmgm~jgQM^-CuMBB7r-semrKXCr#`m zRxVn)vI(mW&f`ZtpHm*moDEb={W6c~=Dy7EGMC>w0G=gC*?ByVn?`2m@ti$Y9?#EX z%>j6t=hjzVZy=-w$VdJ@V8Xk8^ilbQR)psL|BRmZ+3){JsO5R6@FnCo z1N-o8CKbc^kU?Kp15l%v0bD1jQQVnG?NYP3{{I_yBw_}@wFUPixa+d1R2rCBs*3D- QYz^2Nur*+7;JnhnH!uw;%m4rY literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.vshost.exe b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.vshost.exe new file mode 100644 index 0000000000000000000000000000000000000000..ce3f102c36be07551ba7c7fad64c8b24709bdb91 GIT binary patch literal 5632 zcmeHLX>3&26+Umg;MiccvX$*QEU{T$9osBr9ou8T!CO4GX{f1rGjlzDVoO|!Prgq~qltDz9r~?B;$Ix=|OT07mVmN>1Z}RE2drlP`Q)*5X zG<6uR8guNZqj#!d-Lh;?4GGnWTdHBHf%>4@X-9-MYENnj=gbf*dm1jLN#cftptQL=|aWNfvWlQP?*hWf2t+?Lo}%k$q{6hp9nL zgjRO$01v%$;r&I$YdXI8&)FG$2N&cn{PM~EIUlboSblZ6|HQ<{cD(w-H$Pi{GB!Q7 z|H6B@KUnhF)GHNJoBn(6mQTf)Ia@0-J4*9+&;GPbIdCa>RcoH#{Qln`m|0=hKQWNC z!#y@@!#j(1Un%|Q)aTD`kDfW+w4v>(rqa#M$bmyo{cgLmeRW{M$FpYm3da-W&f8x& z0nLKxvau(Eo?AGHIeD_NCo>0YuLwR+p^ze1#Ifrt(TcT2#Y;+-Fe_7rvIeo7wS(yA zX#bP}I_Nou6?Iv{Lq2$0&05=B9YEWMekRLTn0AN-P|#J@A{QJ}x~7y8++mAT5@Rw| z@Q22sG9U6Nxk<0GsfFs1h&|K+JVrkSo|br>`a#cB7|RvrMHFKBr(Uw zl5-@k@UiBtzD8d*9q>KoTQAp`O~3WAt@psmrLqha^n)4xjBMH^@f9F@n1~ujPf^Cu z1X8hoxc8RIqmNGBB-e08_V!a4+g72m#M~*saoB2`Xc84k`hJPumRK&aTH=EeACjm` zG$d}7*dy^#;3Rrn;NPL;}jK9&ZX=lbcdYSfRoToq2>!3ASPn#8u z^5_H5<0%vLR4N9}qQ$`Zh^$7XR0mux@nJd(I!OC~-=*IJ!;-UI&T=Kai#`PZNxBT& zOIH;?y#RZey+d~b$L>D*2U4BLHo7PZt&wf=(v$RGXdorBqSlVYO|go)+z#9IG|?@n z%JQ6^2HUVasx`un?b_|0)?&DE-3)s1h+%8%Ad2nU;Mif|y42~0ZO1f16zp+5(Mk28 zEh6lZ7WQn1YIVa(4rq;W%QHHKR%v&}3{yBk;dB{LLCFE;>z)xZOvCFb_i!dcaZe1+ z7VReV8n#8{t}8l2X3u)jvj&QWL{kF+Vd_0WBWeu|C7jb5g=@zhHd-g*o}-(Cj2hjF z#`S2LwxI3_6TXN_8!^$tUW;&C*dJ1wvR7@j+fFBZw=LZqR*HQcc5v8%N;}r$7|{;z zRXI0nx6BteC@kn? zx7}3wC`~t$^_JixeXZ}r;oYm_b%)++Tlw0>+HX%C`+@-Ake_bp%{*%iWKZ&%~jNE(TX9o*6g%-Rh7EHhP*OlHTd*KJ4?D*a4-;jvD#}$T zOIQn=@p>DHr7y*I8$Y743XSBB{D^C1B}AnPX@5AP4(=bd(sp9DBln=DmYb$353H*? z$g9&OB6vF%DKvX%LSbW(nz&Qd#HFe-r=+-e5z#jlnlL1prkZH9Lb+*IH9O7$Qj&K* zi1dqo@D0qF`iTGURq zl$y==AvIxC2iL{8P9EfJ^b+N0<`}+a;gbg`1N`W1H1*>kDp+;uS4JU@0csxjmC)CT zpTKMnR`9n2umfBdeGU9>R4z4m@TcTs(x)CoK$mlQycQmW;RnyOu?i1|k+nM%lbG(k zU)oNsIsglXDI;B4QqNAHkZxdK@%Jm&3M+mh+d;;>sRJgjdxC zjKDHcB4+hTNzOL=or(eXIE%yQ&!joDM74@5pgblnV%bN-JGR6=O_ohmcu4Tp%XjSM5Nh|8#A5K!MWx={dKuZ TBcLY!&!}P9UAq3eeA)j4ZC9R* literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.vshost.exe.config b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.vshost.exe.config new file mode 100644 index 0000000..1e7ac24 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/bin/Debug/VB6ComClient.vshost.exe.config @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/Debug/ResolveAssemblyReference.cache b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..7700a089e4b5c822e3ae95b45f0c16ebec7ced19 GIT binary patch literal 69083 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 bPt4a9y&bMAdOdtyafR!;;!4*qt&RU5<1gw7 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/Debug/VB6ComClient.exe b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/Debug/VB6ComClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..c668ffa8f14f3d487a495fa2b38fd9821687c56d GIT binary patch literal 16384 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 QYz^2Nur*+7;JnhnH!uw;%m4rY literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/VB6ComClient.csproj.FileList.txt b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/VB6ComClient.csproj.FileList.txt new file mode 100644 index 0000000..57591bb --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/VB6ComClient/obj/VB6ComClient.csproj.FileList.txt @@ -0,0 +1,6 @@ +bin\Debug\VB6ComClient.exe.config +bin\Debug\VB6ComClient.exe +bin\Debug\VB6ComClient.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\VB6ComClient.exe +obj\Debug\VB6ComClient.pdb diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComSample/OldHorse.PositionManagement.svc b/PRO WCF Final Code/Chapter 10/Example01/VB6ComSample/OldHorse.PositionManagement.svc new file mode 100644 index 0000000..abaf6e2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/VB6ComSample/OldHorse.PositionManagement.svc @@ -0,0 +1 @@ +<%@ServiceHost Factory="System.ServiceModel.ComIntegration.WasHostedComPlusFactory" Service="{f4612210-b755-4e17-87db-f82d9751d582},{d3a08ae7-1857-409d-97aa-d86c0b366f5f}" %> diff --git a/PRO WCF Final Code/Chapter 10/Example01/VB6ComSample/web.config b/PRO WCF Final Code/Chapter 10/Example01/VB6ComSample/web.config new file mode 100644 index 0000000..fe85133 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/VB6ComSample/web.config @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/CreateVDir.vbs b/PRO WCF Final Code/Chapter 10/Example02/CreateVDir.vbs new file mode 100644 index 0000000..618945c --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/CreateVDir.vbs @@ -0,0 +1,97 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 2 Then + usage = "USAGE: CreateVirtualDir.vbs virtual_directory_name directory_location_to_map" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory." & vbCrLf + usage = usage & "directory_location_to_map: Directory to be mapped to the virtual" & vbCrLf + usage = usage & " directory. Can be relative to the" & vbCrLf + usage = usage & " current directory." & vbCrLf + WScript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) +vDirPath = Wscript.Arguments(1) + +' Get the name of the current directory +Set fso = WScript.CreateObject( "Scripting.FileSystemObject" ) +vDirPath = fso.GetFolder( vDirPath ).Path + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject( "IIS://localhost/W3SVC/1/Root/" & vDirName ) +If Err.Number = 0 Then + result = shell.Popup( "A virtual directory named " & vDirName & " already exists. " & vbCrLf & vbCrLf & "Would you like it re-mapped for this sample?", 0 ,"Remap Virtual Directory?", 4 + 32 )' 4 = YesNo & 32 = Question + If result = 6 Then ' 6 = Yes + DeleteVirtualDirectory vDirName + Else + WScript.Quit + End If +End If + +'Using IIS Administration object , turn on script/execute permissions and define the virtual directory as an 'in-process application. +Set objIIS = GetObject( "IIS://localhost/W3SVC/1/Root" ) +Set vDirObj = objIIS.Create( "IISWebVirtualDir", vDirName ) + +vDirObj.Path = vDirPath +vDirObj.AuthNTLM = True +vDirObj.AccessRead = True +vDirObj.AccessWrite = True +vDirObj.AccessScript = True +vDirObj.AccessExecute = True +vDirObj.AuthAnonymous = True +'vDirObj.AnonymousUserName = owner +vDirObj.AnonymousPasswordSync = True +vDirObj.AppCreate True +vDirObj.SetInfo + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +End If + +' Get the name of the account for the anonymous user in IIS +owner = vDirObj.AnonymousUserName + +' Change necessary folder permissions using CACLS.exe +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G " & owner & ":C" +rtc = shell.Run( aclCmd , 0, True ) + +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G ""VS Developers"":C" +rtc = shell.Run( aclCmd , 0, True ) + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +Else + res = vDirName & " has been created at" & vbCrLf & vDirPath + shell.Popup res, 0, "All done", 64 ' 64 = Information +End If + +Sub DeleteVirtualDirectory( NameOfVdir ) + + Set iis = GetObject("IIS://localhost/W3SVC/1/Root") + iis.Delete "IISWebVirtualDir", vDirName + + If Err.Number <> 0 Then + + errorString = "Unable to delete existing virtual directory." + + If Err.Description Is Nothing Then + errorString = errorString & "Error Code: " & Err.Number + Else + errorString = errorString & "Description: " & Err.Description + End If + + shell.Popup errorString, 0, "Error", 16 ' 16 = Stop + End If + +End Sub + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/CreateVirtualDirs.bat b/PRO WCF Final Code/Chapter 10/Example02/CreateVirtualDirs.bat new file mode 100644 index 0000000..9fd0bc9 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/CreateVirtualDirs.bat @@ -0,0 +1,7 @@ +@echo off +set AppName=QuickReturnsQuotes +set regCmd="%systemroot%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" +cscript CreateVDir.vbs %AppName% %AppName% +%regCmd% -s W3SVC/1/ROOT/%AppName% +pause + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/DeleteVDir.vbs b/PRO WCF Final Code/Chapter 10/Example02/DeleteVDir.vbs new file mode 100644 index 0000000..138402b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/DeleteVDir.vbs @@ -0,0 +1,38 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 1 Then + usage = "USAGE: DeleteSampleVdir.vbs virtual_directory_name" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory to delete." + Wscript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root/" & vDirName) +If Err.Number > 0 Then + shell.Popup "An virtual directory named " & vDirName & " does not exists. ", 0, "Error", 16 ' 16 = Stop + Wscript.quit +End If + +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root") +objIIS.Delete "IISWebVirtualDir", vDirName + +If Err.Number = 0 Then + shell.Popup "Virtual directory named " & vDirName & " was deleted sucessfully", 0, "All done", 64 ' 64 = Information +Else + errorString = "Unable to delete Virtual directory." + If Err.Description Is Nothing Then + ' If the error description is empty. Then just print the error number. + errorString = errorString & " Error Code : " & Err.Number + Else + ' Display the Error Description + errorString = errorString & " Error Description: " & Err.Description + End If + shell.Popup errorString, 0, "Error", 16 +End If diff --git a/PRO WCF Final Code/Chapter 10/Example02/DeleteVirtualDirs.bat b/PRO WCF Final Code/Chapter 10/Example02/DeleteVirtualDirs.bat new file mode 100644 index 0000000..e52ca6d --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/DeleteVirtualDirs.bat @@ -0,0 +1,3 @@ +@echo off +cscript DeleteVdir.vbs QuickReturnsQuotes QuickReturnsQuotes +pause diff --git a/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes.sln b/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes.sln new file mode 100644 index 0000000..859cf18 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes.sln @@ -0,0 +1,60 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/QuickReturnsQuotes/", "http://localhost/QuickReturnsQuotes", "{CEAE6A8E-BC60-4314-9308-29B6937950E5}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.VirtualPath = "/QuickReturnsQuotes" + Debug.AspNetCompiler.PhysicalPath = "..\..\..\PracticalWcf\Chapter10\Example2\QuickReturnsQuotes\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\QuickReturnsQuotes\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/QuickReturnsQuotes" + Release.AspNetCompiler.PhysicalPath = "..\..\..\PracticalWcf\Chapter10\Example2\QuickReturnsQuotes\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\QuickReturnsQuotes\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + SlnRelativePath = "..\..\..\PracticalWcf\Chapter10\Example2\QuickReturnsQuotes\" + DefaultWebSiteLanguage = "Visual C#" + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypedServiceProxy", "TypedServiceProxy\TypedServiceProxy.csproj", "{89974DD0-14C4-49FA-8FCF-8EE74035457A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CEAE6A8E-BC60-4314-9308-29B6937950E5}.Debug|.NET.ActiveCfg = Debug|.NET + {CEAE6A8E-BC60-4314-9308-29B6937950E5}.Debug|.NET.Build.0 = Debug|.NET + {CEAE6A8E-BC60-4314-9308-29B6937950E5}.Debug|Any CPU.ActiveCfg = Debug|.NET + {CEAE6A8E-BC60-4314-9308-29B6937950E5}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {CEAE6A8E-BC60-4314-9308-29B6937950E5}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {CEAE6A8E-BC60-4314-9308-29B6937950E5}.Release|.NET.ActiveCfg = Debug|.NET + {CEAE6A8E-BC60-4314-9308-29B6937950E5}.Release|.NET.Build.0 = Debug|.NET + {CEAE6A8E-BC60-4314-9308-29B6937950E5}.Release|Any CPU.ActiveCfg = Debug|.NET + {CEAE6A8E-BC60-4314-9308-29B6937950E5}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {CEAE6A8E-BC60-4314-9308-29B6937950E5}.Release|Mixed Platforms.Build.0 = Debug|.NET + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Debug|.NET.ActiveCfg = Debug|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Release|.NET.ActiveCfg = Release|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Release|Any CPU.Build.0 = Release|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Release|Mixed Platforms.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes.suo b/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes.suo new file mode 100644 index 0000000000000000000000000000000000000000..353228726e40eff5e35cf5d2fed8331569cbb74a GIT binary patch literal 24576 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 JA*~+0{vQzfy&?br literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/App_Code/QuoteService.cs b/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/App_Code/QuoteService.cs new file mode 100644 index 0000000..1531c51 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/App_Code/QuoteService.cs @@ -0,0 +1,34 @@ +using System; +using System.ServiceModel; +using System.ServiceModel.ComIntegration; + +namespace QuickReturnsQuotes +{ + [ServiceContract] + public interface IQuoteService + { + [OperationContract] + double GetQuote( string ticker ); + } + + public class QuoteService : IQuoteService + { + public double GetQuote ( string ticker ) + { + switch( ticker.Trim().ToUpper() ) + { + case "MSFT": + return 25L; + case "IBM": + return 98L; + case "AVND": + return 7L; + default: + break; + } + return 0; + } + } + + +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/Service.svc b/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/Service.svc new file mode 100644 index 0000000..4a04370 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/Service.svc @@ -0,0 +1 @@ +<% @ServiceHost Language=C# Debug="true" Service="QuickReturnsQuotes.QuoteService" %> \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/Web.config b/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/Web.config new file mode 100644 index 0000000..f4f0ef0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/QuickReturnsQuotes/Web.config @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/BadQuickReturnsScriptClientWsdl.vbs b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/BadQuickReturnsScriptClientWsdl.vbs new file mode 100644 index 0000000..1ea387d --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/BadQuickReturnsScriptClientWsdl.vbs @@ -0,0 +1,24 @@ +Option Explicit +Dim quoteProxy, wsdl, moniker, result + +wsdl = ReadWsdlFromFile ( "service.svc.wsdl" ) +moniker="service:wsdl=" & wsdl & ", " +moniker=moniker + "address=http://localhost/QuickReturnsQuotes/service.svc," +moniker=moniker + "contract=IQuoteService, contractNamespace=http://PracticalWcf/QuoteService, " +moniker=moniker + "binding=WSHttpBinding_IQuoteService, bindingNamespace=http://PracticalWcf/QuoteService" + +Set quoteProxy = GetObject(moniker) + +result = quoteProxy.GetQuote("MSFT") +WScript.Echo "MSFT's price is " + CStr(result) + + +Function ReadWsdlFromFile ( fileName ) + Dim fso, f1, wsdl + Const ForReading = 1 + Set fso = CreateObject("Scripting.FileSystemObject") + Set f1 = fso.OpenTextFile( fileName, ForReading ) + wsdl = f1.ReadAll + ReadWsdlFromFile = wsdl + +End Function \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..c8d54ae --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/Properties/AssemblyInfo.cs @@ -0,0 +1,29 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: ComVisible( true )] +[assembly: Guid( "914c0de7-78ec-4291-b26b-6402cf6ffc32" )] + +[assembly: AssemblyTitle( "TypedServiceProxy" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "TypedServiceProxy" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + + + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsQuoteService.snk b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsQuoteService.snk new file mode 100644 index 0000000000000000000000000000000000000000..7b50b3d41a83cd2a51b71482d12b5bb3dff3b73d GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098&9bQ2PFDNYvk%>?(KlCkjn$KMHWY@;s z^njA`Tok^F`!lyX=LELPJLWst`-Qq$Jlc8AeHul=?ZwD-dg`_KFhhb?_`z#y$A z>t0zv=fnqUn|qYs`Ju{k40Ix@W5E#?WD?e<)W zRsw%N(bX0pP~$d2^@;iPIi#5fHcR0<#nnFbh=u9D&~8K>T{|$=x|?+IU17s~P&hOl z?>qdiN8jrUSTNkH>+2#L(^&j|s>hfnuw7Mv*K$@rDr97W5J=90iP~MJksCT^cm@v0 zByOJsd`$l-D@y+&Jo1#Q;>ju5UcS;n^^DJvWp0Osf}aqnHlVHX(JH+c9qKH-3_&|X<$=c^91UiBqA8ftp_iaShr5Y}g@BD-pl}GA}NFfG)5YG}=}A%f^)ojpR(;byaqMSOh(Hj=U0cQ#ntrP&)fG5E8|? z!(l@t={Sj#t)iX5MCy?k7;t +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +[System.ServiceModel.ServiceContractAttribute(ConfigurationName="IQuoteService")] +public interface IQuoteService +{ + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IQuoteService/GetQuote", ReplyAction="http://tempuri.org/IQuoteService/GetQuoteResponse")] + double GetQuote(string ticker); +} + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public interface IQuoteServiceChannel : IQuoteService, System.ServiceModel.IClientChannel +{ +} + +[System.Diagnostics.DebuggerStepThroughAttribute()] +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public partial class QuoteServiceClient : System.ServiceModel.ClientBase, IQuoteService +{ + + public QuoteServiceClient() + { + } + + public QuoteServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public QuoteServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public QuoteServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public QuoteServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public double GetQuote(string ticker) + { + return base.Channel.GetQuote(ticker); + } +} diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClient.vbs b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClient.vbs new file mode 100644 index 0000000..c82fa74 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClient.vbs @@ -0,0 +1,28 @@ +Option Explicit +Dim quoteProxy, moniker, result +moniker = "service:address=http://localhost/QuickReturnsQuotes/service.svc, binding=wsHttpBinding" +moniker = moniker + ", contract={058E1BEC-C44A-31FB-98C8-9FB223C46FAF}" + +'NOTE: The preceding Guid changes with each RegAsm.exe registration. +'Utilized OleView.exe from the SDK to get this value by looking up the TypeLibrary for 'TypedServiceProxy' +'then viewing the IDL for TypedServiceProxy, specifically the uuid of the IQuoteService interface in the IDL. + +' [ +' odl, +' uuid(058E1BEC-C44A-31FB-98C8-9FB223C46FAF), +' version(1.0), +' dual, +' oleautomation, +' custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, "IQuoteService") +' +' ] +' interface IQuoteService : IDispatch { +' [id(0x60020000)] +' HRESULT GetQuote( +' [in] BSTR ticker, +' [out, retval] double* pRetVal); +' }; + +Set quoteProxy = GetObject(moniker) +result = quoteProxy.GetQuote("MSFT") +WScript.Echo "MSFT's price is " + CStr(result) \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClientMex.vbs b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClientMex.vbs new file mode 100644 index 0000000..0e57787 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClientMex.vbs @@ -0,0 +1,13 @@ +Option Explicit +Dim quoteProxy, moniker, result + +moniker="service:mexAddress=http://localhost/QuickReturnsQuotes/service.svc/mex, " +moniker=moniker + "address=http://localhost/QuickReturnsQuotes/service.svc, " +moniker=moniker + "contract=IQuoteService, " +moniker=moniker + "contractNamespace=http://tempuri.org/, " +moniker=moniker + "binding=WSHttpBinding_IQuoteService, " +moniker=moniker + "bindingNamespace=http://tempuri.org/" + +Set quoteProxy = GetObject(moniker) +result = quoteProxy.GetQuote("MSFT") +WScript.Echo "MSFT's price is " + CStr(result) \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClientWsdl.vbs b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClientWsdl.vbs new file mode 100644 index 0000000..c48c6b1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/QuickReturnsScriptClientWsdl.vbs @@ -0,0 +1,36 @@ +Option Explicit +Dim quoteProxy, wsdl, moniker, result + +'wsdl = ReadWsdlFromFile ( "service.svc.wsdl" ) +wsdl = GetWsdlFromUrl ("http://localhost/QuickReturnsQuotes/service.svc?wsdl" ) +moniker="service:wsdl=" & wsdl & ", " +moniker=moniker + "address=http://localhost/QuickReturnsQuotes/service.svc," +moniker=moniker + "contract=IQuoteService, " +moniker=moniker + "contractNamespace=http://tempuri.org/, " +moniker=moniker + "binding=WSHttpBinding_IQuoteService, " +moniker=moniker + "bindingNamespace=http://tempuri.org/" + +Set quoteProxy = GetObject(moniker) + +result = quoteProxy.GetQuote("MSFT") +WScript.Echo "MSFT's price is " + CStr(result) + + +Function ReadWsdlFromFile ( fileName ) + Dim fso, f1, wsdl + Const ForReading = 1 + Set fso = CreateObject("Scripting.FileSystemObject") + Set f1 = fso.OpenTextFile( fileName, ForReading ) + wsdl = f1.ReadAll + ReadWsdlFromFile = wsdl + +End Function + + +Function GetWsdlFromUrl( strUrl ) + Dim WinHttpReq, resp + Set WinHttpReq = CreateObject("WinHttp.WinHttpRequest.5") + resp = WinHttpReq.Open("GET", strUrl, False) + WinHttpReq.Send() + GetWsdlFromUrl = WinHttpReq.ResponseText +End Function \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/TypedServiceProxy.csproj b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/TypedServiceProxy.csproj new file mode 100644 index 0000000..4c12950 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/TypedServiceProxy.csproj @@ -0,0 +1,70 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {89974DD0-14C4-49FA-8FCF-8EE74035457A} + Library + Properties + TypedServiceProxy + TypedServiceProxy + true + QuickReturnsQuoteService.snk + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(ProjectDir)makeProxy.bat $(ProjectDir) + $(ProjectDir)reg.bat + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/TypedServiceProxy.csproj.user b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/TypedServiceProxy.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/TypedServiceProxy.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/app.config b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/app.config new file mode 100644 index 0000000..28f981b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/app.config @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/QuickReturnsProxy.tlb b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/QuickReturnsProxy.tlb new file mode 100644 index 0000000000000000000000000000000000000000..af4955ad24fbae9f7afee71858096cada796b298 GIT binary patch literal 2148 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 + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/TypedServiceProxy.pdb b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/TypedServiceProxy.pdb new file mode 100644 index 0000000000000000000000000000000000000000..85216ff8ba5307a11123f7b7d61ae99c0ddfb1f1 GIT binary patch literal 11776 zcmeHMOH5r=6g`(e1*D)wZ4*NqYWcno)$)y0C>lbsAWdw|8$d6Y@WSWO_Z}^EM2Q*) z4j3>fNgWsyHE9zyHV)J#q*kJhiAgcW7#--qXb09xO)zPSYn=}z@Bm2>`P>cr?t9PK zXYGCV`JdMmw8NoDs56>d=dCL$%57?WCb!Jv^JQ$?d8k!@;^e=07_U)&gLWw4J~u%G z#%EmG$`L3RZV%YX?VondZVhzom;u(A~5RlTh}u4 z>n$i&d^R=ZtNyP3^3*-8TRut5BfGTuA`ol-=XyAI{^vJqK3{IWXl%V2O`m9~ znMj_@8fg{dN8XBi^J;zL*l)jF&l;&w-)V2W`eIh+WY*L~gqFkquk%;pYi!*WRya1u|DMYE?-B4(a2uF&#UPmTg-dG}fo!o?uGtAN zX$iH#%Mk^0(tHQFjQdKt<}2N<7`iG=>tYcyx?jc6RcTuHiF>*}48Hk3s5GsMMa|%j z#?V!1S{Dmnj`o*(7E9dQ$e8-6bgf^ub}?U1mbktzMrLhTEZh$;9@Y}4dvkFQTg%vxJgsL4$S?1z~oS-it~EOdRLA^Ax6Hxm~J%G zjgh(ms_O|leNj83YD8W6C$)rKae*n>0$EWt11IedQ*ExzE$C&<#a2 ztSCh~sNTg=zyH02lHS9?zV3#;&XDl-wf8y^;f;iCZ8G;BHmTM z@#ED4YqCq#fu}p3PUSI^dF&N9bxYz3=F&w{pnLN=IZU$zEYCk4zg$uUIy2f&$NZYq{qZ;pn@!CHC literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/TypedServiceProxy.tlb b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/bin/Debug/TypedServiceProxy.tlb new file mode 100644 index 0000000000000000000000000000000000000000..70e624ac6305709de0a76c09e007eea82da19119 GIT binary patch literal 2148 zcmcIlUr1A76hB*=yGo`5!9QtDD(Yd1&LuM(YL=P(TPa=x1LyWZ!|U#tTWCa%@F9Y1 z_8`)WArXNOf=@oh0w0VBNs|81V_AfdkPwkn=iGZgyPHeG>d3e6oZmU;ch2|kdaAXl z%?Jh{$uubwG~lEn0NYUifuec0dRpyP{UJRrvX@eF_&T|VJxuKSyD0fNp>^?T5NPv>7n zTi;J=e5&m%#r0ua8kFe$K@M4PXOW9{G&Q&Z{xbQUmyD5h#?y zYp6)_Z!?-yqZsGZ8rv1DIBku6rN%$5(SE+C9i|lNd3_|^g?}eiKBz-d`@WC zN*W)J;d4L6kZ_yNRGV~uejIp+8|URU$9FAYdFQaXW%gU;*xdN^ zo>_T{bD#fQnlm){q2W${^|Rcig|D3NwL6pDxc%kO*MN+hoeOc)>{JHeSE*5cNd0I?ZGn^mhhdf zn95qrZ+OyjGaK;-IL0nth)q4usT&=9H-EIU%wDL)o9nK}54e#hU*#c=F7#0z3E81v z-aelkmIB?XllcFq&>h_>|IlCLVrtsDq2J(J?J-?m=O#7AHu0t7`WG18m*4TAOYvp9 zsy`h+8sVO z2=5~UYTF|LUk?k5BF8MSe@EyXi?n;Cb<7HHUbPK`m|ts)a~FZR-VElLpuDD}?nD9d zuyhipbu6Nf{sC<4R)99dH&n9Q+F7_SAP3!*3tkNHomcK^BdKy^`JLiFQi? z-w8I*Cik$QyUJU0(B*ShR8`kFyv%_QkiLf`v`*5gJFb&W`U=kUP156qP#8l9N}v-m akErig03jAajJ{PQ^hUB2&Dcfvj^rovP6aIh literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/makeProxy.bat b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/makeProxy.bat new file mode 100644 index 0000000..8080eb5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/makeProxy.bat @@ -0,0 +1,6 @@ +setlocal +call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 +echo %1 +cd %1% +svcutil /out:QuickReturnsQuoteSvc.cs /config:app.config http://localhost/QuickReturnsQuotes/Service.svc?wsdl +endlocal diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/obj/Debug/ResolveAssemblyReference.cache b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/obj/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..df19ee35d8f5c65aa4ab38db166d32948b3f0f90 GIT binary patch literal 35551 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/obj/TypedServiceProxy.csproj.FileList.txt b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/obj/TypedServiceProxy.csproj.FileList.txt new file mode 100644 index 0000000..95835af --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/obj/TypedServiceProxy.csproj.FileList.txt @@ -0,0 +1,6 @@ +bin\Debug\TypedServiceProxy.dll.config +bin\Debug\TypedServiceProxy.dll +bin\Debug\TypedServiceProxy.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\TypedServiceProxy.dll +obj\Debug\TypedServiceProxy.pdb diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/reg.bat b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/reg.bat new file mode 100644 index 0000000..36648b0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/reg.bat @@ -0,0 +1,5 @@ +setlocal +call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 +gacutil /i TypedServiceProxy.dll +regasm /tlb:QuickReturnsProxy.tlb TypedServiceProxy.dll +endlocal \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/service.svc.wsdl b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/service.svc.wsdl new file mode 100644 index 0000000..44794a1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/service.svc.wsdl @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://xpshawnci.corp.avanade.org/QuickReturnsQuotes/Service.svc + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/unreg.bat b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/unreg.bat new file mode 100644 index 0000000..bb8a7d6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceProxy/unreg.bat @@ -0,0 +1,7 @@ +setlocal +call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 +cd bin\debug +regasm /u /tlb TypedServiceProxy.dll +gacutil /u TypedServiceProxy +pause +endlocal \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/Form1.frm b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/Form1.frm new file mode 100644 index 0000000..bf8d2cb --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/Form1.frm @@ -0,0 +1,63 @@ +VERSION 5.00 +Begin VB.Form Form1 + Caption = "Form1" + ClientHeight = 3075 + ClientLeft = 60 + ClientTop = 450 + ClientWidth = 3555 + LinkTopic = "Form1" + ScaleHeight = 3075 + ScaleWidth = 3555 + StartUpPosition = 3 'Windows Default + Begin VB.TextBox txtTicker + Height = 375 + Left = 840 + TabIndex = 1 + Top = 720 + Width = 1575 + End + Begin VB.CommandButton Command1 + Caption = "Get Price" + Height = 375 + Left = 840 + TabIndex = 0 + Top = 1560 + Width = 1455 + End + Begin VB.Label Ticker + Caption = "Ticker" + Height = 375 + Left = 840 + TabIndex = 2 + Top = 360 + Width = 1095 + End +End +Attribute VB_Name = "Form1" +Attribute VB_GlobalNameSpace = False +Attribute VB_Creatable = False +Attribute VB_PredeclaredId = True +Attribute VB_Exposed = False +Option Explicit +Private Sub Command1_Click() + Dim obj As TypedServiceProxy.QuoteServiceClient + Dim moniker, Ticker As String + Dim price As Double + + moniker = "service:address=http://localhost/QuickReturnsQuotes/service.svc, binding=wsHttpBinding" + On Error GoTo ErrHandler + + Ticker = UCase(Trim(txtTicker.Text)) + Set obj = GetObject(moniker) + + price = obj.GetQuote(Ticker) + MsgBox "Price is " & CStr(price) + Exit Sub + +ErrHandler: + MsgBox Err.Number & " : " & Err.Description & " : " & Err.Source +End Sub + +Private Sub Form_Load() + txtTicker.Text = "MSFT" +End Sub diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/MSSCCPRJ.SCC b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/MSSCCPRJ.SCC new file mode 100644 index 0000000..4df0386 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/MSSCCPRJ.SCC @@ -0,0 +1,5 @@ +[SCC] +SCC=This is a source code control file +[TypedServiceVbClient.vbp] +SCC_Project_Name=this project is not under source code control +SCC_Aux_Path= diff --git a/PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/TypedServiceVbClient.exe b/PRO WCF Final Code/Chapter 10/Example02/TypedServiceVbClient/TypedServiceVbClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..f0c7e0d964cbebf96234ac1cc907943c4e1099fc GIT binary patch literal 20480 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 B3 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +End If + +' Get the name of the account for the anonymous user in IIS +owner = vDirObj.AnonymousUserName + +' Change necessary folder permissions using CACLS.exe +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G " & owner & ":C" +rtc = shell.Run( aclCmd , 0, True ) + +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G ""VS Developers"":C" +rtc = shell.Run( aclCmd , 0, True ) + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +Else + res = vDirName & " has been created at" & vbCrLf & vDirPath + shell.Popup res, 0, "All done", 64 ' 64 = Information +End If + +Sub DeleteVirtualDirectory( NameOfVdir ) + + Set iis = GetObject("IIS://localhost/W3SVC/1/Root") + iis.Delete "IISWebVirtualDir", vDirName + + If Err.Number <> 0 Then + + errorString = "Unable to delete existing virtual directory." + + If Err.Description Is Nothing Then + errorString = errorString & "Error Code: " & Err.Number + Else + errorString = errorString & "Description: " & Err.Description + End If + + shell.Popup errorString, 0, "Error", 16 ' 16 = Stop + End If + +End Sub + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/CreateVirtualDirs.bat b/PRO WCF Final Code/Chapter 10/Example03/CreateVirtualDirs.bat new file mode 100644 index 0000000..f988c7e --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/CreateVirtualDirs.bat @@ -0,0 +1,7 @@ +@echo off +set AppName=QuickReturnsQuotesSecure +set regCmd="%systemroot%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" +cscript CreateVDir.vbs %AppName% %AppName% +%regCmd% -s W3SVC/1/ROOT/%AppName% +pause + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/DeleteVDir.vbs b/PRO WCF Final Code/Chapter 10/Example03/DeleteVDir.vbs new file mode 100644 index 0000000..138402b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/DeleteVDir.vbs @@ -0,0 +1,38 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 1 Then + usage = "USAGE: DeleteSampleVdir.vbs virtual_directory_name" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory to delete." + Wscript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root/" & vDirName) +If Err.Number > 0 Then + shell.Popup "An virtual directory named " & vDirName & " does not exists. ", 0, "Error", 16 ' 16 = Stop + Wscript.quit +End If + +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root") +objIIS.Delete "IISWebVirtualDir", vDirName + +If Err.Number = 0 Then + shell.Popup "Virtual directory named " & vDirName & " was deleted sucessfully", 0, "All done", 64 ' 64 = Information +Else + errorString = "Unable to delete Virtual directory." + If Err.Description Is Nothing Then + ' If the error description is empty. Then just print the error number. + errorString = errorString & " Error Code : " & Err.Number + Else + ' Display the Error Description + errorString = errorString & " Error Description: " & Err.Description + End If + shell.Popup errorString, 0, "Error", 16 +End If diff --git a/PRO WCF Final Code/Chapter 10/Example03/DeleteVirtualDirs.bat b/PRO WCF Final Code/Chapter 10/Example03/DeleteVirtualDirs.bat new file mode 100644 index 0000000..6842801 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/DeleteVirtualDirs.bat @@ -0,0 +1,3 @@ +@echo off +cscript DeleteVdir.vbs QuickReturnsQuotesSecure QuickReturnsQuotesSecure +pause diff --git a/PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure.sln b/PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure.sln new file mode 100644 index 0000000..affe8ff --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure.sln @@ -0,0 +1,59 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypedServiceProxySecure", "TypedServiceProxySecure\TypedServiceProxySecure.csproj", "{89974DD0-14C4-49FA-8FCF-8EE74035457A}" +EndProject +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/QuickReturnsQuotesSecure/", "http://localhost/QuickReturnsQuotesSecure", "{65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.VirtualPath = "/QuickReturnsQuotesSecure" + Debug.AspNetCompiler.PhysicalPath = "QuickReturnsQuotesSecure\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\QuickReturnsQuotesSecure\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/QuickReturnsQuotesSecure" + Release.AspNetCompiler.PhysicalPath = "QuickReturnsQuotesSecure\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\QuickReturnsQuotesSecure\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + SlnRelativePath = "QuickReturnsQuotesSecure\" + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|.NET = Debug|.NET + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Release|.NET = Release|.NET + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Debug|.NET.ActiveCfg = Debug|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Release|.NET.ActiveCfg = Release|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Release|Any CPU.Build.0 = Release|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {89974DD0-14C4-49FA-8FCF-8EE74035457A}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}.Debug|.NET.ActiveCfg = Debug|.NET + {65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}.Debug|.NET.Build.0 = Debug|.NET + {65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}.Debug|Any CPU.ActiveCfg = Debug|.NET + {65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET + {65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}.Debug|Mixed Platforms.Build.0 = Debug|.NET + {65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}.Release|.NET.ActiveCfg = Debug|.NET + {65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}.Release|.NET.Build.0 = Debug|.NET + {65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}.Release|Any CPU.ActiveCfg = Debug|.NET + {65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}.Release|Mixed Platforms.ActiveCfg = Debug|.NET + {65F6FA5F-B8B7-4951-862E-37A3BD0ED2B7}.Release|Mixed Platforms.Build.0 = Debug|.NET + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure.suo b/PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure.suo new file mode 100644 index 0000000000000000000000000000000000000000..4170a3fcd5326d08c396cd96d9a6ab5f2ebb89b3 GIT binary patch literal 14336 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 \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure/Web.config b/PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure/Web.config new file mode 100644 index 0000000..9bdaa05 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/QuickReturnsQuotesSecure/Web.config @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/Readme.txt b/PRO WCF Final Code/Chapter 10/Example03/Readme.txt new file mode 100644 index 0000000..e2f36f7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/Readme.txt @@ -0,0 +1,5 @@ +To run this sample the IIS site requires SSL. To install a test certificate, you +can leverage the IIS 6 Resource Kit utility SelfSSL.exe. + +The Resource Kit can be downloaded from this location: +http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..c8d54ae --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/Properties/AssemblyInfo.cs @@ -0,0 +1,29 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: ComVisible( true )] +[assembly: Guid( "914c0de7-78ec-4291-b26b-6402cf6ffc32" )] + +[assembly: AssemblyTitle( "TypedServiceProxy" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "TypedServiceProxy" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + + + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/QuickReturnsQuoteService.snk b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/QuickReturnsQuoteService.snk new file mode 100644 index 0000000000000000000000000000000000000000..7b50b3d41a83cd2a51b71482d12b5bb3dff3b73d GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098&9bQ2PFDNYvk%>?(KlCkjn$KMHWY@;s z^njA`Tok^F`!lyX=LELPJLWst`-Qq$Jlc8AeHul=?ZwD-dg`_KFhhb?_`z#y$A z>t0zv=fnqUn|qYs`Ju{k40Ix@W5E#?WD?e<)W zRsw%N(bX0pP~$d2^@;iPIi#5fHcR0<#nnFbh=u9D&~8K>T{|$=x|?+IU17s~P&hOl z?>qdiN8jrUSTNkH>+2#L(^&j|s>hfnuw7Mv*K$@rDr97W5J=90iP~MJksCT^cm@v0 zByOJsd`$l-D@y+&Jo1#Q;>ju5UcS;n^^DJvWp0Osf}aqnHlVHX(JH+c9qKH-3_&|X<$=c^91UiBqA8ftp_iaShr5Y}g@BD-pl}GA}NFfG)5YG}=}A%f^)ojpR(;byaqMSOh(Hj=U0cQ#ntrP&)fG5E8|? z!(l@t={Sj#t)iX5MCy?k7;t +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +[System.ServiceModel.ServiceContractAttribute(ConfigurationName="IQuoteService")] +public interface IQuoteService +{ + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IQuoteService/GetQuote", ReplyAction="http://tempuri.org/IQuoteService/GetQuoteResponse")] + double GetQuote(string ticker); +} + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public interface IQuoteServiceChannel : IQuoteService, System.ServiceModel.IClientChannel +{ +} + +[System.Diagnostics.DebuggerStepThroughAttribute()] +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public partial class QuoteServiceClient : System.ServiceModel.ClientBase, IQuoteService +{ + + public QuoteServiceClient() + { + } + + public QuoteServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public QuoteServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public QuoteServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public QuoteServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public double GetQuote(string ticker) + { + return base.Channel.GetQuote(ticker); + } +} diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/QuickReturnsScriptClientMex.vbs b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/QuickReturnsScriptClientMex.vbs new file mode 100644 index 0000000..5b7a00d --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/QuickReturnsScriptClientMex.vbs @@ -0,0 +1,17 @@ +Option Explicit +Dim quoteProxy, moniker, result + +moniker="service:mexAddress=http://xpshawnci/QuickReturnsQuotesSecure/" +moniker=moniker + "service.svc/mex, " +moniker=moniker + "address=https://xpshawnci/QuickReturnsQuotesSecure/service.svc, " +moniker=moniker + "contract=IQuoteService, " +moniker=moniker + "contractNamespace=http://tempuri.org/, " +moniker=moniker + "binding=WSHttpBinding_IQuoteService, " +moniker=moniker + "bindingNamespace=http://tempuri.org/" + +Set quoteProxy = GetObject(moniker) +quoteProxy.ChannelCredentials.SetUserNameCredential "xpshawnci\soauser", "p@ssw0rd" + + +result = quoteProxy.GetQuote("MSFT") +WScript.Echo "MSFT's price is " + CStr(result) \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/TypedServiceProxySecure.csproj b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/TypedServiceProxySecure.csproj new file mode 100644 index 0000000..d768350 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/TypedServiceProxySecure.csproj @@ -0,0 +1,66 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {89974DD0-14C4-49FA-8FCF-8EE74035457A} + Library + Properties + TypedServiceProxySecure + TypedServiceProxySecure + true + QuickReturnsQuoteService.snk + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + $(ProjectDir)makeProxy.bat $(ProjectDir) + $(ProjectDir)reg.bat + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/TypedServiceProxySecure.csproj.user b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/TypedServiceProxySecure.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/TypedServiceProxySecure.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/app.config b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/app.config new file mode 100644 index 0000000..5cb095b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/app.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/QuickReturnsProxySecure.tlb b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/QuickReturnsProxySecure.tlb new file mode 100644 index 0000000000000000000000000000000000000000..a5d8e79d975f61afdb62d7e368e7126ac8dbc473 GIT binary patch literal 2156 zcmc&!OGs2<6h1S}I9JJhAo$2)#KIP%jE`gtCpF8;tSrT=V&pu2Xz)6B81KXwk+Tqt zpi&7L+7vBBa3Q!YViqop7Lp`I>#_$zLP125opbN}c4t&5LOR1g|M|Xi{`2@B_iS5J zyAcdPl4?>XXuwHh0Cu6ij-purET~+@5smW)aJJ%z;Gi|+PvXTfkE0by8xD$*fw&5D z&>D_A5j%9)gxIdb*Ns|i?!Sgu(8U`?e?X4gM^gZv=++aDaKqk$4G21%Y;Q;Vl+M0} zSYJ=Fe=@Er!hSJ9FUIJ^!S@48-XwX*)Msfl*?BDPXaFlvdt@`JJFodv6&XOHCQxV% z&!I7i|ECaAjzXN1bL>{R!Yy+gEHeIaj$Vv|M*y{Iyu?1JN2-td&T<*dGWjEy}tg&naXaBe>*aLqxR9;WqHXP_a8Y^ zJd)WGJUTvkudC#7_s97-Z#U6y0mRgQXd*=C1W7zUuTNiJJ)J06%(^SU!)KFu{rl0C zau1!iu$bqZeI{)wx8Zs7?R4a)a73?Nip;#ssGAsiw{W7o)RrIjH`m=9J>hJK0aq4#)r7+UdS*w+2nB zE!|Q5`SgX5tgto~yz28Xyf^$^G^!f hk01s6pa)WqYwuV9Are52zF8#nR?<|>*h}}1|DE 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 Zz(&AEz(&AEz(&AEz(&AE;IoLpe*nEQ==J~r literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/TypedServiceProxySecure.dll.config b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/TypedServiceProxySecure.dll.config new file mode 100644 index 0000000..5cb095b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/TypedServiceProxySecure.dll.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/TypedServiceProxySecure.pdb b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/bin/Debug/TypedServiceProxySecure.pdb new file mode 100644 index 0000000000000000000000000000000000000000..ec9c50809cdb32453c3ecbe7b5fd2a38173809a0 GIT binary patch literal 13824 zcmeHNU2IfE6rS6krKPRVDit9yr71#x*q>JUDJCGLnx+t`TO*i#Xt}*jH*I&z?iPwq z3qj*!ABcfOAB<5+^Z}I^qmmGV6%7fA7-OP7XpD)Ph$to{F|6M=Kka6_E#27CO7Gcx zd+wb%bLQMLXU@#r-MwKu7L7-H6ICs~miqdty}`$;ws`&ivgK=b2L&ik2n%d2aDw-s z)rz^_cYy~s7Wi+aTw1ao7`=IA$v(UL;Hgx}7XfQ4^Vmuauu_pq6@cd_@#WH8?Sb)w z9XrOBT`eCCiVIJ^miOw#*7noC{QPD4=ni#X^2!U(miJyQKVK)rcv0K=t~Vk(uk;+> z^Zp;ZzB(3r^EAVTbbQsOh9A72r2g67_g8iM&2!69RtS^;r9c^Q53m9#2iR^I;L^f+ zV7|tGVV}zFeYPIRmjAgfrssd&Q(q>ZZ6B`O;`cziHqr1*i%;Sl*nq-P90nN&8*zO< zkPmo(3gBL#7$^c5KQrZit_?0Nya(3)=(mzEV<^>mbj@#L7RN0Y;=2KahI~grPI?+( zd{B2s;b8uLTvM(SV4VZFv^YF)>)Ner9Gf#Vr=>ZxFV<}*!glw-Gj?yNrLTJ^;lu*| zQ0qwd;Lw266zV)WphQoIMQ%+(y7KwKZM-xu)uL?Gp=+pMj1=AoAE?q9&#yn519GC z^SO6}od3D{(VhRf`+PCA;9T;GIv&YHk2Z{FH$%wjT;Ane6J9$JjZwa!;PV~7j=gu_ z>$Z>A7w3KS*10aq>=nC3BX|LVf_i!GQ}N-M=;IQ~NZcD3Ld<#CCuMW$!}@j^`=E_^ zFw;CogH)vYr%Dp+@vH)$t3F1v^npE%XWbn3aU)9~7!1#*Iq0KNkNGLRXmkH&264Gu_|QDnDP7* zZ65_l7Ct5}nWLzeR3$``?-AC4bKhAFUWn2{!~2`Rv4(OCR0@LVFcdbFnqMY>p3{UCDx%GXJdxxR37wm@7sA z<_nkZoChkzdbws7pi4_{zA8m+TA6<{mvMh1*L)@0mqk{UX;~~nM)qyWENRfre(44Rcd>=XR*ZOM#em!D%bK`?wrpTQ%_vqrz5jAn0n)T zcl?b<{{Ng~e55!a-}_l2VXQ>di4Y#`ZJ+_@0t{8+;sJT{`vp^`ejP~veZbU^ z7m1hkl66MTLlhORkokqR>Rpj~_tP>Eb|ML}ZOgXCT}^?lV$+A->u4g$?EUqvWUOO( z`dQM{vyOY2Qd5w|S+{P6I__|BGM% z|Dy@q|MMN|O!I#vWA3YMgZgG}U>@MUFf$i02QaQ?$^*<5E-jn~_#Y0JTo1S&a6RC9 IVCi|_UtQU2j{pDw literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/makeProxy.bat b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/makeProxy.bat new file mode 100644 index 0000000..d37c183 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/makeProxy.bat @@ -0,0 +1,6 @@ +setlocal +call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 +echo %1 +cd %1% +svcutil /out:QuickReturnsQuoteSvc.cs /config:app.config http://localhost/QuickReturnsQuotesSecure/Service.svc?wsdl +endlocal diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/ResolveAssemblyReference.cache b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..df19ee35d8f5c65aa4ab38db166d32948b3f0f90 GIT binary patch literal 35551 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/TypedServiceProxySecure.dll b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/TypedServiceProxySecure.dll new file mode 100644 index 0000000000000000000000000000000000000000..d0e14ab1df38c5cccc66842feb4cd3d263caf7ed GIT binary patch literal 16384 zcmeHNeQ*=U6@Mog+ZgQH1`MPjoPjW4u#i833D8EiWQh4Pu@&|DE zq|?bCndz;$ckjJ@`}Xbct#)tkSh)P#lDbnL1n56nM|@mRL*RbWcT40dlw$au z&lwNVa~z0UO9#B7 zx}k?4i`YD1xQ&b}qj(U#OJ`9HhTI)>;No^}Tp7hf)Q}+4x{oT1Q9$)Z< z&40S;8=Ld5yB^zky~5Y_!jJCRx&P9!J$qODbB$DY^wjFJAD-;q-@JVLSsHt!^ve06 zTH~C*Rdqc6kAf>-eq~$7lOL$<-)wUa`E97eF=;pv20#@qhjY>hi?4P#b0(E#3L`Ux zQI~>%0bu*P`&Vc6YVQ?YhrhS6#<7gD48> z$9shFj}iR__YXPWYU+v_F}TIA@{;cb#y{Lj2f_1W`uMpIH~DaX6SC=m+z{1*+!zI- zG~ z-y`_fK?~>toq^_>(3DBsa-y^mdXMCi3TTC(-GXiubf=()1U)I}WkJgv+`dLo#WBxO zKx+kk#<9Wi2<=921@xZd0Q8dcfTM_-opsJ!>U4_OKnrNAa|0iO6*otGE2N2B1wJX& zT9N~DF*QNr;}p%nzcwgO8U^_eGBT8Z|jse}HU#h->IrQhOo;*F3Ko}KXEq(WRJxN>ogMlSQ|Au2|v z%LEMwstEceL3;)LnxN|ieM-^%Bn(=fPbPBxz>J|KaL0g6W zBUA#*5X}NzL-n8r&2xBZ0~JYLdVWub)5T;XVxnjT7M zCbKFBO5QHK)?`u2wD3k1rkd2+YnUwNvYMeEm^CHqQmvZ2n#$k&rR3W*aanZ++FE^~ zRVl^RhC>x`mH^iB1K!D7K^?;It{+L&%Y zS8rl@3nomKuDoM~HxV^~adr#89tg8oKwpzx<<;W7x)SL!v#XG{a3XY@3g8tFsJ+=O z0Dq?vN$3K|>}nq~Lb?*?Bh9Y#D`qq!bSrf&3Ds0$%+-Xv>RQ}NzCm*nO1R$#0%}u4 zuKIPB1D_IzsG4CaA%lD@n21Dpy86wMI%I=SC?lN`t6M%&q(V>kn^cJLwXkTQM{q{J zJ1bs+kf{WfsA6W|bcY{Bs#h;U@M$qus#nY-l>tl^<~9ADSkdswt_Ly`)EwvLfH%7e z0IXrU1px+RvbeuX*AkJge!t9`rvuWsC=g?$vlxD{srehU=5K_Vt5QEA{Q8};SOSJT zdu+kc4HJF)pZ#~uiW~YQ%HR8Fd)w&Rch~2RC>r+)%Vr<% zed8;4HNJZO(BZ_R@9(+d_CDTr<$${H-18USJhyV0=gh&p)laY6bn5EX*Y%<1xSgQ` zC1v5#x3<64aQBT}M{c}*;s=NRdUe}n&oi5MJkPv)WQm5|X4T27!E+4$u*dQ!{Y52N z7#9v$71#2e)?bucFV=<0U8WhIIc*x&zj#7dT$&!4Ho$yZYQ^yv4QXNVXm7Gz)qmZt zg<&OA4VJ_Af*ctSI?g<)aHvFiRjJ4aiS6PZiAJZ_4Efa^a(#C|#p)tgyWP`?$|Neu zn&o(wgCon3XtG2T?yss1xx=ikvTg4AoTQfscbl z`DiTq29x~ggCGE+qil&Dh%eIA#-0!ps|ugdYYkzGKCN$Fe3ta$+JtXRn?BE{i?4Na zMa55N{%%}T-{0r^NtF)sXFc!C_Qm|?gnb~oB-GiCnH|TXQ{`@N>viB*n&PR`PEJO1uqsR#Frhw}%W{B+hvt+WcXky^kt zQ8O)q+ypuYJTJe_`QW4EbH24G^7Rzu0YQ^zT)sYL79Ru&UIV1VkAgEdgHM$@NfTxh z_+CqX)CQn6P#+)@b{eE)c_HU#a4I1t6IKfJk=uCsy0CF$+{wRM3W`taZY=T=&N>>! zaGvIU^kPH-NKCk|r*5GQP*`Xd;EjTm_V0tvz^RA#8y^stAAaJf4I?f*(ZGuWJ4TDa zYt$q5h-BZXQMU;@BV%k;(veLR}aa_Ny$NOgpfl48%vKYJo5IW|R&QZ?olxXNJd{8ZVcU zDF3f<`$R61h=wt$5F*XY-6#7csulSk=;PK*+?t0OqD?(AZve9xW>OSr$(Y4F)BPE| zwVeRPCN=^#0yY9R0yY9R0yY9R0yY9R0yYAl1_E;OJ9fwHPs5q*!$!bHz(&AEz(&AE Zz(&AEz(&AEz(&AEz(&AE;IoLpe*nEQ==J~r literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/TypedServiceProxySecure.pdb b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/Debug/TypedServiceProxySecure.pdb new file mode 100644 index 0000000000000000000000000000000000000000..ec9c50809cdb32453c3ecbe7b5fd2a38173809a0 GIT binary patch literal 13824 zcmeHNU2IfE6rS6krKPRVDit9yr71#x*q>JUDJCGLnx+t`TO*i#Xt}*jH*I&z?iPwq z3qj*!ABcfOAB<5+^Z}I^qmmGV6%7fA7-OP7XpD)Ph$to{F|6M=Kka6_E#27CO7Gcx zd+wb%bLQMLXU@#r-MwKu7L7-H6ICs~miqdty}`$;ws`&ivgK=b2L&ik2n%d2aDw-s z)rz^_cYy~s7Wi+aTw1ao7`=IA$v(UL;Hgx}7XfQ4^Vmuauu_pq6@cd_@#WH8?Sb)w z9XrOBT`eCCiVIJ^miOw#*7noC{QPD4=ni#X^2!U(miJyQKVK)rcv0K=t~Vk(uk;+> z^Zp;ZzB(3r^EAVTbbQsOh9A72r2g67_g8iM&2!69RtS^;r9c^Q53m9#2iR^I;L^f+ zV7|tGVV}zFeYPIRmjAgfrssd&Q(q>ZZ6B`O;`cziHqr1*i%;Sl*nq-P90nN&8*zO< zkPmo(3gBL#7$^c5KQrZit_?0Nya(3)=(mzEV<^>mbj@#L7RN0Y;=2KahI~grPI?+( zd{B2s;b8uLTvM(SV4VZFv^YF)>)Ner9Gf#Vr=>ZxFV<}*!glw-Gj?yNrLTJ^;lu*| zQ0qwd;Lw266zV)WphQoIMQ%+(y7KwKZM-xu)uL?Gp=+pMj1=AoAE?q9&#yn519GC z^SO6}od3D{(VhRf`+PCA;9T;GIv&YHk2Z{FH$%wjT;Ane6J9$JjZwa!;PV~7j=gu_ z>$Z>A7w3KS*10aq>=nC3BX|LVf_i!GQ}N-M=;IQ~NZcD3Ld<#CCuMW$!}@j^`=E_^ zFw;CogH)vYr%Dp+@vH)$t3F1v^npE%XWbn3aU)9~7!1#*Iq0KNkNGLRXmkH&264Gu_|QDnDP7* zZ65_l7Ct5}nWLzeR3$``?-AC4bKhAFUWn2{!~2`Rv4(OCR0@LVFcdbFnqMY>p3{UCDx%GXJdxxR37wm@7sA z<_nkZoChkzdbws7pi4_{zA8m+TA6<{mvMh1*L)@0mqk{UX;~~nM)qyWENRfre(44Rcd>=XR*ZOM#em!D%bK`?wrpTQ%_vqrz5jAn0n)T zcl?b<{{Ng~e55!a-}_l2VXQ>di4Y#`ZJ+_@0t{8+;sJT{`vp^`ejP~veZbU^ z7m1hkl66MTLlhORkokqR>Rpj~_tP>Eb|ML}ZOgXCT}^?lV$+A->u4g$?EUqvWUOO( z`dQM{vyOY2Qd5w|S+{P6I__|BGM% z|Dy@q|MMN|O!I#vWA3YMgZgG}U>@MUFf$i02QaQ?$^*<5E-jn~_#Y0JTo1S&a6RC9 IVCi|_UtQU2j{pDw literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/TypedServiceProxy.csproj.FileList.txt b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/TypedServiceProxy.csproj.FileList.txt new file mode 100644 index 0000000..95835af --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/TypedServiceProxy.csproj.FileList.txt @@ -0,0 +1,6 @@ +bin\Debug\TypedServiceProxy.dll.config +bin\Debug\TypedServiceProxy.dll +bin\Debug\TypedServiceProxy.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\TypedServiceProxy.dll +obj\Debug\TypedServiceProxy.pdb diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/TypedServiceProxySecure.csproj.FileList.txt b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/TypedServiceProxySecure.csproj.FileList.txt new file mode 100644 index 0000000..b5c5faf --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/obj/TypedServiceProxySecure.csproj.FileList.txt @@ -0,0 +1,6 @@ +bin\Debug\TypedServiceProxySecure.dll.config +bin\Debug\TypedServiceProxySecure.dll +bin\Debug\TypedServiceProxySecure.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\TypedServiceProxySecure.dll +obj\Debug\TypedServiceProxySecure.pdb diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/reg.bat b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/reg.bat new file mode 100644 index 0000000..af2a451 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/reg.bat @@ -0,0 +1,5 @@ +setlocal +call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 +gacutil /i TypedServiceProxySecure.dll +regasm /tlb:QuickReturnsProxySecure.tlb TypedServiceProxySecure.dll +endlocal \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/unreg.bat b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/unreg.bat new file mode 100644 index 0000000..2ea61ff --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example03/TypedServiceProxySecure/unreg.bat @@ -0,0 +1,7 @@ +setlocal +call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 +cd bin\debug +regasm /u /tlb TypedServiceProxySecure.dll +gacutil /u TypedServiceProxySecure +pause +endlocal \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..dc06a62 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("QuickReturnQuoteService")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("QuickReturnQuoteService")] +[assembly: AssemblyCopyright("Copyright © 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("7e01c3d3-0ba6-40cf-99de-dd651261ebd6")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.csproj b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.csproj new file mode 100644 index 0000000..ea2ff9a --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.csproj @@ -0,0 +1,66 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {902E27CB-9948-46B4-BC42-4F0DE4F10114} + Library + Properties + QuickReturnQuoteService + QuickReturnQuoteService + 3.0 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + mkdir %25SystemDrive%25\inetpub\wwwroot\wcf +mkdir %25SystemDrive%25\inetpub\wwwroot\wcf\bin +copy "$(TargetDir)QuickReturnQuoteService.dll" %25SystemDrive%25\inetpub\wwwroot\wcf\bin +copy "$(ProjectDir)QuickReturnQuoteService.svc" %25SystemDrive%25\inetpub\wwwroot\wcf +copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\wcf + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.csproj.user b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.csproj.user new file mode 100644 index 0000000..6a34e7d --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.csproj.user @@ -0,0 +1,5 @@ + + + ShowAllFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.svc b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.svc new file mode 100644 index 0000000..0e8ae13 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuickReturnQuoteService.svc @@ -0,0 +1 @@ +<%@ServiceHost language=c# Debug="true" Service="QuickReturn.QuoteService" %> \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuoteService.cs b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuoteService.cs new file mode 100644 index 0000000..b2f05c3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/QuoteService.cs @@ -0,0 +1,43 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel; +using System.Runtime.Serialization; + +namespace QuickReturn +{ + [ServiceContract] + public interface IQuickReturnQuoteService + { + [OperationContract] + StockQuote[] GetPortfolio(string[] portfolioTickers); + + [OperationContract] + StockQuote GetQuote(string ticker); + } + + public class QuoteService : IQuickReturnQuoteService + { + public StockQuote[] GetPortfolio(string[] portfolioTickers) + { + + ArrayList tickers = new ArrayList(); + + foreach (string stockTicker in portfolioTickers) + { + StockQuote stockQuote = new StockQuote(stockTicker); + tickers.Add(stockQuote); + } + + return (StockQuote[])tickers.ToArray(typeof(StockQuote)); + } + + public StockQuote GetQuote(string ticker) + { + StockQuote quote = new StockQuote(ticker); + + return quote; + } + } +} diff --git a/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/StockQuote.cs b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/StockQuote.cs new file mode 100644 index 0000000..b07ede8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/StockQuote.cs @@ -0,0 +1,177 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Runtime.Serialization; + +namespace QuickReturn +{ + [DataContract] + public class StockQuote + { + public StockQuote(string ticker) + { + Random rnd = new Random(); + int deltaTrade = rnd.Next(300); + + switch (ticker) + { + case "MSFT": + symbol = ticker; + companyName = "Microsoft"; + lastTrade = 35.0M + deltaTrade; + //change = 10.0M + deltaChange; + //avgVol = 100000.0M; + //marketCap = 25000000; + //peRatio = 3.5M; + //eps = 4.0M; + //fiftyTwoWeekHigh = 100.0M; + //fiftyTwoWeekLow = 10.0M; + break; + case "IBM": + symbol = ticker; + companyName = "IBM"; + lastTrade = 34.0M + deltaTrade; + //change = 9.0M + deltaChange; + //avgVol = 90000.0M; + //marketCap = 24000000; + //peRatio = 3.3M; + //eps = 3.8M; + //fiftyTwoWeekHigh = 90.0M; + //fiftyTwoWeekLow = 15.0M; + break; + case "INTU": + symbol = ticker; + companyName = "Intuit"; + lastTrade = 33.0M + deltaTrade; + //change = 8.0M + deltaChange; + //avgVol = 80000.0M; + //marketCap = 23000000; + //peRatio = 3.1M; + //eps = 3.6M; + //fiftyTwoWeekHigh = 80.0M; + //fiftyTwoWeekLow = 20.0M; + break; + case "GOOG": + symbol = ticker; + companyName = "Google"; + lastTrade = 32.0M + deltaTrade; + //change = 7.0M + deltaChange; + //avgVol = 70000.0M; + //marketCap = 22000000; + //peRatio = 2.9M; + //eps = 3.3M; + //fiftyTwoWeekHigh = 70.0M; + //fiftyTwoWeekLow = 25.0M; + break; + } + } + + private string symbol; + + [DataMember(Name = "TickerSymbol")] + public string Symbol + { + get { return symbol; } + set { symbol = value; } + } + + + private string companyName; + + [DataMember] + public string CompanyName + { + get { return companyName; } + set { companyName = value; } + } + + + private decimal lastTrade; + + [DataMember] + public decimal LastTrade + { + get { return lastTrade; } + set { lastTrade = value; } + } + + + private decimal change; + + [DataMember] + public decimal Change + { + get { return change; } + set { change = value; } + } + + + private decimal previousClose; + + [DataMember] + public decimal PreviousClose + { + get { return previousClose; } + set { previousClose = value; } + } + + + private decimal avgVol; + + [DataMember(Name = "AverageVolume")] + public decimal AvgVol + { + get { return avgVol; } + set { avgVol = value; } + } + + private double marketCap; + + [DataMember(Name = "MarketCapital")] + public double MarketCap + { + get { return marketCap; } + set { marketCap = value; } + } + + + private decimal peRatio; + + [DataMember(Name = "PriceEarningRatio")] + public decimal PERatio + { + get { return peRatio; } + set { peRatio = value; } + } + + + private decimal eps; + + [DataMember(Name = "EarningsPerShare")] + public decimal EPS + { + get { return eps; } + set { eps = value; } + } + + + private decimal fiftyTwoWeekHigh; + + [DataMember(Name = "52WkHigh")] + public decimal FiftyTwoWeekHigh + { + get { return fiftyTwoWeekHigh; } + set { fiftyTwoWeekHigh = value; } + } + + + private decimal fiftyTwoWeekLow; + + [DataMember(Name = "52WkLow")] + public decimal FiftyTwoWeekLow + { + get { return fiftyTwoWeekLow; } + set { fiftyTwoWeekLow = value; } + } + } +} diff --git a/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/Web.config b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/Web.config new file mode 100644 index 0000000..7d68270 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuickReturnQuoteService/Web.config @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/App.config b/PRO WCF Final Code/Chapter 11/QuoteClient/App.config new file mode 100644 index 0000000..b1f0e2c --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/App.config @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.Designer.cs b/PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.Designer.cs new file mode 100644 index 0000000..aa4d872 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.Designer.cs @@ -0,0 +1,166 @@ +namespace QuoteClient +{ + partial class FormQuoteClient + { + ///

      + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.comboBoxTicker = new System.Windows.Forms.ComboBox(); + this.buttonGetStock = new System.Windows.Forms.Button(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.dataGridView = new System.Windows.Forms.DataGridView(); + this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); + this.viewXMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.viewXMLInNotepadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.buttonGetPortfolio = new System.Windows.Forms.Button(); + this.tableLayoutPanel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); + this.contextMenuStrip1.SuspendLayout(); + this.SuspendLayout(); + // + // comboBoxTicker + // + this.comboBoxTicker.FormattingEnabled = true; + this.comboBoxTicker.Items.AddRange(new object[] { + "MSFT", + "INTU", + "GOOG", + "IBM"}); + this.comboBoxTicker.Location = new System.Drawing.Point(163, 3); + this.comboBoxTicker.Name = "comboBoxTicker"; + this.comboBoxTicker.Size = new System.Drawing.Size(121, 21); + this.comboBoxTicker.TabIndex = 7; + // + // buttonGetStock + // + this.buttonGetStock.Location = new System.Drawing.Point(83, 3); + this.buttonGetStock.Name = "buttonGetStock"; + this.buttonGetStock.Size = new System.Drawing.Size(75, 23); + this.buttonGetStock.TabIndex = 6; + this.buttonGetStock.Text = "Get Stock"; + this.buttonGetStock.UseVisualStyleBackColor = true; + this.buttonGetStock.Click += new System.EventHandler(this.buttonGetStock_Click); + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.AutoSize = true; + this.tableLayoutPanel1.ColumnCount = 1; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.Controls.Add(this.dataGridView, 0, 1); + this.tableLayoutPanel1.Controls.Add(this.buttonGetPortfolio, 0, 0); + this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 2; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel1.Size = new System.Drawing.Size(411, 316); + this.tableLayoutPanel1.TabIndex = 5; + // + // dataGridView + // + this.dataGridView.AllowUserToAddRows = false; + this.dataGridView.AllowUserToDeleteRows = false; + this.dataGridView.AllowUserToOrderColumns = true; + this.dataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken; + this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.dataGridView.ContextMenuStrip = this.contextMenuStrip1; + this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill; + this.dataGridView.Location = new System.Drawing.Point(3, 32); + this.dataGridView.Name = "dataGridView"; + this.dataGridView.ReadOnly = true; + this.dataGridView.Size = new System.Drawing.Size(405, 281); + this.dataGridView.TabIndex = 6; + // + // contextMenuStrip1 + // + this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.viewXMLToolStripMenuItem, + this.viewXMLInNotepadToolStripMenuItem}); + this.contextMenuStrip1.Name = "contextMenuStrip1"; + this.contextMenuStrip1.Size = new System.Drawing.Size(189, 70); + // + // viewXMLToolStripMenuItem + // + this.viewXMLToolStripMenuItem.Name = "viewXMLToolStripMenuItem"; + this.viewXMLToolStripMenuItem.Size = new System.Drawing.Size(188, 22); + this.viewXMLToolStripMenuItem.Text = "View XML"; + this.viewXMLToolStripMenuItem.Click += new System.EventHandler(this.viewXMLToolStripMenuItem_Click); + // + // viewXMLInNotepadToolStripMenuItem + // + this.viewXMLInNotepadToolStripMenuItem.Name = "viewXMLInNotepadToolStripMenuItem"; + this.viewXMLInNotepadToolStripMenuItem.Size = new System.Drawing.Size(188, 22); + this.viewXMLInNotepadToolStripMenuItem.Text = "View XML in Notepad"; + this.viewXMLInNotepadToolStripMenuItem.Click += new System.EventHandler(this.viewXMLInNotepadToolStripMenuItem_Click); + // + // buttonGetPortfolio + // + this.buttonGetPortfolio.Location = new System.Drawing.Point(3, 3); + this.buttonGetPortfolio.Name = "buttonGetPortfolio"; + this.buttonGetPortfolio.Size = new System.Drawing.Size(75, 23); + this.buttonGetPortfolio.TabIndex = 7; + this.buttonGetPortfolio.Text = "Get Portfolio"; + this.buttonGetPortfolio.UseVisualStyleBackColor = true; + this.buttonGetPortfolio.Click += new System.EventHandler(this.buttonGetPortfolio_Click); + // + // FormQuoteClient + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(411, 316); + this.Controls.Add(this.comboBoxTicker); + this.Controls.Add(this.buttonGetStock); + this.Controls.Add(this.tableLayoutPanel1); + this.Name = "FormQuoteClient"; + this.Text = "Quote Client"; + this.tableLayoutPanel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); + this.contextMenuStrip1.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.ComboBox comboBoxTicker; + private System.Windows.Forms.Button buttonGetStock; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; + private System.Windows.Forms.DataGridView dataGridView; + private System.Windows.Forms.Button buttonGetPortfolio; + private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; + private System.Windows.Forms.ToolStripMenuItem viewXMLToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem viewXMLInNotepadToolStripMenuItem; + + + + + } +} + diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.cs b/PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.cs new file mode 100644 index 0000000..10e0dd1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.cs @@ -0,0 +1,188 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; +using QuickReturn; +using System.Runtime.Serialization; +using System.IO; +using System.Xml; +using System.CodeDom.Compiler; + +namespace QuoteClient +{ + public partial class FormQuoteClient : Form + { + QuickReturnQuoteServiceClient theService = new QuickReturnQuoteServiceClient(); + object tempQuote = null; + string fileName = null; + string xmlData = null; + int operation; + + public FormQuoteClient() + { + InitializeComponent(); + } + + /// + /// Binds the data contract to the specified datagridviw + /// + /// Ref to the datagrid which needs to be bound to. + /// The data that needs to be bound + private void BindData(ref DataGridView dataGrid, object data) + { + BindingSource bindingSource = new BindingSource(); + bindingSource.DataSource = data; + + dataGrid.DataSource = bindingSource; + dataGrid.Columns["ExtensionData"].Visible = false; + } + + private void buttonGetPortfolio_Click(object sender, EventArgs e) + { + this.Cursor = Cursors.WaitCursor; + + //We hard code to an array of a few stocks that we want the service to return. + //In the real world this would be retrieved from some persistant store + string[] stocks = { "INTU", "MSFT", "GOOG", "IBM" }; + + //Invoke the Service + StockQuote[] portfolio = theService.GetPortfolio(stocks); + + //flag used to track which service was called. This is + //used in other parts of the application to trach which + //object is used. + operation = 1; + + //Bind the data contract returned by the service to the grid. + BindData(ref dataGridView, portfolio); + + tempQuote = portfolio; + this.Cursor = Cursors.Default; + } + + private void buttonGetStock_Click(object sender, EventArgs e) + { + //Ensure something was selected first + if (comboBoxTicker.SelectedIndex != -1) + { + this.Cursor = Cursors.WaitCursor; + + StockQuote quote = theService.GetQuote(comboBoxTicker.SelectedItem.ToString()); + BindData(ref dataGridView, quote); + operation = 2; + + tempQuote = quote; + + this.Cursor = Cursors.Default; + } + } + + /// + /// Returns the XML Representation of a Data Contract. + /// + /// DataContract that needs to be "serialized" + /// + private string GetXML(object theObject) + { + //Ensure the object is not null. + if (theObject != null) + { + DataContractSerializer serializer; + + //Flag used to track which type to use depending on the operation called. + if(operation == 2) + serializer = new DataContractSerializer(typeof(StockQuote)); + else + serializer = new DataContractSerializer(typeof(StockQuote[])); + + StringWriter stringWriter = new StringWriter(); + XmlWriter xmlWriter = XmlWriter.Create(stringWriter); + + serializer.WriteObject(xmlWriter, theObject); + + xmlWriter.Flush(); + stringWriter.Flush(); + + return stringWriter.ToString(); + } + else + return null; + } + + private void viewXMLToolStripMenuItem_Click(object sender, EventArgs e) + { + if (PrepareData()) + { + FormViewXML viewXML = new FormViewXML(); + viewXML.FileName = fileName; + viewXML.Show(); + } + } + + private void viewXMLInNotepadToolStripMenuItem_Click(object sender, EventArgs e) + { + if(PrepareData()) + System.Diagnostics.Process.Start("notepad.exe", fileName); + else + MessageBox.Show("Could not write file."); + } + + /// + /// Ensures we have a some valid data to serialized and then creates a temp file + /// which can be loaded later. Also ensures the application has write priveleges + /// to the temp folder to create the file. + /// + /// True, if all operations were sucessful. Else returns a false. + private bool PrepareData() + { + bool response = false; + + try + { + if (tempQuote != null) + { + xmlData = GetXML(tempQuote); ; + + if (!WriteFile()) + MessageBox.Show("Could not write file"); + else + response = true; + } + } + catch (Exception ex) + { + MessageBox.Show("Could not write file. Error details below.\n" + ex.Message); + } + + return response; + } + + /// + /// Creates a temp xml file to the default Windows temp directory and stores the file name. + /// + /// True if the file was created successfuly. + private bool WriteFile() + { + bool returnValue = false; + + if (!(fileName != null && fileName.Length > 0 && xmlData != null && xmlData.Length > 0)) + { + TempFileCollection tempFiles = new TempFileCollection(); + fileName = tempFiles.AddExtension("xml"); + } + + using (FileStream fileStream = new FileStream(fileName, FileMode.Create)) + { + byte[] info = new UTF8Encoding(true).GetBytes(xmlData); + fileStream.Write(info, 0, info.Length); + + returnValue = true; + } + + return returnValue; + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.resx b/PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.resx new file mode 100644 index 0000000..6fab886 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/FormQuoteClient.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.Designer.cs b/PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.Designer.cs new file mode 100644 index 0000000..89ef143 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.Designer.cs @@ -0,0 +1,65 @@ +namespace QuickReturn +{ + partial class FormViewXML + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.webBrowser1 = new System.Windows.Forms.WebBrowser(); + this.SuspendLayout(); + // + // webBrowser1 + // + this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill; + this.webBrowser1.Location = new System.Drawing.Point(0, 0); + this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); + this.webBrowser1.Name = "webBrowser1"; + this.webBrowser1.Size = new System.Drawing.Size(322, 302); + this.webBrowser1.TabIndex = 0; + // + // FormViewXML + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(322, 302); + this.Controls.Add(this.webBrowser1); + this.Name = "FormViewXML"; + this.Text = "FormViewXML"; + this.Load += new System.EventHandler(this.FormViewXML_Load); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.WebBrowser webBrowser1; + + + + + + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.cs b/PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.cs new file mode 100644 index 0000000..919b5dd --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.cs @@ -0,0 +1,52 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; +using System.IO; + +namespace QuickReturn +{ + public partial class FormViewXML : Form + { + private string fileName = null; + + public string FileName + { + get { return fileName; } + set { fileName = value; } + } + + public FormViewXML() + { + InitializeComponent(); + } + + private void FormViewXML_Load(object sender, EventArgs e) + { + if (fileName != null && fileName.Length > 0) + webBrowser1.Navigate(fileName); + } + + + //private bool WriteFile() + //{ + // bool returnValue = false; + + // if (fileName != null && fileName.Length > 0 && xmlData != null && xmlData.Length > 0) + // { + // using (FileStream fileStream = new FileStream(fileName, FileMode.Create)) + // { + // byte[] info = new UTF8Encoding(true).GetBytes(xmlData); + // fileStream.Write(info, 0, info.Length); + // } + + // returnValue = true; + // } + + // return returnValue; + //} + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.resx b/PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.resx new file mode 100644 index 0000000..19dc0dd --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/FormViewXML.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/Program.cs b/PRO WCF Final Code/Chapter 11/QuoteClient/Program.cs new file mode 100644 index 0000000..8faba5f --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/Program.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Windows.Forms; + +namespace QuoteClient +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new FormQuoteClient()); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..6d034d9 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("QuoteClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("QuoteClient")] +[assembly: AssemblyCopyright("Copyright © 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("0e838491-d14a-48de-ac40-534e226a3355")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Resources.Designer.cs b/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Resources.Designer.cs new file mode 100644 index 0000000..2b79254 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Resources.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.308 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturn.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("QuickReturn.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Resources.resx b/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Settings.Designer.cs b/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Settings.Designer.cs new file mode 100644 index 0000000..6b2c60d --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Settings.Designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.308 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturn.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Settings.settings b/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteClient.csproj b/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteClient.csproj new file mode 100644 index 0000000..c2c296b --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteClient.csproj @@ -0,0 +1,99 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {8B1A09CA-DAC5-415F-A2B1-00CD26497108} + WinExe + Properties + QuickReturn + QuoteClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + Form + + + FormQuoteClient.cs + + + Form + + + FormViewXML.cs + + + + + Designer + FormQuoteClient.cs + + + Designer + FormViewXML.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + Code + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteClient.csproj.user b/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteClient.csproj.user new file mode 100644 index 0000000..6a34e7d --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteClient.csproj.user @@ -0,0 +1,5 @@ + + + ShowAllFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteService1.cs b/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteService1.cs new file mode 100644 index 0000000..ed97b01 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteService1.cs @@ -0,0 +1,138 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.308 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturn +{ + using System.Runtime.Serialization; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute()] + public partial class StockQuote : object, System.Runtime.Serialization.IExtensibleDataObject + { + + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + private string CompanyNameField; + + private decimal LastTradeField; + + private string TickerSymbolField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string CompanyName + { + get + { + return this.CompanyNameField; + } + set + { + this.CompanyNameField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal LastTrade + { + get + { + return this.LastTradeField; + } + set + { + this.LastTradeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string TickerSymbol + { + get + { + return this.TickerSymbolField; + } + set + { + this.TickerSymbolField = value; + } + } + } +} + + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +[System.ServiceModel.ServiceContractAttribute(ConfigurationName="IQuickReturnQuoteService")] +public interface IQuickReturnQuoteService +{ + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IQuickReturnQuoteService/GetPortfolio", ReplyAction="http://tempuri.org/IQuickReturnQuoteService/GetPortfolioResponse")] + QuickReturn.StockQuote[] GetPortfolio(string[] portfolioTickers); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IQuickReturnQuoteService/GetQuote", ReplyAction="http://tempuri.org/IQuickReturnQuoteService/GetQuoteResponse")] + QuickReturn.StockQuote GetQuote(string ticker); +} + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public interface IQuickReturnQuoteServiceChannel : IQuickReturnQuoteService, System.ServiceModel.IClientChannel +{ +} + +[System.Diagnostics.DebuggerStepThroughAttribute()] +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public partial class QuickReturnQuoteServiceClient : System.ServiceModel.ClientBase, IQuickReturnQuoteService +{ + + public QuickReturnQuoteServiceClient() + { + } + + public QuickReturnQuoteServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public QuickReturnQuoteServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public QuickReturnQuoteServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public QuickReturnQuoteServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public QuickReturn.StockQuote[] GetPortfolio(string[] portfolioTickers) + { + return base.Channel.GetPortfolio(portfolioTickers); + } + + public QuickReturn.StockQuote GetQuote(string ticker) + { + return base.Channel.GetQuote(ticker); + } +} diff --git a/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteService2.cs b/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteService2.cs new file mode 100644 index 0000000..6d645c8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/QuoteClient/QuoteService2.cs @@ -0,0 +1,258 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.308 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturn +{ + using System.Runtime.Serialization; + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] + [System.Runtime.Serialization.DataContractAttribute()] + public partial class StockQuote : object, System.Runtime.Serialization.IExtensibleDataObject + { + + private System.Runtime.Serialization.ExtensionDataObject extensionDataField; + + private decimal AverageVolumeField; + + private decimal ChangeField; + + private string CompanyNameField; + + private decimal EarningsPerShareField; + + private decimal LastTradeField; + + private double MarketCapitalField; + + private decimal PreviousCloseField; + + private decimal PriceEarningRatioField; + + private string TickerSymbolField; + + private decimal _52WkHighField; + + private decimal _52WkLowField; + + public System.Runtime.Serialization.ExtensionDataObject ExtensionData + { + get + { + return this.extensionDataField; + } + set + { + this.extensionDataField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal AverageVolume + { + get + { + return this.AverageVolumeField; + } + set + { + this.AverageVolumeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal Change + { + get + { + return this.ChangeField; + } + set + { + this.ChangeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string CompanyName + { + get + { + return this.CompanyNameField; + } + set + { + this.CompanyNameField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal EarningsPerShare + { + get + { + return this.EarningsPerShareField; + } + set + { + this.EarningsPerShareField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal LastTrade + { + get + { + return this.LastTradeField; + } + set + { + this.LastTradeField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public double MarketCapital + { + get + { + return this.MarketCapitalField; + } + set + { + this.MarketCapitalField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal PreviousClose + { + get + { + return this.PreviousCloseField; + } + set + { + this.PreviousCloseField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public decimal PriceEarningRatio + { + get + { + return this.PriceEarningRatioField; + } + set + { + this.PriceEarningRatioField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute()] + public string TickerSymbol + { + get + { + return this.TickerSymbolField; + } + set + { + this.TickerSymbolField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(Name="52WkHigh")] + public decimal _52WkHigh + { + get + { + return this._52WkHighField; + } + set + { + this._52WkHighField = value; + } + } + + [System.Runtime.Serialization.DataMemberAttribute(Name="52WkLow")] + public decimal _52WkLow + { + get + { + return this._52WkLowField; + } + set + { + this._52WkLowField = value; + } + } + } +} + + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +[System.ServiceModel.ServiceContractAttribute(ConfigurationName="IQuickReturnQuoteService")] +public interface IQuickReturnQuoteService +{ + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IQuickReturnQuoteService/GetPortfolio", ReplyAction="http://tempuri.org/IQuickReturnQuoteService/GetPortfolioResponse")] + QuickReturn.StockQuote[] GetPortfolio(string[] portfolioTickers); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IQuickReturnQuoteService/GetQuote", ReplyAction="http://tempuri.org/IQuickReturnQuoteService/GetQuoteResponse")] + QuickReturn.StockQuote GetQuote(string ticker); +} + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public interface IQuickReturnQuoteServiceChannel : IQuickReturnQuoteService, System.ServiceModel.IClientChannel +{ +} + +[System.Diagnostics.DebuggerStepThroughAttribute()] +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public partial class QuickReturnQuoteServiceClient : System.ServiceModel.ClientBase, IQuickReturnQuoteService +{ + + public QuickReturnQuoteServiceClient() + { + } + + public QuickReturnQuoteServiceClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public QuickReturnQuoteServiceClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public QuickReturnQuoteServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public QuickReturnQuoteServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public QuickReturn.StockQuote[] GetPortfolio(string[] portfolioTickers) + { + return base.Channel.GetPortfolio(portfolioTickers); + } + + public QuickReturn.StockQuote GetQuote(string ticker) + { + return base.Channel.GetQuote(ticker); + } +} diff --git a/PRO WCF Final Code/Chapter 11/WorkingWithData.sln b/PRO WCF Final Code/Chapter 11/WorkingWithData.sln new file mode 100644 index 0000000..a8ee6c9 --- /dev/null +++ b/PRO WCF Final Code/Chapter 11/WorkingWithData.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickReturnQuoteService", "QuickReturnQuoteService\QuickReturnQuoteService.csproj", "{902E27CB-9948-46B4-BC42-4F0DE4F10114}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuoteClient", "QuoteClient\QuoteClient.csproj", "{8B1A09CA-DAC5-415F-A2B1-00CD26497108}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {902E27CB-9948-46B4-BC42-4F0DE4F10114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {902E27CB-9948-46B4-BC42-4F0DE4F10114}.Debug|Any CPU.Build.0 = Debug|Any CPU + {902E27CB-9948-46B4-BC42-4F0DE4F10114}.Release|Any CPU.ActiveCfg = Release|Any CPU + {902E27CB-9948-46B4-BC42-4F0DE4F10114}.Release|Any CPU.Build.0 = Release|Any CPU + {8B1A09CA-DAC5-415F-A2B1-00CD26497108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8B1A09CA-DAC5-415F-A2B1-00CD26497108}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8B1A09CA-DAC5-415F-A2B1-00CD26497108}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8B1A09CA-DAC5-415F-A2B1-00CD26497108}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 11/WorkingWithData.suo b/PRO WCF Final Code/Chapter 11/WorkingWithData.suo new file mode 100644 index 0000000000000000000000000000000000000000..6eefbda73344c01756b2809e6b64ea97ffc2dd5b GIT binary patch literal 47104 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
      YBxe<>Gu6 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 azD)YhPk{F|4SON{<0l29HG5kMd68_Qv literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.sln b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.sln new file mode 100644 index 0000000..7321403 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickReturnSecureTraderChat", "QuickReturnSecureTraderChat\QuickReturnSecureTraderChat.csproj", "{DB30298B-87B7-480A-B73B-D7A310833283}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DB30298B-87B7-480A-B73B-D7A310833283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DB30298B-87B7-480A-B73B-D7A310833283}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DB30298B-87B7-480A-B73B-D7A310833283}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DB30298B-87B7-480A-B73B-D7A310833283}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.suo b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.suo new file mode 100644 index 0000000000000000000000000000000000000000..4d7627fb7adecbeb115d6fb919f0f01922332601 GIT binary patch literal 22528 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 EAG^Jw@Bjb+ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/App.config b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/App.config new file mode 100644 index 0000000..522c754 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/App.config @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.Designer.cs b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.Designer.cs new file mode 100644 index 0000000..b09e21d --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.Designer.cs @@ -0,0 +1,107 @@ +namespace QuickReturnSecureTraderChat +{ + partial class Main + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + + StopService(); + + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.textBoxChat = new System.Windows.Forms.TextBox(); + this.textBoxMessage = new System.Windows.Forms.TextBox(); + this.buttonSend = new System.Windows.Forms.Button(); + this.flowLayoutPanel1.SuspendLayout(); + this.SuspendLayout(); + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.AutoScroll = true; + this.flowLayoutPanel1.AutoSize = true; + this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.Controls.Add(this.textBoxChat); + this.flowLayoutPanel1.Controls.Add(this.textBoxMessage); + this.flowLayoutPanel1.Controls.Add(this.buttonSend); + this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(279, 241); + this.flowLayoutPanel1.TabIndex = 0; + // + // textBoxChat + // + this.textBoxChat.Location = new System.Drawing.Point(3, 3); + this.textBoxChat.Multiline = true; + this.textBoxChat.Name = "textBoxChat"; + this.textBoxChat.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.textBoxChat.Size = new System.Drawing.Size(269, 200); + this.textBoxChat.TabIndex = 3; + // + // textBoxMessage + // + this.textBoxMessage.Location = new System.Drawing.Point(3, 209); + this.textBoxMessage.Name = "textBoxMessage"; + this.textBoxMessage.Size = new System.Drawing.Size(190, 20); + this.textBoxMessage.TabIndex = 5; + // + // buttonSend + // + this.buttonSend.Location = new System.Drawing.Point(199, 209); + this.buttonSend.Name = "buttonSend"; + this.buttonSend.Size = new System.Drawing.Size(75, 23); + this.buttonSend.TabIndex = 4; + this.buttonSend.Text = "Send"; + this.buttonSend.UseVisualStyleBackColor = true; + this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click); + // + // Main + // + this.AcceptButton = this.buttonSend; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(279, 241); + this.Controls.Add(this.flowLayoutPanel1); + this.Name = "Main"; + this.Text = "QuickReturnSecureTraderChat"; + this.Load += new System.EventHandler(this.Main_Load); + this.flowLayoutPanel1.ResumeLayout(false); + this.flowLayoutPanel1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; + private System.Windows.Forms.TextBox textBoxChat; + private System.Windows.Forms.TextBox textBoxMessage; + private System.Windows.Forms.Button buttonSend; + + } +} + diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.cs b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.cs new file mode 100644 index 0000000..8a9b6c0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.cs @@ -0,0 +1,125 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; +using System.ServiceModel; +using System.Configuration; +using System.ServiceModel.PeerResolvers; + +namespace QuickReturnSecureTraderChat +{ + [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single)] + public partial class Main : Form, IQuickReturnTraderChat + { + IQuickReturnTraderChat channel; + ServiceHost host = null; + ChannelFactory channelFactory = null; + string userID = ""; + string password = null; + + public Main() + { + InitializeComponent(); + userID = System.Configuration.ConfigurationManager.AppSettings["userID"]; + password = System.Configuration.ConfigurationManager.AppSettings["password"]; + } + + + #region IQuickReturnTraderChat Members + + void IQuickReturnTraderChat.Say(string user, string message) + { + textBoxChat.Text += user + " says: " + message; + } + #endregion + + private void StartService() + { + //Instantiate new ServiceHost + host = new ServiceHost(this); + + //Set the password + host.Credentials.Peer.MeshPassword = password; + + //Open ServiceHost + host.Open(); + + //Create a ChannelFactory and load the configuration setting + channelFactory = new ChannelFactory("QuickTraderChatSecurePasswordEndPoint"); + + //Set the password for the ChannelFactory + channelFactory.Credentials.Peer.MeshPassword = password; + + //Create the Channel + channel = channelFactory.CreateChannel(); + + //Lets others know that someone new has joined + channel.Say("Admin", "*** New User " + userID + " Joined ****" + Environment.NewLine); + } + + private void StopService() + { + try + { + this.Cursor = Cursors.WaitCursor; + + if (host != null) + { + channel.Say("", "*** User " + userID + " Leaving ****" + Environment.NewLine); + + if (host.State != CommunicationState.Closed) + { + channelFactory.Close(); + host.Close(); + } + } + } + catch (Exception) + { + //eat the ex. + } + finally + { + this.Cursor = Cursors.Default; + } + } + + private void Main_Load(object sender, EventArgs e) + { + try + { + this.Cursor = Cursors.AppStarting; + StartService(); + + } + catch (Exception) + { + + throw; + } + finally + { + this.Cursor = Cursors.Default; + } + } + + private void buttonSend_Click(object sender, EventArgs e) + { + string temp = textBoxMessage.Text + Environment.NewLine; + + channel.Say(userID, temp); + + textBoxMessage.Clear(); + } + } + + [ServiceContract()] + public interface IQuickReturnTraderChat + { + [OperationContract(IsOneWay = true)] + void Say(string user, string message); + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.resx b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.resx new file mode 100644 index 0000000..19dc0dd --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Main.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Program.cs b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Program.cs new file mode 100644 index 0000000..7e8e81a --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Program.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Windows.Forms; + +namespace QuickReturnSecureTraderChat +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Main()); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..17663ec --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("QuickReturnSecureTraderChat")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("QuickReturnSecureTraderChat")] +[assembly: AssemblyCopyright("Copyright © 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("d6e65705-4938-4413-b178-0350621f0a9c")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Resources.Designer.cs b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Resources.Designer.cs new file mode 100644 index 0000000..7fba7ee --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.308 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturnSecureTraderChat.Properties +{ + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("QuickReturnSecureTraderChat.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Resources.resx b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Settings.Designer.cs b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Settings.Designer.cs new file mode 100644 index 0000000..d0ca6d4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.308 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturnSecureTraderChat.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Settings.settings b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.csproj b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.csproj new file mode 100644 index 0000000..776b304 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.csproj @@ -0,0 +1,81 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {DB30298B-87B7-480A-B73B-D7A310833283} + WinExe + Properties + QuickReturnSecureTraderChat + QuickReturnSecureTraderChat + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + Form + + + Main.cs + + + + + Designer + Main.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.csproj.user b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.csproj.user new file mode 100644 index 0000000..6a34e7d --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat/QuickReturnSecureTraderChat.csproj.user @@ -0,0 +1,5 @@ + + + ShowAllFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/App.config b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/App.config new file mode 100644 index 0000000..e2571e2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/App.config @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/ChatApplication.csproj b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/ChatApplication.csproj new file mode 100644 index 0000000..b41ee35 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/ChatApplication.csproj @@ -0,0 +1,82 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {81235A9E-1427-4C90-9C59-1EFC38B450DA} + WinExe + Properties + QuickReturnTraderChat + QuickReturnTraderChat + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + Form + + + Main.cs + + + + + Designer + Main.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.Designer.cs b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.Designer.cs new file mode 100644 index 0000000..ea216fe --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.Designer.cs @@ -0,0 +1,85 @@ +namespace QuickReturnTraderChat +{ + partial class FormMain + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.buttonSend = new System.Windows.Forms.Button(); + this.richTextBoxChat = new System.Windows.Forms.RichTextBox(); + this.richTextBoxMessage = new System.Windows.Forms.RichTextBox(); + this.SuspendLayout(); + // + // buttonSend + // + this.buttonSend.Location = new System.Drawing.Point(235, 214); + this.buttonSend.Name = "buttonSend"; + this.buttonSend.Size = new System.Drawing.Size(45, 23); + this.buttonSend.TabIndex = 1; + this.buttonSend.Text = "Send"; + this.buttonSend.UseVisualStyleBackColor = true; + this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click); + // + // richTextBoxChat + // + this.richTextBoxChat.Location = new System.Drawing.Point(7, 12); + this.richTextBoxChat.Name = "richTextBoxChat"; + this.richTextBoxChat.Size = new System.Drawing.Size(273, 196); + this.richTextBoxChat.TabIndex = 2; + this.richTextBoxChat.Text = ""; + // + // richTextBoxMessage + // + this.richTextBoxMessage.Location = new System.Drawing.Point(7, 217); + this.richTextBoxMessage.Name = "richTextBoxMessage"; + this.richTextBoxMessage.Size = new System.Drawing.Size(222, 32); + this.richTextBoxMessage.TabIndex = 3; + this.richTextBoxMessage.Text = ""; + // + // FormMain + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(284, 261); + this.Controls.Add(this.richTextBoxMessage); + this.Controls.Add(this.richTextBoxChat); + this.Controls.Add(this.buttonSend); + this.Name = "FormMain"; + this.Text = "QuickReturn Trader Chat"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing); + this.Load += new System.EventHandler(this.FormMain_Load); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Button buttonSend; + private System.Windows.Forms.RichTextBox richTextBoxChat; + private System.Windows.Forms.RichTextBox richTextBoxMessage; + } +} + diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.cs b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.cs new file mode 100644 index 0000000..a309701 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.cs @@ -0,0 +1,90 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; +using System.ServiceModel; +using System.Configuration; + +namespace QuickReturnTraderChat +{ + [ServiceBehavior(InstanceContextMode=InstanceContextMode.Single)] + public partial class FormMain : Form, IQuickReturnTraderChat + { + IQuickReturnTraderChat channel; + ServiceHost host = null; + ChannelFactory channelFactory = null; + + public FormMain() + { + InitializeComponent(); + } + + private void FormMain_Load(object sender, EventArgs e) + { + StartService(); + } + + private void FormMain_FormClosing(object sender, FormClosingEventArgs e) + { + StopService(); + } + + private void buttonSend_Click(object sender, EventArgs e) + { + channel.Say("Amit", richTextBoxMessage.Text); + } + + #region IQuickReturnTraderChat Members + + void IQuickReturnTraderChat.Say(string user, string message) + { + //throw new Exception("The method or operation is not implemented."); + string temp = "[" + user + "]:" + message + Environment.NewLine; + + richTextBoxChat.Text = message; + } + + #endregion + + + + private void StartService() + { + //Consider putting the baseAddress in the configuration system + //and getting it here with AppSettings + //Uri baseAddress = new Uri(ConfigurationManager.AppSettings["baseAddress"]); + //binding = new NetPeerTcpBinding("Binding1"); + + //Instantiate new ServiceHost + //host = new ServiceHost(this, baseAddress); + host = new ServiceHost(typeof(QuickReturnTraderChat.FormMain)); + + //host.AddServiceEndpoint(typeof(IQuickReturnTraderChat), binding, baseAddress); + + //Open myServiceHost + host.Open(); + + channelFactory = new ChannelFactory("QuickTraderChatEndpoint"); + channel = channelFactory.CreateChannel(); + } + + private void StopService() + { + //Call StopService from your shutdown logic (i.e. dispose method) + if (host.State != CommunicationState.Closed) + host.Close(); + } + + } + + //[ServiceContract] + //public interface IQuickReturnTraderChat + //{ + // [OperationContract(IsOneWay = true)] + // void Say(string user, string message); + //} + +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.resx b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.resx new file mode 100644 index 0000000..19dc0dd --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/FormMain.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.Designer.cs b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.Designer.cs new file mode 100644 index 0000000..2860208 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.Designer.cs @@ -0,0 +1,106 @@ +namespace QuickReturnTraderChat +{ + partial class Main + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + + StopService(); + + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.textBoxChat = new System.Windows.Forms.TextBox(); + this.textBoxMessage = new System.Windows.Forms.TextBox(); + this.buttonSend = new System.Windows.Forms.Button(); + this.flowLayoutPanel1.SuspendLayout(); + this.SuspendLayout(); + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.AutoScroll = true; + this.flowLayoutPanel1.AutoSize = true; + this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.Controls.Add(this.textBoxChat); + this.flowLayoutPanel1.Controls.Add(this.textBoxMessage); + this.flowLayoutPanel1.Controls.Add(this.buttonSend); + this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(279, 241); + this.flowLayoutPanel1.TabIndex = 0; + // + // textBoxChat + // + this.textBoxChat.Location = new System.Drawing.Point(3, 3); + this.textBoxChat.Multiline = true; + this.textBoxChat.Name = "textBoxChat"; + this.textBoxChat.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.textBoxChat.Size = new System.Drawing.Size(269, 200); + this.textBoxChat.TabIndex = 3; + // + // textBoxMessage + // + this.textBoxMessage.Location = new System.Drawing.Point(3, 209); + this.textBoxMessage.Name = "textBoxMessage"; + this.textBoxMessage.Size = new System.Drawing.Size(190, 20); + this.textBoxMessage.TabIndex = 5; + // + // buttonSend + // + this.buttonSend.Location = new System.Drawing.Point(199, 209); + this.buttonSend.Name = "buttonSend"; + this.buttonSend.Size = new System.Drawing.Size(75, 23); + this.buttonSend.TabIndex = 4; + this.buttonSend.Text = "Send"; + this.buttonSend.UseVisualStyleBackColor = true; + this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click); + // + // Main + // + this.AcceptButton = this.buttonSend; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(279, 241); + this.Controls.Add(this.flowLayoutPanel1); + this.Name = "Main"; + this.Text = "QuickReturnTraderChat"; + this.Load += new System.EventHandler(this.Main_Load); + this.flowLayoutPanel1.ResumeLayout(false); + this.flowLayoutPanel1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; + private System.Windows.Forms.TextBox textBoxChat; + private System.Windows.Forms.TextBox textBoxMessage; + private System.Windows.Forms.Button buttonSend; + + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.cs b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.cs new file mode 100644 index 0000000..d06d13a --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.cs @@ -0,0 +1,114 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; +using System.ServiceModel; +using System.Configuration; +using System.ServiceModel.PeerResolvers; + +namespace QuickReturnTraderChat +{ + [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single)] + public partial class Main : Form, IQuickReturnTraderChat + { + IQuickReturnTraderChat channel; + ServiceHost host = null; + ChannelFactory channelFactory = null; + string userID = ""; + + public Main() + { + InitializeComponent(); + userID = System.Configuration.ConfigurationManager.AppSettings["userID"]; + } + + + #region IQuickReturnTraderChat Members + + void IQuickReturnTraderChat.Say(string user, string message) + { + textBoxChat.Text += user + " says: " + message; + } + #endregion + + private void StartService() + { + //Instantiate new ServiceHost + host = new ServiceHost(this); + + //Open ServiceHost + host.Open(); + + //Create a ChannelFactory and load the configuration setting + channelFactory = new ChannelFactory("QuickTraderChatEndpoint"); + channel = channelFactory.CreateChannel(); + + channel.Say("Admin", "*** New User " + userID + " Joined ****" + Environment.NewLine); + } + + private void StopService() + { + try + { + this.Cursor = Cursors.WaitCursor; + + if (host != null) + { + channel.Say("", "*** User " + userID + " Leaving ****" + Environment.NewLine); + + if (host.State != CommunicationState.Closed) + { + channelFactory.Close(); + host.Close(); + } + } + } + catch (Exception) + { + //eat the ex. + } + finally + { + this.Cursor = Cursors.Default; + } + } + + private void Main_Load(object sender, EventArgs e) + { + try + { + this.Cursor = Cursors.AppStarting; + StartService(); + + } + catch (Exception) + { + + throw; + } + finally + { + this.Cursor = Cursors.Default; + } + } + + private void buttonSend_Click(object sender, EventArgs e) + { + string temp = textBoxMessage.Text + Environment.NewLine; + + channel.Say(userID, temp); + + textBoxMessage.Clear(); + } + } + + [ServiceContract()] + public interface IQuickReturnTraderChat + { + [OperationContract(IsOneWay = true)] + void Say(string user, string message); + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.resx b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.resx new file mode 100644 index 0000000..19dc0dd --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Main.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Program.cs b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Program.cs new file mode 100644 index 0000000..d5a7caa --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Program.cs @@ -0,0 +1,21 @@ +using System; +using System.Collections.Generic; +using System.Windows.Forms; + +namespace QuickReturnTraderChat +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + //Application.Run(new FormMain()); + Application.Run(new Main()); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..0d71969 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ChatApplication")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("ChatApplication")] +[assembly: AssemblyCopyright("Copyright © 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("014df3cb-ac76-46a3-828a-ba0a397b3513")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Resources.Designer.cs b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Resources.Designer.cs new file mode 100644 index 0000000..1be0537 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Resources.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.128 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturnTraderChat.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("QuickReturnTraderChat.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Resources.resx b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Settings.Designer.cs b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Settings.Designer.cs new file mode 100644 index 0000000..833cc7c --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Settings.Designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.128 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace QuickReturnTraderChat.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Settings.settings b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/ChatApplication/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/QuickReturnTraderChat.sln b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/QuickReturnTraderChat.sln new file mode 100644 index 0000000..5613c24 --- /dev/null +++ b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/QuickReturnTraderChat.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatApplication", "ChatApplication\ChatApplication.csproj", "{81235A9E-1427-4C90-9C59-1EFC38B450DA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {81235A9E-1427-4C90-9C59-1EFC38B450DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {81235A9E-1427-4C90-9C59-1EFC38B450DA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {81235A9E-1427-4C90-9C59-1EFC38B450DA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {81235A9E-1427-4C90-9C59-1EFC38B450DA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/QuickReturnTraderChat.suo b/PRO WCF Final Code/Chapter 12/QuickReturnTraderChat/QuickReturnTraderChat.suo new file mode 100644 index 0000000000000000000000000000000000000000..25f444aa68d9b8219485a811460251abf2fdec02 GIT binary patch literal 24064 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
        U8(~QUskXS!4Ng+oZd0lYR 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 }to*L&)@AX_8BTU3f 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 za�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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Captures/1.txt b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/1.txt new file mode 100644 index 0000000..a8b0f85 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/1.txt @@ -0,0 +1,8 @@ + +--uuid:726aa6e7-5ac8-49f4-8582-b7ba097be859+id=1 +Content-ID: +Content-Transfer-Encoding: 8bit +Content-Type: application/xop+xml;charset=utf-8;type="application/soap+xml" + +http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:74080cd8-b5aa-450b-957a-5f9e69058badhttp://www.w3.org/2005/08/addressing/anonymoushttp://xpshawnci:8080/MtomServicehttp://schemas.xmlsoap.org/ws/2005/02/trust/IssueTlRMTVNTUAABAAAAt4IY4gAAAAAAAAAAAAAAAAAAAAAFASgKAAAADw==256 +--uuid:726aa6e7-5ac8-49f4-8582-b7ba097be859+id=1-- diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Captures/2.txt b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/2.txt new file mode 100644 index 0000000..fc03fef --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/2.txt @@ -0,0 +1,8 @@ + +--uuid:c336b34f-7c2b-4ca6-9534-141723adcf4c+id=7 +Content-ID: +Content-Transfer-Encoding: 8bit +Content-Type: application/xop+xml;charset=utf-8;type="application/soap+xml" + +http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:74080cd8-b5aa-450b-957a-5f9e69058badTlRMTVNTUAACAAAAGAAYADgAAAA1gpnincO4/1pku7IAAAAAAAAAAJIAkgBQAAAABQEoCgAAAA9BAFYAQQBOAEEARABFAC0AQwBPAFIAUAACABgAQQBWAEEATgBBAEQARQAtAEMATwBSAFAAAQASAFgAUABTAEgAQQBXAE4AQwBJAAQAIABjAG8AcgBwAC4AYQB2AGEAbgBhAGQAZQAuAG8AcgBnAAMANABYAFAAUwBIAEEAVwBOAEMASQAuAGMAbwByAHAALgBhAHYAYQBuAGEAZABlAC4AbwByAGcAAAAAAA== +--uuid:c336b34f-7c2b-4ca6-9534-141723adcf4c+id=7-- diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Captures/3.txt b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/3.txt new file mode 100644 index 0000000..84c5475 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/3.txt @@ -0,0 +1,8 @@ + +--uuid:726aa6e7-5ac8-49f4-8582-b7ba097be859+id=2 +Content-ID: +Content-Transfer-Encoding: 8bit +Content-Type: application/xop+xml;charset=utf-8;type="application/soap+xml" + +http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:3d78a464-9096-47ff-86ce-5afeeddc0ba3http://www.w3.org/2005/08/addressing/anonymoushttp://xpshawnci:8080/MtomServiceTlRMTVNTUAADAAAAGAAYAHgAAAAYABgAkAAAABAAEABIAAAAEAAQAFgAAAAQABAAaAAAABAAEACoAAAANYKY4gUBKAoAAAAPQwBMAFcAQwBGAFgAUAAxAGMAaQBjAG8AcgBpAGEAcwBDAEwAVwBDAEYAWABQADEA5OLHzcQEcZYAAAAAAAAAAAAAAAAAAAAAsz6BrLvbKI9JA2UWtQEQolhSFoU9HXfU0vvvDPQuWoNlKxIgckKTwQ== +--uuid:726aa6e7-5ac8-49f4-8582-b7ba097be859+id=2-- diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Captures/4.txt b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/4.txt new file mode 100644 index 0000000..857075b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/4.txt @@ -0,0 +1,8 @@ + +--uuid:c336b34f-7c2b-4ca6-9534-141723adcf4c+id=8 +Content-ID: +Content-Transfer-Encoding: 8bit +Content-Type: application/xop+xml;charset=utf-8;type="application/soap+xml" + +http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:3d78a464-9096-47ff-86ce-5afeeddc0ba3http://schemas.xmlsoap.org/ws/2005/02/sc/sct2562006-06-14T17:04:21.670Z2006-06-15T03:04:21.670Zurn:uuid:b05076ed-a161-495d-bf39-64092e38783fAQAAAFDUk4DWMZoNAAAAAMXEcN3uP1tBl585rFWckjl4r+KongD14AGYqB7OyiNDZvSbM36ePI5VYLlvNYes/7If6zMKgGT+BQ/RJQGNVi4= +--uuid:c336b34f-7c2b-4ca6-9534-141723adcf4c+id=8-- diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Captures/5.txt b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/5.txt new file mode 100644 index 0000000..c58e489 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/5.txt @@ -0,0 +1,8 @@ + +--uuid:726aa6e7-5ac8-49f4-8582-b7ba097be859+id=3 +Content-ID: +Content-Transfer-Encoding: 8bit +Content-Type: application/xop+xml;charset=utf-8;type="application/soap+xml" + +http://tempuri.org/IMtomSample/GetFileurn:uuid:319b1258-2dd9-4b48-a0fc-a2d32f6a195bhttp://www.w3.org/2005/08/addressing/anonymoushttp://xpshawnci:8080/MtomService2006-06-14T17:04:18.421Z2006-06-14T17:09:18.421Zurn:uuid:b05076ed-a161-495d-bf39-64092e38783f024gWw9u/vNEK/NL4NU9YkI7w==rFyrBgKk0UpkWSqnoJtU26wl13Y=dzgKT/ylbzBWUpO/GQZsCq7RMxU=l6mMmQ2LE9VFtjaA6Qc4GKBXURw=j+u2OowPNuuAgCH/6NFN3SCvWcE=+NS1tj2Ln67IPKsot2U5NQPe1ko=TQam01CZ8GCOpA9VFw7lwS2sldQ=LogoText.JPG +--uuid:726aa6e7-5ac8-49f4-8582-b7ba097be859+id=3-- diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Captures/6-WithEncryptAndSign.txt b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/6-WithEncryptAndSign.txt new file mode 100644 index 0000000000000000000000000000000000000000..483445eb7d382fb0774754e8a4b3c94f1b4ab7c9 GIT binary patch literal 4820 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 >702KB-9d_GP#gRZQXG@PJM8m0tvn zfxU3fBexfcWh;sLCSIf@+xB*BOCEl`^J0O%0St9(Euq9Bf}+EG7$`$K(!3~UReY3A z9ID}c`n#(CjZv=4Tdv3Rege`BCsX@WIY0H$U7D`0-R(zs$ue}xn|hQNaCdUlx9pj0 z_&xxlsVE$=vVxkuNhsxk*AU_gOL(U!+{h~V>Bm!xZmCQ{HMG-cfH!-TR{SSS^y_%F zQtqud2_m)JmcRO0?(BTWD0q^Iqrrx4n894_Ky4f4+tEI>B#jgfxIeGc*J*!drT?9N z^%kBGjJr(ZuEjJM%R#-P3e77bk+x*+H{^(?=d+Dj5JVMqel1)@+WTLWl=P&)s+TzSZW5mMj&=p?-KL<4JW`k$Wc|=BU zWJD;={yGMpTt6=-)pJ`Bml`V+`P(8$==1CCdFQ8sya%qlz4i)~T3)ZHPGHp{SE~2v zc@L7u(kk6@gPZ1!({_o~Iwi6haOM82@9J9hvCqVYKe*Xy=c?QJus8UPHwTWJc1?SK z_X*JIj~K8l!2N*g_EN$0#TNYvhnnaUX7i2oFL#V4qypcTzee})S`K#?-5F7W`bua0 zqzVn1gZkbFDqTTI=YCkeOaao8bdsaplJPL<{z<~nLezjqRo?nTN=z&R{k=)ogV3kw vZC*@x3Rbq#_0j~@d2AEX_kV5l@&Et#e{ZhxKjfU_@Av<`55BxS8}q*bdt~v6 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Captures/Capture.log b/PRO WCF Final Code/Chapter 13/MtomTest/Captures/Capture.log new file mode 100644 index 0000000000000000000000000000000000000000..f5f796e8154e59e17eb8a86155b5728c709cb809 GIT binary patch literal 17246 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

        hB7XZr&MJfeWJZAES$Jx~yPi2N0*@rQ zsHZo5MkU-)e*r?c_Pl8)Ysrw#u-0*YwSBMrj!N?81?(m_9WTIP_)0`sl9OE*<@wI_8>N z<&CiD@sH$<)<~Qmak?ne;d*0M@8|0p7_I?D?zctVRk`nxfxH#Ed53OWD4i~qI}0d) z0R)NXA6ctqaY-*z`%Zo|KRo;@l!Yy#Ev_Y2{#bpic~H4`WuMmMN4{9+4GoCrE_^Ye z*V{{2vY7pa3fq}QpGoUHNXR6fpQxM!^HBSuQWH^D>)NdwMU4{Br=Iz_h~IWt8Vd<|D} za|!qKe#Y+4<5!GkH~QYNvJ9!wm60cl4k~gxf_7&-%ki<^tZ|rDGn13nV}3eK7OZKX zZh$5-fjFX_XY9YZF$J(2+w@8R$bKLz3Od5qqd`YlnB23bXv>dBf@SIdU;_K22l*BN zJ}c;|Jqv)c)360Fo*kU9A#a#I+|BDC<@~|Gy@pj19A+288uhc*Njg=PL|?dP+ASN5s-Jw0{P^d(pD`gx`rn{D>-M$oeIzRdM!em^TX$T≻V^q{ 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 z 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/FileService/FileSvc.cs b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/FileSvc.cs new file mode 100644 index 0000000..9d9a35c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/FileSvc.cs @@ -0,0 +1,47 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.IO; +using System.ServiceModel; +using System.Runtime.Serialization; + +namespace PracticalWcf +{ + [ServiceContract()] + public interface IFileService + { + [OperationContract(ProtectionLevel=System.Net.Security.ProtectionLevel.None)] + byte[] GetFile( string fileName ); + } + + public class FileService : IFileService + { + public byte[] GetFile( string fileName ) + { + byte[] result = File.ReadAllBytes( Path.Combine( AppDomain.CurrentDomain.BaseDirectory, fileName) ); + return result; + + } + } + + //[DataContract] + //public class DataContract1 + //{ + // public enum ContentType : int { Jpg = 0, Text } + // byte[] content; + // ContentType fileType; + + // [DataMember] + // public byte[] Content + // { + // get { return content; } + // set { content = value; } + // } + // [DataMember] + // public ContentType FileType + // { + // get { return fileType; } + // set { fileType = value; } + // } + //} +} diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/FileService/FileSvc.csproj b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/FileSvc.csproj new file mode 100644 index 0000000..9fa759c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/FileSvc.csproj @@ -0,0 +1,51 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5} + Library + Properties + PracticalWcf + FileSvc + 3.0 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/FileService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..952a16b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "MtomSvc" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "MtomSvc" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "9c69204a-b3ec-4339-ac5f-cdb5c637a8a9" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/FileService/bin/Debug/FileSvc.dll b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/bin/Debug/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..e124af2d281a4214f05dbe6000db8021fb1afe31 GIT binary patch literal 16384 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/Debug/FileSvc.dll b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/Debug/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..e124af2d281a4214f05dbe6000db8021fb1afe31 GIT binary patch literal 16384 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/Debug/Refactor/FileSvc.dll b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/Debug/Refactor/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..36caf02c3f15b8184d7b5e680ac1c4320a6e9cef GIT binary patch literal 16384 zcmeHN-D@0G6hC*9Eoo~*MTre!osb9$W>~VDrh%fHWYZYQm)SHG8)#-{C&|d{%rY|@ z69vgb5CoC>C`eThd@B_S7SUIqtoSG7$tOVtUlcL^&YjuaY?Uh72f=f~oO{p5Js-cB zJe--Gf9V=^5m7g;!$YFmSec5N-<$2h-23=vy>#pNoq^kG?#{rX@faoft|(FHIB8sV@4&dZ*OPc0j!YCshy8X=sc@dt)%& z7g+`~u)xlBGc{M*gTUuN=nHBHT5hf_v-Vj-+(q6Mi9X0^RVP~~dZ1JD_auV|9ki$i z@^dYT$c&wx81gL!A2wZMS~nz32GP11MxhN!*H*-aeGFVjsEF##(D4E|>RQ)fWWOA) zBUB`sJR-_g5D)|e0YN|z5CjAPK|l}?1Ox#=;D3a`HO#+EJey`HOG^f3NX(>)mH&Vy z%g;}$^fb?++aqSq9LYzgaokn1c@dO-y%6I5#E5u)QP{G#&Im(ZrawdEjXvEvL(UuMg#m_*+ymYTLV&RoF>u0hdH zDepqB57HHSnEJu{X#o5*nRJrQf~LCw{5fPc{Hm9C){>zhn7Oij$PaGF54T4S8Aw5b`W}Qh0428?9^zn^0H&cG~>j4 zoJ>0o!qjFiH~iSGIp(Y%J7G{SCm|x5X}Hyi827Z&h@HEgr-E7?k;0aDqOf8&@RuFW z+R?kHeLl^?ZZK6`&y9E6*0e*~K+FZJ=4cSQ488pN!_Qx>z4qh8=hxr;`2BA(2h{WF zt81(Mg@ZS@;3V`VE0UWwE`KPo9*=e^OCI@jj^V4}S` z6@(?vo3~t_^xbeAegD{c_yifn#7(#$AP5Kof`A|(2nYg#fFK|U2m=2K0iJ0wpA!b* z4&pgSe@^~`p56G}!HY$r(vg9*lqo>FN@cnVK26Km&EiY@0_0ini^*4a`l9>$-*|ex zo1RS-JjWjitF<`JKv>x~4h!Z0ZwJ=(bL~x~fguLR~}# zuA+{=nCiK6j^9L)rF-Wo=zf-PK0xjUYKU~66@|oKz3IthR92B31gk>VtFKqD>i3dE zb!X|#PpFrO`tTeb5#7bgRMh<8tO@tv)87ozS7+~!-Zd8QkFM{ybu)^??b!BB#}0xp zF{{dq8-eKtW@)8j`e993=g$vZN>i`S6D=COG-ZEUYM=Ii21m~s{X|2sm@Vt)*;FpF z4rXG3pX+97uhfLX`#|UmW++;3ug7j3a}{|jEES1v_h?f$+a!9V+w#velL#FgQ$O^p z#~P89sJ#UG0fP^pt}(3}nkJKI(~9e{15MXfgupQ-o)c6=^;WFB5P`bZO*lC&hvx(p ziDplzA_@Y6fFK|U2m*qDARq_`0)l`bAPD@A5NKllW#ZYihcdKk68(ZX*kI$opxMgn zvqrj`XVKkpD`!pQrpBi@S%y6D3rL=QkLVWGpP*+eN$dvOb&iN|HqXu3>lNCA%wueJ z;d;4*^+V_p>$6^1#mWSevG4@ZSyp~E@-*D4o!1tWnZ?Z@w;fGuW>H& zjj#6%--zvKISl6a92If(>pOAyPTh#I9r!N&h#%I=nWlb@**c5Envg(Ve~njP(X;N)YA3zWo=OnmQ(j z&*-h60#)@V^_NhQaU5U5>2-2+o~Y{_6Nlw6K6YX^5E~=9Q%epLe&->&j4$|x?k3T( z0c!VvmrXu&q9vRVLayLlg@e5{c=?^m^SY)*#BA#wbBKy)UsttFJJ>~fBrWRvE2*73 z=lpFHS$p_71>Mgo_J=sTff^FrM0Z!6ez-U8i7}W#-*rU#K+!{G=HKqaRv|$^5D)|e z0YN|z5CjAPK|l}?1O$Q8LcnbO&-m^9X(g0Af`A|(2nYg#fFK|U2m*qDARq_`0)l`b I@LxmVcMX3bV*mgE literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/FileSvc.csproj.FileList.txt b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/FileSvc.csproj.FileList.txt new file mode 100644 index 0000000..22df3f7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/FileSvc.csproj.FileList.txt @@ -0,0 +1,5 @@ +obj\Debug\ResolveAssemblyReference.cache +bin\Debug\FileSvc.dll +bin\Debug\FileSvc.pdb +obj\Debug\FileSvc.dll +obj\Debug\FileSvc.pdb diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/MtomSvc.csproj.FileList.txt b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/MtomSvc.csproj.FileList.txt new file mode 100644 index 0000000..dff8b69 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/FileService/obj/MtomSvc.csproj.FileList.txt @@ -0,0 +1,5 @@ +obj\Debug\ResolveAssemblyReference.cache +bin\Debug\MtomSvc.dll +bin\Debug\MtomSvc.pdb +obj\Debug\MtomSvc.dll +obj\Debug\MtomSvc.pdb diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Java/build.xml b/PRO WCF Final Code/Chapter 13/MtomTest/Java/build.xml new file mode 100644 index 0000000..ef7d4ee --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Java/build.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Java/src/org/tempuri/MtomSampleStub.java b/PRO WCF Final Code/Chapter 13/MtomTest/Java/src/org/tempuri/MtomSampleStub.java new file mode 100644 index 0000000..6bf4a5d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Java/src/org/tempuri/MtomSampleStub.java @@ -0,0 +1,358 @@ +/** + * MtomSampleStub.java This file was auto-generated from WSDL by the Apache + * Axis2 version: 1.0 May 04, 2006 (09:21:04 IST) + */ +package org.tempuri; + + +/* +* MtomSampleStub java implementation +*/ +public class MtomSampleStub extends org.apache.axis2.client.Stub { + //default axis home being null forces the system to pick up the mars from the axis2 library + public static final java.lang.String AXIS2_HOME = null; + protected static org.apache.axis2.description.AxisOperation[] _operations; + + //hashmaps to keep the fault mapping + private java.util.HashMap faultExeptionNameMap = new java.util.HashMap(); + private java.util.HashMap faultExeptionClassNameMap = new java.util.HashMap(); + private java.util.HashMap faultMessageMap = new java.util.HashMap(); + + /** */ + private java.util.HashMap ns2Modules = new java.util.HashMap(); + private javax.xml.namespace.QName[] opNameArray = null; + + public MtomSampleStub( + org.apache.axis2.context.ConfigurationContext configurationContext, + java.lang.String targetEndpoint) throws java.lang.Exception { + //To populate AxisService + populateAxisService(); + populateFaults(); + + //////////////////////////////////////////////////////////////////////// + org.apache.axis2.engine.AxisConfiguration axisConfiguration = configurationContext.getAxisConfiguration(); + java.util.Collection modules = axisConfiguration.getModules().values(); + + for (java.util.Iterator iterator = modules.iterator(); + iterator.hasNext(); iterator.next()) { + org.apache.axis2.description.AxisModule axisModule = (org.apache.axis2.description.AxisModule) iterator.next(); + java.lang.String[] namespaces = axisModule.getSupportedPolicyNamespaces(); + + if (namespaces != null) { + for (int i = 0; i < namespaces.length; i++) { + ns2Modules.put(namespaces[i], axisModule); + } + } + } + + //////////////////////////////////////////////////////////////////////// + _serviceClient = new org.apache.axis2.client.ServiceClient(configurationContext, + _service); + _serviceClient.getOptions().setTo(new org.apache.axis2.addressing.EndpointReference( + targetEndpoint)); + + //Set the soap version + _serviceClient.getOptions().setSoapVersionURI(org.apache.axiom.soap.SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI); + + //////////////////////////////////////////////////////////////////////// + org.apache.axis2.description.AxisOperation axisOperation; + + for (java.util.Iterator iterator = _service.getChildren(); + iterator.hasNext();) { + // Engaging the modules per AxisOperation + axisOperation = (org.apache.axis2.description.AxisOperation) iterator.next(); + engage(axisOperation, configurationContext.getAxisConfiguration()); + } + + /////////////////////////////////////////////////////////////////////// + } + + /** + * Default Constructor + */ + public MtomSampleStub() throws java.lang.Exception { + this("http://localhost:8080/MtomService"); + } + + /** + * Constructor taking the target endpoint + */ + public MtomSampleStub(java.lang.String targetEndpoint) + throws java.lang.Exception { + this(org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem( + AXIS2_HOME, null), targetEndpoint); + } + + private void populateAxisService() { + //creating the Service + _service = new org.apache.axis2.description.AxisService("MtomSample"); + + /* + * setting the endpont policy + */ + java.lang.String _service_policy_string = "\n \n \n \n \n \n \n "; + org.apache.axis2.description.PolicyInclude servicePolicyInclude = _service.getPolicyInclude(); + servicePolicyInclude.addPolicyElement(org.apache.axis2.description.PolicyInclude.SERVICE_POLICY, + getPolicyFromString(_service_policy_string)); + + //creating the operations + org.apache.axis2.description.AxisOperation __operation; + + _operations = new org.apache.axis2.description.AxisOperation[1]; + + __operation = new org.apache.axis2.description.OutInAxisOperation(); + + __operation.setName(new javax.xml.namespace.QName("", "GetFile")); + + _operations[0] = __operation; + _service.addOperation(__operation); + } + + //populates the faults + private void populateFaults() { + } + + /** + * Auto generated method signature + * + * @param param0 + * + * @see org.tempuri.MtomSample#GetFile + */ + public org.apache.axiom.om.OMElement GetFile( + org.apache.axiom.om.OMElement param0) throws java.rmi.RemoteException { + try { + org.apache.axis2.client.OperationClient _operationClient = _serviceClient.createClient(_operations[0].getName()); + _operationClient.getOptions().setAction("http://tempuri.org/IMtomSample/GetFile"); + _operationClient.getOptions().setExceptionToBeThrownOnSOAPFault(true); + + // create SOAP envelope with that payload + org.apache.axiom.soap.SOAPEnvelope env = null; + + //Style is Doc. + env = toEnvelope(getFactory(_operationClient.getOptions() + .getSoapVersionURI()), + param0, + optimizeContent( + new javax.xml.namespace.QName("", "GetFile"))); + + // create message context with that soap envelope + org.apache.axis2.context.MessageContext _messageContext = new org.apache.axis2.context.MessageContext(); + _messageContext.setEnvelope(env); + + // add the message contxt to the operation client + _operationClient.addMessageContext(_messageContext); + + //execute the operation client + _operationClient.execute(true); + + org.apache.axis2.context.MessageContext _returnMessageContext = _operationClient.getMessageContext(org.apache.axis2.wsdl.WSDLConstants.MESSAGE_LABEL_IN_VALUE); + org.apache.axiom.soap.SOAPEnvelope _returnEnv = _returnMessageContext.getEnvelope(); + + java.lang.Object object = fromOM(getElement(_returnEnv, "document"), + org.apache.axiom.om.OMElement.class, + getEnvelopeNamespaces(_returnEnv)); + _messageContext.getTransportOut().getSender().cleanup(_messageContext); + + return (org.apache.axiom.om.OMElement) object; + } catch (org.apache.axis2.AxisFault f) { + org.apache.axiom.om.OMElement faultElt = f.getDetail(); + + if (faultElt != null) { + if (faultExeptionNameMap.containsKey(faultElt.getQName())) { + //make the fault by reflection + try { + java.lang.String exceptionClassName = (java.lang.String) faultExeptionClassNameMap.get(faultElt.getQName()); + java.lang.Class exceptionClass = java.lang.Class.forName(exceptionClassName); + java.rmi.RemoteException ex = (java.rmi.RemoteException) exceptionClass.newInstance(); + + //message class + java.lang.String messageClassName = (java.lang.String) faultMessageMap.get(faultElt.getQName()); + java.lang.Class messageClass = java.lang.Class.forName(messageClassName); + java.lang.Object messageObject = fromOM(faultElt, + messageClass, null); + java.lang.reflect.Method m = exceptionClass.getMethod("setFaultMessage", + new java.lang.Class[] { messageClass }); + m.invoke(ex, new java.lang.Object[] { messageObject }); + + throw ex; + } catch (java.lang.ClassCastException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.ClassNotFoundException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.NoSuchMethodException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.reflect.InvocationTargetException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.IllegalAccessException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.InstantiationException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } + } else { + throw f; + } + } else { + throw f; + } + } + } + + /** + * A utility method that copies the namepaces from the SOAPEnvelope + */ + private java.util.Map getEnvelopeNamespaces( + org.apache.axiom.soap.SOAPEnvelope env) { + java.util.Map returnMap = new java.util.HashMap(); + java.util.Iterator namespaceIterator = env.getAllDeclaredNamespaces(); + + while (namespaceIterator.hasNext()) { + org.apache.axiom.om.OMNamespace ns = (org.apache.axiom.om.OMNamespace) namespaceIterator.next(); + returnMap.put(ns.getPrefix(), ns.getName()); + } + + return returnMap; + } + + //////////////////////////////////////////////////////////////////////// + private static org.apache.ws.policy.Policy getPolicyFromString( + java.lang.String policyString) { + org.apache.ws.policy.util.PolicyReader prdr = org.apache.ws.policy.util.PolicyFactory.getPolicyReader(org.apache.ws.policy.util.PolicyFactory.OM_POLICY_READER); + + try { + if ((policyString != null) && !policyString.trim().equals("")) { + return prdr.readPolicy(new java.io.ByteArrayInputStream( + policyString.getBytes())); + } + } catch (Exception e) { + throw new RuntimeException("cannot convert " + policyString + + " to policy", e); + } + + return null; + } + + private static org.apache.ws.policy.Policy merge( + java.lang.String policyString1, java.lang.String policyString2) { + return (org.apache.ws.policy.Policy) getPolicyFromString(policyString1) + .merge(getPolicyFromString( + policyString2)); + } + + private java.util.ArrayList getModules(java.util.List termsList) { + java.util.ArrayList arrayList = new java.util.ArrayList(); + java.util.Iterator iterator = termsList.iterator(); + + org.apache.ws.policy.PrimitiveAssertion pa; + java.lang.String namespace; + org.apache.axis2.description.AxisModule axisModule; + + while (iterator.hasNext()) { + pa = (org.apache.ws.policy.PrimitiveAssertion) iterator.next(); + namespace = pa.getName().getNamespaceURI(); + axisModule = (org.apache.axis2.description.AxisModule) ns2Modules.get(namespace); + + if (axisModule == null) { + // TODO + System.err.println( + "Warning: cannot find a module for process PrimitiveAssertion - " + + pa.getName()); + } + + arrayList.add(axisModule); + } + + return arrayList; + } + + private void engage( + org.apache.axis2.description.AxisDescription axisDescription, + org.apache.axis2.engine.AxisConfiguration axisConfiguration) + throws org.apache.axis2.AxisFault { + org.apache.axis2.description.PolicyInclude policyInclude = axisDescription.getPolicyInclude(); + org.apache.ws.policy.Policy policy = policyInclude.getEffectivePolicy(); + + if (policy == null) { + return; + } + + if (!policy.isNormalized()) { + policy = (org.apache.ws.policy.Policy) policy.normalize(); + } + + org.apache.ws.policy.XorCompositeAssertion xor = (org.apache.ws.policy.XorCompositeAssertion) policy.getTerms() + .get(0); + + if (xor.isEmpty()) { + // TODO + throw new RuntimeException("No policy alternative found"); + } + + org.apache.ws.policy.AndCompositeAssertion anAlternative = (org.apache.ws.policy.AndCompositeAssertion) xor.getTerms() + .get(0); + java.util.List moduleList = getModules(anAlternative.getTerms()); + + if (axisDescription instanceof org.apache.axis2.description.AxisService) { + for (java.util.Iterator iterator = moduleList.iterator(); + iterator.hasNext();) { + ((org.apache.axis2.description.AxisService) axisDescription).engageModule((org.apache.axis2.description.AxisModule) iterator.next(), + axisConfiguration); + } + } else if (axisDescription instanceof org.apache.axis2.description.AxisOperation) { + for (java.util.Iterator iterator = moduleList.iterator(); + iterator.hasNext();) { + ((org.apache.axis2.description.AxisOperation) axisDescription).engageModule((org.apache.axis2.description.AxisModule) iterator.next(), + axisConfiguration); + } + } + } + + private boolean optimizeContent(javax.xml.namespace.QName opName) { + if (opNameArray == null) { + return false; + } + + for (int i = 0; i < opNameArray.length; i++) { + if (opName.equals(opNameArray[i])) { + return true; + } + } + + return false; + } + + //http://localhost:8080/MtomService + private org.apache.axiom.om.OMElement fromOM( + org.apache.axiom.om.OMElement param, java.lang.Class type, + java.util.Map extraNamespaces) { + return param; + } + + private org.apache.axiom.om.OMElement toOM( + org.apache.axiom.om.OMElement param) { + return param; + } + + private org.apache.axiom.soap.SOAPEnvelope toEnvelope( + org.apache.axiom.soap.SOAPFactory factory, + org.apache.axiom.om.OMElement param, boolean optimizeContent) { + org.apache.axiom.soap.SOAPEnvelope envelope = factory.getDefaultEnvelope(); + envelope.getBody().addChild(param); + + return envelope; + } + + /** + * get the default envelope + */ + private org.apache.axiom.soap.SOAPEnvelope toEnvelope( + org.apache.axiom.soap.SOAPFactory factory) { + return factory.getDefaultEnvelope(); + } +} diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Java/test/org/tempuri/MtomSampleTest.java b/PRO WCF Final Code/Chapter 13/MtomTest/Java/test/org/tempuri/MtomSampleTest.java new file mode 100644 index 0000000..1d05f4d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Java/test/org/tempuri/MtomSampleTest.java @@ -0,0 +1,34 @@ +/** + * MtomSampleTest.java This file was auto-generated from WSDL by the Apache + * Axis2 version: 1.0 May 04, 2006 (09:21:04 IST) + */ +package org.tempuri; + + +/* + * MtomSampleTest Junit test case +*/ +public class MtomSampleTest extends junit.framework.TestCase { + /** + * Auto generated test method + */ + public void testGetFile() throws java.lang.Exception { + org.tempuri.MtomSampleStub stub = new org.tempuri.MtomSampleStub(); //the default implementation should point to the right endpoint + + org.apache.axiom.om.OMElement param4 = (org.apache.axiom.om.OMElement) getTestObject(org.apache.axiom.om.OMElement.class); + + // todo Fill in the param4 here + assertNotNull(stub.GetFile(param4)); + } + + //Create an OMElement and provide it as the test object + public org.apache.axiom.om.OMElement getTestObject(java.lang.Object dummy) { + org.apache.axiom.om.OMFactory factory = org.apache.axiom.om.OMAbstractFactory.getOMFactory(); + org.apache.axiom.om.OMNamespace defNamespace = factory.createOMNamespace("", + null); + + return org.apache.axiom.om.OMAbstractFactory.getOMFactory() + .createOMElement("test", + defNamespace); + } +} diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.Designer.cs b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.Designer.cs new file mode 100644 index 0000000..6ae39f0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.Designer.cs @@ -0,0 +1,121 @@ +namespace MtomClient +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose( bool disposing ) + { + if( disposing && (components != null) ) + { + components.Dispose(); + } + base.Dispose( disposing ); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.button1 = new System.Windows.Forms.Button(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.textBox2 = new System.Windows.Forms.TextBox(); + this.button2 = new System.Windows.Forms.Button(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.textBox3 = new System.Windows.Forms.TextBox(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.SuspendLayout(); + // + // button1 + // + this.button1.Location = new System.Drawing.Point( 41, 23 ); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size( 75, 23 ); + this.button1.TabIndex = 0; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler( this.button1_Click ); + // + // textBox1 + // + this.textBox1.Location = new System.Drawing.Point( 122, 26 ); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size( 146, 20 ); + this.textBox1.TabIndex = 1; + this.textBox1.Text = "SmallTextFile.txt"; + // + // textBox2 + // + this.textBox2.Location = new System.Drawing.Point( 41, 52 ); + this.textBox2.Multiline = true; + this.textBox2.Name = "textBox2"; + this.textBox2.Size = new System.Drawing.Size( 352, 248 ); + this.textBox2.TabIndex = 2; + // + // button2 + // + this.button2.Location = new System.Drawing.Point( 41, 307 ); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size( 75, 23 ); + this.button2.TabIndex = 3; + this.button2.Text = "button2"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler( this.button2_Click ); + // + // pictureBox1 + // + this.pictureBox1.Location = new System.Drawing.Point( 41, 352 ); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size( 352, 157 ); + this.pictureBox1.TabIndex = 4; + this.pictureBox1.TabStop = false; + // + // textBox3 + // + this.textBox3.Location = new System.Drawing.Point( 122, 309 ); + this.textBox3.Name = "textBox3"; + this.textBox3.Size = new System.Drawing.Size( 146, 20 ); + this.textBox3.TabIndex = 5; + this.textBox3.Text = "LogoText.JPG"; + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size( 451, 565 ); + this.Controls.Add( this.textBox3 ); + this.Controls.Add( this.pictureBox1 ); + this.Controls.Add( this.button2 ); + this.Controls.Add( this.textBox2 ); + this.Controls.Add( this.textBox1 ); + this.Controls.Add( this.button1 ); + this.Name = "Form1"; + this.Text = "Form1"; + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.ResumeLayout( false ); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button button1; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.TextBox textBox2; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.TextBox textBox3; + } +} + diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.cs b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.cs new file mode 100644 index 0000000..ec78793 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.cs @@ -0,0 +1,44 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; +using System.Net; +using System.IO; + +namespace MtomClient +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + private void button1_Click( object sender, EventArgs e ) + { + byte[] result = GetFile( textBox1.Text ); + textBox2.Text = ASCIIEncoding.ASCII.GetString( result ); + } + + private void button2_Click( object sender, EventArgs e ) + { + byte[] result = GetFile( textBox3.Text ); + Image jpg = Image.FromStream( new MemoryStream(result)); + pictureBox1.Image = jpg; + } + + byte[] GetFile( string fileName ) + { + FileService.FileServiceProxy proxy = new FileService.FileServiceProxy(); + proxy.ClientCredentials.Windows.AllowNtlm = true; + byte[] result = proxy.GetFile( fileName ); + proxy.Close(); + return result; + } + + + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.resx b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.resx new file mode 100644 index 0000000..19dc0dd --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/MtomClient.csproj b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/MtomClient.csproj new file mode 100644 index 0000000..8713d7a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/MtomClient.csproj @@ -0,0 +1,85 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {05656E12-C23B-42D9-B1EE-443D0FACC830} + WinExe + Properties + MtomClient + MtomClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Designer + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + True + Settings.settings + True + + + FileService.map + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/MtomClient.csproj.user b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/MtomClient.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/MtomClient.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Program.cs b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Program.cs new file mode 100644 index 0000000..f4752fe --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Program.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Windows.Forms; + +namespace MtomClient +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault( false ); + Application.Run( new Form1() ); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..2e9bcaf --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "MtomClient" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "MtomClient" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "b2192ece-4a70-458a-9a0e-cc37e8754380" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Resources.Designer.cs b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Resources.Designer.cs new file mode 100644 index 0000000..2f869ca --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace MtomClient.Properties +{ + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute( "System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0" )] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute( "Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode" )] + internal Resources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute( global::System.ComponentModel.EditorBrowsableState.Advanced )] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if( (resourceMan == null) ) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager( "MtomClient.Properties.Resources", typeof( Resources ).Assembly ); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute( global::System.ComponentModel.EditorBrowsableState.Advanced )] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Resources.resx b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Settings.Designer.cs b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Settings.Designer.cs new file mode 100644 index 0000000..9cdc1b5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace MtomClient.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute( "Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0" )] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized( new Settings() ))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Settings.settings b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Service References/FileService.cs b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Service References/FileService.cs new file mode 100644 index 0000000..0425836 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Service References/FileService.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + +namespace MtomClient.FileService +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute()] + public interface IFileService + { + + [System.ServiceModel.OperationContractAttribute(ProtectionLevel=System.Net.Security.ProtectionLevel.None, Action="http://tempuri.org/IFileService/GetFile", ReplyAction="http://tempuri.org/IFileService/GetFileResponse")] + byte[] GetFile(string fileName); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface IFileServiceChannel : IFileService, System.ServiceModel.IClientChannel + { + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class FileServiceProxy : System.ServiceModel.ClientBase, IFileService + { + + public FileServiceProxy() + { + } + + public FileServiceProxy(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public FileServiceProxy(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public FileServiceProxy(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public FileServiceProxy(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public byte[] GetFile(string fileName) + { + return base.Channel.GetFile(fileName); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Service References/FileService.map b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Service References/FileService.map new file mode 100644 index 0000000..2c9d955 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/Service References/FileService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/app.config b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/app.config new file mode 100644 index 0000000..52f75e5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/app.config @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.exe b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..a3323e9664af1491081e90b6c97e7321f6821321 GIT binary patch literal 20480 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 O^FYl5H4pqIJn%mXfBEqM literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.exe.config b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.exe.config new file mode 100644 index 0000000..52f75e5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.exe.config @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.pdb b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.pdb new file mode 100644 index 0000000000000000000000000000000000000000..55858588529aa19651007d42757e102bbe76bd55 GIT binary patch literal 24064 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.vshost.exe b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.vshost.exe new file mode 100644 index 0000000000000000000000000000000000000000..ce3f102c36be07551ba7c7fad64c8b24709bdb91 GIT binary patch literal 5632 zcmeHLX>3&26+Umg;MiccvX$*QEU{T$9osBr9ou8T!CO4GX{f1rGjlzDVoO|!Prgq~qltDz9r~?B;$Ix=|OT07mVmN>1Z}RE2drlP`Q)*5X zG<6uR8guNZqj#!d-Lh;?4GGnWTdHBHf%>4@X-9-MYENnj=gbf*dm1jLN#cftptQL=|aWNfvWlQP?*hWf2t+?Lo}%k$q{6hp9nL zgjRO$01v%$;r&I$YdXI8&)FG$2N&cn{PM~EIUlboSblZ6|HQ<{cD(w-H$Pi{GB!Q7 z|H6B@KUnhF)GHNJoBn(6mQTf)Ia@0-J4*9+&;GPbIdCa>RcoH#{Qln`m|0=hKQWNC z!#y@@!#j(1Un%|Q)aTD`kDfW+w4v>(rqa#M$bmyo{cgLmeRW{M$FpYm3da-W&f8x& z0nLKxvau(Eo?AGHIeD_NCo>0YuLwR+p^ze1#Ifrt(TcT2#Y;+-Fe_7rvIeo7wS(yA zX#bP}I_Nou6?Iv{Lq2$0&05=B9YEWMekRLTn0AN-P|#J@A{QJ}x~7y8++mAT5@Rw| z@Q22sG9U6Nxk<0GsfFs1h&|K+JVrkSo|br>`a#cB7|RvrMHFKBr(Uw zl5-@k@UiBtzD8d*9q>KoTQAp`O~3WAt@psmrLqha^n)4xjBMH^@f9F@n1~ujPf^Cu z1X8hoxc8RIqmNGBB-e08_V!a4+g72m#M~*saoB2`Xc84k`hJPumRK&aTH=EeACjm` zG$d}7*dy^#;3Rrn;NPL;}jK9&ZX=lbcdYSfRoToq2>!3ASPn#8u z^5_H5<0%vLR4N9}qQ$`Zh^$7XR0mux@nJd(I!OC~-=*IJ!;-UI&T=Kai#`PZNxBT& zOIH;?y#RZey+d~b$L>D*2U4BLHo7PZt&wf=(v$RGXdorBqSlVYO|go)+z#9IG|?@n z%JQ6^2HUVasx`un?b_|0)?&DE-3)s1h+%8%Ad2nU;Mif|y42~0ZO1f16zp+5(Mk28 zEh6lZ7WQn1YIVa(4rq;W%QHHKR%v&}3{yBk;dB{LLCFE;>z)xZOvCFb_i!dcaZe1+ z7VReV8n#8{t}8l2X3u)jvj&QWL{kF+Vd_0WBWeu|C7jb5g=@zhHd-g*o}-(Cj2hjF z#`S2LwxI3_6TXN_8!^$tUW;&C*dJ1wvR7@j+fFBZw=LZqR*HQcc5v8%N;}r$7|{;z zRXI0nx6BteC@kn? zx7}3wC`~t$^_JixeXZ}r;oYm_b%)++Tlw0>+HX%C`+@-Ake_bp%{*%iWKZ&%~jNE(TX9o*6g%-Rh7EHhP*OlHTd*KJ4?D*a4-;jvD#}$T zOIQn=@p>DHr7y*I8$Y743XSBB{D^C1B}AnPX@5AP4(=bd(sp9DBln=DmYb$353H*? z$g9&OB6vF%DKvX%LSbW(nz&Qd#HFe-r=+-e5z#jlnlL1prkZH9Lb+*IH9O7$Qj&K* zi1dqo@D0qF`iTGURq zl$y==AvIxC2iL{8P9EfJ^b+N0<`}+a;gbg`1N`W1H1*>kDp+;uS4JU@0csxjmC)CT zpTKMnR`9n2umfBdeGU9>R4z4m@TcTs(x)CoK$mlQycQmW;RnyOu?i1|k+nM%lbG(k zU)oNsIsglXDI;B4QqNAHkZxdK@%Jm&3M+mh+d;;>sRJgjdxC zjKDHcB4+hTNzOL=or(eXIE%yQ&!joDM74@5pgblnV%bN-JGR6=O_ohmcu4Tp%XjSM5Nh|8#A5K!MWx={dKuZ TBcLY!&!}P9UAq3eeA)j4ZC9R* literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.vshost.exe.config b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.vshost.exe.config new file mode 100644 index 0000000..52f75e5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/bin/Debug/MtomClient.vshost.exe.config @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.Form1.resources b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.Form1.resources new file mode 100644 index 0000000000000000000000000000000000000000..06c24d06c1cab750788146ce052b37770f3fa530 GIT binary patch literal 180 zcmX?i>is@O1_p+SK%5g?SzMBus~417oL^d$oLUTL1*ImYq!#HYis@O1_p+SK%5g?SzMBus~417oL^d$oLUTL1*ImYq!#HY`CK$ z!FT^ue}q55zaTnuXp!^~=is}!o!xK0neRj-g!oCpZ;thQ1Q*9T_YPeVvi(vUm7PhP zVZV0{9<{ThXW4+Ces5fwPu~$4VhC{VCkh?PG zYo6A!XYT=DgFS!+SOqrMfGnl$0WT)n0B%hs!jZN!Q2c$MJ>2)dkcAz{rANY4U%Aa^dwFjx8UvzyJUM literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.exe b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..a3323e9664af1491081e90b6c97e7321f6821321 GIT binary patch literal 20480 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 O^FYl5H4pqIJn%mXfBEqM literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.pdb b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/Debug/MtomClient.pdb new file mode 100644 index 0000000000000000000000000000000000000000..55858588529aa19651007d42757e102bbe76bd55 GIT binary patch literal 24064 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/MtomClient.csproj.FileList.txt b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/MtomClient.csproj.FileList.txt new file mode 100644 index 0000000..69a35fc --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/MtomClient/obj/MtomClient.csproj.FileList.txt @@ -0,0 +1,9 @@ +bin\Debug\MtomClient.exe +bin\Debug\MtomClient.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\MtomClient.Form1.resources +obj\Debug\MtomClient.Properties.Resources.resources +obj\Debug\MtomClient.csproj.GenerateResource.Cache +obj\Debug\MtomClient.exe +obj\Debug\MtomClient.pdb +bin\Debug\MtomClient.exe.config diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost.sln b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost.sln new file mode 100644 index 0000000..dd8482b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost.sln @@ -0,0 +1,32 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MtomClient", "MtomClient\MtomClient.csproj", "{05656E12-C23B-42D9-B1EE-443D0FACC830}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSvc", "FileService\FileSvc.csproj", "{EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfHost", "WcfHost\WcfHost.csproj", "{0C5C919C-9642-4608-BD36-2977EF12F8C8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {05656E12-C23B-42D9-B1EE-443D0FACC830}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {05656E12-C23B-42D9-B1EE-443D0FACC830}.Debug|Any CPU.Build.0 = Debug|Any CPU + {05656E12-C23B-42D9-B1EE-443D0FACC830}.Release|Any CPU.ActiveCfg = Release|Any CPU + {05656E12-C23B-42D9-B1EE-443D0FACC830}.Release|Any CPU.Build.0 = Release|Any CPU + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5}.Release|Any CPU.Build.0 = Release|Any CPU + {0C5C919C-9642-4608-BD36-2977EF12F8C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0C5C919C-9642-4608-BD36-2977EF12F8C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0C5C919C-9642-4608-BD36-2977EF12F8C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0C5C919C-9642-4608-BD36-2977EF12F8C8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost.suo b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost.suo new file mode 100644 index 0000000000000000000000000000000000000000..5901f88018f8f38acc99a0e7d4ded2b5ca198cbd GIT binary patch literal 37888 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 Z|CIARHz^R*IIXswzs9A6t~}*Y{~w^QhlT(E literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/App.config b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/App.config new file mode 100644 index 0000000..ccc48ca --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/App.config @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/BigTextFile.txt b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/BigTextFile.txt new file mode 100644 index 0000000..ae46b41 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/BigTextFile.txt @@ -0,0 +1 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/LogoText.jpg b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/LogoText.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c968d5974da9e61b9f62ab0e6ba26dcec2cb24c GIT binary patch literal 2265 zcmbW1dpOkV7RTQ)#xRtI5y>T&LP!{qYsr|HGE8V9Y@x|554r4(nkbj#(qx<3GSncX z)VMUIo60pE<1V)@ayN39%b4GpcIP?gdG;UsIp=)eXTATd^}f>o5t~eSkiLE%vr{ zwg3hL046v9>Ia8_sE7zs1R;t8JvF~l1D_yi^+A-8FhoPmmhioyRZs0N@#fjNkU z!&HF~8U{zhpjx0T$P)qkQ{Z2M3BiRCB1lm&l(-hU4TzEue)UUrqU%H%-n3Q}a<$C7tS@at>|Hx+M z7ZlztDlWNKUQt=~nEm8w^_#b~b@dI6P4C(}I=i}iKJ@l|8TvXrGCDRsF*!HCu(-7R zePwm+2Nw*$e_{#lpJ0FCLJPQrgoWY4$RAuVp(ugD(ZUE7eG#dHPDt-iX;p(bQH(Y1 z4(qj;njvXc=2Tc4YO6Z-%g(tUXn&IZcVO}V7umnT{=?M=B;YVX^WbP;1tv;ZX-5(4#ly(Hku1T4&9`g+rimwB9+(R4OM5ZxwO2`$kwl3y~jI zkiJqJuv`HFl~T?c_ft!8kEJR~#!rrWi}#NbyLaf!$@mn_`vjCG^CF7VZFJQ_(&75@ z@`2*~xWSCu`Q&b$MGI3xf3FZT9T{mE|Gdz3tbxro{m2gQi%P^U*LJ`%bK7jJQe1f# z_gnHGpP&=BS^E1Uo^7D(QtR=O+jV_g^4`8Q>RL*w?g}}@>UeJG`)NWp%$CcI!70Co z+kd=SGZ{nKH}myXGHKGLT~~+8#n2>xLGhtQ!?mcK)cFtk*oe0|HY8pVoCL-3dLsi;ECg zn=s}#d%^IZOC}(|wppvr!&p#lDQ!413zzBmI4#ko&=Jp4WnKQQAb+6Up{e3Qd-#-x z>=Az33wVq6Gj+-t3-G$EQ%P{^aY>ojYm=3y)2 z2l>fE^*(AzY4q}6{_aJrBxa?sYAn8`Wq^E!exNYzGDTbd`)RA%=}y*gw)wFkdQYyn znOUee^Mnw6A3EoL;NVRNNV7=|*8_7ORu|f1Zr?%pX57dbAvutuf;5>at(PVP+MXiU z#fc^+Qb!CS5ZfK$UjAa;a=ehZuaCGy%UsK_wg_C1H%J*xt*mC>E#W8iIUnsK6s?j= z9MWx5oN1Qxd%c%rPA@le*Zr>W`u(lC8j<7YMHla7Nu`#&5WlterNV%)he^S zQf_hl)>wq7MPz!>9KTADb2V6ZNPl9vHn;Bg-5E91rP8eG>g?q&MU3XgK|8*SRB2*O zn_#lXawmXVq%Ya}&-?b;Y<_176q^C4HXE>7r$_@Yuw6hEw?=Cj=Mls*nj zMGtoPf0XO!mp&rm5QE#o*K(f+!|MwpfB4R2j?%BWziQj=qfdKV-+W@P%hS2(=@#~b z!F`M`X%;MOjqg~cljKm=s~ww(FOey+q`rmM6v|m0EMW(!{*7T)T1Hhk#}NcfEPzwJz!yHO6cM zIrJ$xd}@i`o)aJ+m~+yt^6;&sd*#I{Nj|GRhhq6gPZ?*Q8xCpf;txOZGWdAnZbiI{ zaNc#B^981~OL3Pvqa~G@w_bZQGK&<=uhDmv_l3+*N`qF4AYj!O#Yg%>fakK^QVRl{ zWrm>ZeN+g@cpk&)6@Q_QbzT_ZANrYxg*&CrYL(ydYSxShfuZ8wIU=80Im6p5SVJrK z=Cd`|(q;MQ@!!0LmE9ilW@ab_11lk(U1t+!(v7aVd+chH$RunUsVqk~G%1AYH?vHH qQ#Tj2&h!7alujO7E_*AHwe{4r>`76X&jcI1_!=`s69^0r_5Kq(b}4KC literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/Program.cs b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/Program.cs new file mode 100644 index 0000000..7f4aef4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/Program.cs @@ -0,0 +1,70 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel; + +namespace WcfHost +{ + class Program + { + static void Main( string[] args ) + { + try + { + MyServiceHost.StartService(); + Console.WriteLine( "Press enter to end host..." ); + Console.ReadLine(); + MyServiceHost.StopService(); + } + catch( Exception ex ) + { + Console.WriteLine( ex.Message ); + Console.WriteLine( "Press enter to end host..." ); + Console.ReadLine(); + } + + } + } + + internal class MyServiceHost + { + internal static ServiceHost myServiceHost = null; + + internal static void StartService() + { + //Consider putting the baseAddress in the configuration system + //and getting it here with AppSettings + Uri baseAddress = new Uri( "http://localhost:8080/FileService" ); + //Instantiate new ServiceHost + myServiceHost = new ServiceHost( typeof( PracticalWcf.FileService ), baseAddress ); + + + //The following for programatic addition + //WSHttpBinding wsBinding = new WSHttpBinding(); + //wsBinding.MessageEncoding = WSMessageEncoding.Mtom; + //myServiceHost.AddServiceEndpoint( + // typeof( MtomSvc.IMtomSample ), + // wsBinding, + // baseAddress ); + + //the following for programatic addition of Basic Profile 1.1 + //BasicHttpBinding binding = new BasicHttpBinding(); + //myServiceHost.AddServiceEndpoint( + // typeof( MyService, + // binding, + // baseAddress); + + + //Open myServiceHost + myServiceHost.Open(); + } + + internal static void StopService() + { + //Call StopService from your shutdown logic (i.e. dispose method) + if( myServiceHost.State != CommunicationState.Closed ) + myServiceHost.Close(); + } + } + +} diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ac1c9e4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "WcfHost" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "WcfHost" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "69d93487-698f-4520-9690-6d3f8a7b4975" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/SmallTextFile.txt b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/SmallTextFile.txt new file mode 100644 index 0000000..ce16fc4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/SmallTextFile.txt @@ -0,0 +1,7 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... + + diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/WcfHost.csproj b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/WcfHost.csproj new file mode 100644 index 0000000..f7ff7d6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/WcfHost.csproj @@ -0,0 +1,68 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {0C5C919C-9642-4608-BD36-2977EF12F8C8} + Exe + Properties + WcfHost + WcfHost + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5} + FileSvc + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/WcfHost.suo b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/WcfHost.suo new file mode 100644 index 0000000000000000000000000000000000000000..0d8e6c1ef1577b495b879730abd006e8c9268e10 GIT binary patch literal 26624 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/LogoText.JPG b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/LogoText.JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c968d5974da9e61b9f62ab0e6ba26dcec2cb24c GIT binary patch literal 2265 zcmbW1dpOkV7RTQ)#xRtI5y>T&LP!{qYsr|HGE8V9Y@x|554r4(nkbj#(qx<3GSncX z)VMUIo60pE<1V)@ayN39%b4GpcIP?gdG;UsIp=)eXTATd^}f>o5t~eSkiLE%vr{ zwg3hL046v9>Ia8_sE7zs1R;t8JvF~l1D_yi^+A-8FhoPmmhioyRZs0N@#fjNkU z!&HF~8U{zhpjx0T$P)qkQ{Z2M3BiRCB1lm&l(-hU4TzEue)UUrqU%H%-n3Q}a<$C7tS@at>|Hx+M z7ZlztDlWNKUQt=~nEm8w^_#b~b@dI6P4C(}I=i}iKJ@l|8TvXrGCDRsF*!HCu(-7R zePwm+2Nw*$e_{#lpJ0FCLJPQrgoWY4$RAuVp(ugD(ZUE7eG#dHPDt-iX;p(bQH(Y1 z4(qj;njvXc=2Tc4YO6Z-%g(tUXn&IZcVO}V7umnT{=?M=B;YVX^WbP;1tv;ZX-5(4#ly(Hku1T4&9`g+rimwB9+(R4OM5ZxwO2`$kwl3y~jI zkiJqJuv`HFl~T?c_ft!8kEJR~#!rrWi}#NbyLaf!$@mn_`vjCG^CF7VZFJQ_(&75@ z@`2*~xWSCu`Q&b$MGI3xf3FZT9T{mE|Gdz3tbxro{m2gQi%P^U*LJ`%bK7jJQe1f# z_gnHGpP&=BS^E1Uo^7D(QtR=O+jV_g^4`8Q>RL*w?g}}@>UeJG`)NWp%$CcI!70Co z+kd=SGZ{nKH}myXGHKGLT~~+8#n2>xLGhtQ!?mcK)cFtk*oe0|HY8pVoCL-3dLsi;ECg zn=s}#d%^IZOC}(|wppvr!&p#lDQ!413zzBmI4#ko&=Jp4WnKQQAb+6Up{e3Qd-#-x z>=Az33wVq6Gj+-t3-G$EQ%P{^aY>ojYm=3y)2 z2l>fE^*(AzY4q}6{_aJrBxa?sYAn8`Wq^E!exNYzGDTbd`)RA%=}y*gw)wFkdQYyn znOUee^Mnw6A3EoL;NVRNNV7=|*8_7ORu|f1Zr?%pX57dbAvutuf;5>at(PVP+MXiU z#fc^+Qb!CS5ZfK$UjAa;a=ehZuaCGy%UsK_wg_C1H%J*xt*mC>E#W8iIUnsK6s?j= z9MWx5oN1Qxd%c%rPA@le*Zr>W`u(lC8j<7YMHla7Nu`#&5WlterNV%)he^S zQf_hl)>wq7MPz!>9KTADb2V6ZNPl9vHn;Bg-5E91rP8eG>g?q&MU3XgK|8*SRB2*O zn_#lXawmXVq%Ya}&-?b;Y<_176q^C4HXE>7r$_@Yuw6hEw?=Cj=Mls*nj zMGtoPf0XO!mp&rm5QE#o*K(f+!|MwpfB4R2j?%BWziQj=qfdKV-+W@P%hS2(=@#~b z!F`M`X%;MOjqg~cljKm=s~ww(FOey+q`rmM6v|m0EMW(!{*7T)T1Hhk#}NcfEPzwJz!yHO6cM zIrJ$xd}@i`o)aJ+m~+yt^6;&sd*#I{Nj|GRhhq6gPZ?*Q8xCpf;txOZGWdAnZbiI{ zaNc#B^981~OL3Pvqa~G@w_bZQGK&<=uhDmv_l3+*N`qF4AYj!O#Yg%>fakK^QVRl{ zWrm>ZeN+g@cpk&)6@Q_QbzT_ZANrYxg*&CrYL(ydYSxShfuZ8wIU=80Im6p5SVJrK z=Cd`|(q;MQ@!!0LmE9ilW@ab_11lk(U1t+!(v7aVd+chH$RunUsVqk~G%1AYH?vHH qQ#Tj2&h!7alujO7E_*AHwe{4r>`76X&jcI1_!=`s69^0r_5Kq(b}4KC literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/SmallTextFile.txt b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/SmallTextFile.txt new file mode 100644 index 0000000..ce16fc4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/SmallTextFile.txt @@ -0,0 +1,7 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... + + diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.exe b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.exe new file mode 100644 index 0000000000000000000000000000000000000000..885a06b1c8411d65e0f78127371c51969c6e93c6 GIT binary patch literal 16384 zcmeHNTWB2D8UAN>Bgt!9ShC~Tj-!q&N602xuP)XtalG=%vXoesqSYmd)mpQ=N2{@B zcQ!M#iqwXnKq=%Qrok@`p${#T)GuwJfx4xa5K3vGhCGHsgCXrhp|pkeDGy1%|ICb} zmDE7q8hVbHZ~n`<{Qoy+X3m+_#Eaji7!k#BeD)d9J)F6uC4N3^z}@(jpEuIG`|h{i z)2`lcomsX#qvAS6*DM)%vs`w3BPR^ES~je*F*2DoN=`u}4<1aM4!fSZOmtO?QTy-< zkb?4n8nyje1JNPqMqvBe*-%ci4lr+|Xn(h!&Hs=jNfw z*wPTVj)7xaNhA8CD{Kc9IaXT4!Szx&wv{x|rERJb6$6R^#eiZ!F`yVw3@8Q^1BwB~ zfMVePh=DZkt5JAws?$UCR4X=<*tlxYan!Nzi+BOk&U`Jg?E|f|KHlzva zfHBeDfo(Z@{^(SK>YQd+0_U!J^brx_(|9k79$Qb*sUr|t^p3-5boOv6P6P1hJeJ#! zK|HthDG<1TJmh?+{$ut3G0(c5|#@cVineV6X(L%61FzY9D`Kf`6qU^-6GGxU4P#0~+k z$F2hfg?Sp#~)!uJFi+bkOON}1yT-7PXsdC4kPU6a|^?H&7Eu(*? zIGp#B6;bBAw;Y(zn2sD`AZ2XF6Sy_xy@C7g{1mw)aMyce;9Mpj=tB0%2`vSjm!WyE zCFLJwmLdC8p&>elKO5dWnK(!FhVb@H$>SW}`4&6^PZREW6ZKqlTY;ePQl+?}OLzMAsf`j2WcG>YDfAxuV4lO>1P(9|ANDv)B+P7~$ob zjq!S|`MEmMn!nm)HW)h2k2TNM*Xzx*IL8fYvSRg`j`wDL7hc8qBRZqe>Au0jU{CKr ze`nv|z*1-L`R-KbVBcV>v#-#zG+_4UdI$T@5O*#m^&%Rjo(XhuIe@0yisPI+@O%`Cgl%bu*e`MU={AXjkQ z!S4)r@baF{j$~U4cYhLpt0VK;zg~O!PU*wPxkYAZVLmf@$#GT|GRs{(3;n6?fjopl zSJusEaLd4KR`9%mZ^CyWtv3ybsku2D}_Q5YokCTy>k^;qmVn8vV82DdiK$AZkV*|WV8)dNf!rOG0 zo$K+pgXhyk5BMb(mIpfT7v``YxBA;{<=bl!L@St2dx+2K|+=I^r?bk&y|FS3E?+SpTrq#6FEJ1G0V; z=?H8dR!2N;r6#UXkg#*5Aq6ZqE2x4ue+@`Im5oZDej>cGa@I zvz<&(fnq>0pcqgLC + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.pdb b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.pdb new file mode 100644 index 0000000000000000000000000000000000000000..2d59a70c34458e2f4eea9b5aa0f12755706451f6 GIT binary patch literal 13824 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 TBcLY!&!}P9UAq3eeA)j4ZC9R* literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.vshost.exe.config b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.vshost.exe.config new file mode 100644 index 0000000..ccc48ca --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/bin/Debug/WcfHost.vshost.exe.config @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/obj/Debug/ResolveAssemblyReference.cache b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/obj/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..23e70e3aaf78390be25801b1042ad2c89658f649 GIT binary patch literal 37420 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 ZCe#&StLuvJHPjWMitCDyB`mKq{u`D=PwW5y literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/obj/Debug/WcfHost.exe b/PRO WCF Final Code/Chapter 13/MtomTest/WcfHost/obj/Debug/WcfHost.exe new file mode 100644 index 0000000000000000000000000000000000000000..885a06b1c8411d65e0f78127371c51969c6e93c6 GIT binary patch literal 16384 zcmeHNTWB2D8UAN>Bgt!9ShC~Tj-!q&N602xuP)XtalG=%vXoesqSYmd)mpQ=N2{@B zcQ!M#iqwXnKq=%Qrok@`p${#T)GuwJfx4xa5K3vGhCGHsgCXrhp|pkeDGy1%|ICb} zmDE7q8hVbHZ~n`<{Qoy+X3m+_#Eaji7!k#BeD)d9J)F6uC4N3^z}@(jpEuIG`|h{i z)2`lcomsX#qvAS6*DM)%vs`w3BPR^ES~je*F*2DoN=`u}4<1aM4!fSZOmtO?QTy-< zkb?4n8nyje1JNPqMqvBe*-%ci4lr+|Xn(h!&Hs=jNfw z*wPTVj)7xaNhA8CD{Kc9IaXT4!Szx&wv{x|rERJb6$6R^#eiZ!F`yVw3@8Q^1BwB~ zfMVePh=DZkt5JAws?$UCR4X=<*tlxYan!Nzi+BOk&U`Jg?E|f|KHlzva zfHBeDfo(Z@{^(SK>YQd+0_U!J^brx_(|9k79$Qb*sUr|t^p3-5boOv6P6P1hJeJ#! zK|HthDG<1TJmh?+{$ut3G0(c5|#@cVineV6X(L%61FzY9D`Kf`6qU^-6GGxU4P#0~+k z$F2hfg?Sp#~)!uJFi+bkOON}1yT-7PXsdC4kPU6a|^?H&7Eu(*? zIGp#B6;bBAw;Y(zn2sD`AZ2XF6Sy_xy@C7g{1mw)aMyce;9Mpj=tB0%2`vSjm!WyE zCFLJwmLdC8p&>elKO5dWnK(!FhVb@H$>SW}`4&6^PZREW6ZKqlTY;ePQl+?}OLzMAsf`j2WcG>YDfAxuV4lO>1P(9|ANDv)B+P7~$ob zjq!S|`MEmMn!nm)HW)h2k2TNM*Xzx*IL8fYvSRg`j`wDL7hc8qBRZqe>Au0jU{CKr ze`nv|z*1-L`R-KbVBcV>v#-#zG+_4UdI$T@5O*#m^&%Rjo(XhuIe@0yisPI+@O%`Cgl%bu*e`MU={AXjkQ z!S4)r@baF{j$~U4cYhLpt0VK;zg~O!PU*wPxkYAZVLmf@$#GT|GRs{(3;n6?fjopl zSJusEaLd4KR`9%mZ^CyWtv3ybsku2D}_Q5YokCTy>k^;qmVn8vV82DdiK$AZkV*|WV8)dNf!rOG0 zo$K+pgXhyk5BMb(mIpfT7v``YxBA;{<=bl!L@St2dx+2K|+=I^r?bk&y|FS3E?+SpTrq#6FEJ1G0V; z=?H8dR!2N;r6#UXkg#*5Aq6ZqE2x4ue+@`Im5oZDej>cGa@I zvz<&(fnq>0pcqgLC3JDJee*%#JF+AvtAtw4DqCD_mTEA~*?(SG^3znF&om0+! zckaFC%(>^@d+yJW%qqH;*LsamB9d6XJd{jzgj&MUXmwS6TS|cZ)<3ZT$wPbw)!E?v zmVgJ&k9stdJ+M}Yk(u27ncnu<-^6?v147g|445lMM+3kz6F(l6v4XAAHgN!tl>OT?rm;wV!7nd;67O@73VBWkTGk=sdUQWNyQ^ znYX&m{I>Dhkp9syw+$rq!%MFoipK^o|FG|P)ypTl>|F2nLGi!|$54q6irt=_Q}e*c z&5@g2+ux;{#JcVsiH?n$wzoUc7hBcc5^Y+mAd!isbS0r>RAi?I4OK^3($EIBt9he) zhtj)Q18&o`*Yxy2Sjh{atn1#d^!88@m?N}{W+^3%fKSq5fbk+1+dE@x3FMapA&trXD5n4SXW!YOx!PI^E%AwAkPPyz! z70(_`4-asLg~hTUt(ot1V28^zWR>&LDoUoaIizbvS&(wygJoToSBZw;OR0l-Lmdzc zi|KGe>+e?;Bdg`|;Z15z)w7D2=PKW>9xxy->Rov$Ro|CY)Ffg>Kg;;e)xhiEC&5pF z`OaDqvTR4%LSzZ`0LNsx#Z4j*_`3C%3#WE{*Lk+F(*OAV` z$4pc9ci;^$$%jALPQHXTkY)>E(uQgvW#ZJq}V0e`(YVlD=v zj>&e+2Q~m71xA6jz~_LE0pq|r;6@E3yJ9vnEv*tv^~J_-t5f(ubif?bu}5QZ8^ujH8xU4S~r}Ti98tx zjv!4LS#KfcBt7SX*&i`VkjJMYu zJ7*Qmgho+*RN5I<6hqVR@*T$lZeK8dZ3o+Z; zjMzT#3F#Y*B}6ux5KB$?$)ZjV;Ewl=mPhFO)&MH244hwRP+Gvbm}W3w>BWF z0Zz^W*>8&+T;t%7gO?mU=3vsnPaOnINYp(Ug(j#ljy#tvi^eIJ#gpRHqqj?}z)0cjkyC7plcFaTY#7_!ld{-7f#&ZbI-*1H13@7U0MJI_UmBC`*Wy zqRtsKf8vSBZ8cl0^@F9(?Qz(-Jr>c9ww6`RYuZ>wnpk(0xGo1Ikjc9DHvL0)@}P6r z<2|)#Z;L-0Z*FQ5V&!MyTT-0oq_O0~u7&yXJS^+79@9Mk@VrPGTXqzA^6cU+^JB%T zwlaK$@2MwHm-CCn{*cJJ)XYCg_v?yY-upYINcFY>G-7nL!ZOBA7t6g=NqJzR|Nrqi zS{muf=Js~xdNmQrr3ci!h~NuOq)$y}RK2HPQ})^!z1e;>AGx2OeR#m<;IxnT_6-d4 zs=&NxAaUVZ43-m(c^=)92Y3_Aa~jX}jB`tzICKVS6TB0=6wH0XZLk5}0KS2|GBDQz zcFTM)?ynK;?Ji=MaPh>NV%^c +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +[System.ServiceModel.ServiceContractAttribute()] +public interface IMtomSample +{ + + [System.ServiceModel.OperationContractAttribute(ProtectionLevel=System.Net.Security.ProtectionLevel.None, Action="http://tempuri.org/IMtomSample/GetFile", ReplyAction="http://tempuri.org/IMtomSample/GetFileResponse")] + byte[] GetFile(string fileName); +} + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public interface IMtomSampleChannel : IMtomSample, System.ServiceModel.IClientChannel +{ +} + +[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] +public partial class MtomSampleProxy : System.ServiceModel.ClientBase, IMtomSample +{ + + public MtomSampleProxy() + { + } + + public MtomSampleProxy(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public MtomSampleProxy(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public MtomSampleProxy(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public MtomSampleProxy(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public byte[] GetFile(string fileName) + { + return base.InnerProxy.GetFile(fileName); + } +} diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/schemas.microsoft.com.2003.10.Serialization.xsd b/PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/schemas.microsoft.com.2003.10.Serialization.xsd new file mode 100644 index 0000000..3beda49 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/schemas.microsoft.com.2003.10.Serialization.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/tempuri.org.wsdl b/PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/tempuri.org.wsdl new file mode 100644 index 0000000..6a50c00 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/tempuri.org.wsdl @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://localhost:8080/MtomService + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/tempuri.org1.xsd b/PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/tempuri.org1.xsd new file mode 100644 index 0000000..d2c017c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/MtomTest/Wsdl/tempuri.org1.xsd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/FileSvc.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/FileSvc.cs new file mode 100644 index 0000000..04ba816 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/FileSvc.cs @@ -0,0 +1,30 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.IO; +using System.ServiceModel; +using System.Runtime.Serialization; + +namespace PracticalWcf +{ + [ServiceContract()] + public interface IFileService + { + [OperationContract( + ProtectionLevel=System.Net.Security.ProtectionLevel.EncryptAndSign)] + string SayHello( string name ); + } + + + public class FileService : IFileService + { + + public string SayHello( string name ) + { + return "Hello from WCF - " + name; + + } + + } + +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/FileSvc.csproj b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/FileSvc.csproj new file mode 100644 index 0000000..9fa759c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/FileSvc.csproj @@ -0,0 +1,51 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5} + Library + Properties + PracticalWcf + FileSvc + 3.0 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..952a16b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "MtomSvc" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "MtomSvc" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "9c69204a-b3ec-4339-ac5f-cdb5c637a8a9" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/bin/Debug/FileSvc.dll b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/bin/Debug/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..347d2c20c0bfbaabea6ea24f84fada00deff417f GIT binary patch literal 16384 zcmeHNU2Ggz75--ZlhkP)LQ2}GrJcw@P1<<0{)^XX0&B1B#H}40k7HA^qM4n&UQaVS zv&_sI8>GqzR5|SnNC64)RKY{bOL;&dLZX%WP{Bh5LP)$uJn+&7o{*qOgzw&&wbwtY z1TU!KUTe-h=bm%VJ?Fc3Z|k3}-c57p!iGua2w<@KZ_3Gh4ky@={ZAkwZFHRbEYQ>Q9J-%{nD0cxe^u8N5zDr(S zcl)m1n3-gKm$J{H`zHLbLRl7eH?BUG!$VT|*cig8G{;9N%4@%TXrm%xj5wb05(nAN zu(N2pF^eg5BSD4q`-=V+KO_GqML$w4orcstt>`61ZAE=W-%#`|MgL&DXFQL;aG-8{ zF84R18zZDW2y-`cJ=iAg##_1c<%o<%#%SP8)~C>yNe1)JQ|h87jTZQz%T_Tjm^7k) zDdkXC(rb^GnW4ccgvz2kDTa&*K64 zn~HxC&(YFW{B0D-e+w^=y2?Y0aifIqaBaMc&aHGlnPygO=GwwXHW|3AG!ltcF>teG za(OPSHhu9$Onbht*IldX`;>v!iJs3660#qtL}O!h4p1G_A0*EZEFo%YWhhtIz+J)IaN`2qT7e`2^*V{ zS6fRCsum&w=pLeA3=JpPJlLZY2CH7J895S-gX&2UyOGy8T)E^W?Kx$jOnOc&2xHDt zj7d>x)@sh4)YCTZE1YZ*?@UPsr3{o)5$#}^HmL9xh3{-AF5Znan*)_#;#EA~OWM-R z7E)`J%&Q#PMvp<;s%}1wRfAt9*{pB~y%cqC$-{~}s-rf#ckuiED$#s#O zxFXr3owD=R9k~rH-3T(6uZzU8h1-mnuf=&!(gi&$)`fq;OpPv>*~+~lcYFR_FtY`B zB@j(!P0NL5#rND7#pY6YTLf1sqodAmh`61&&gYDjbzi4%r$afDFXN9K_)BrbHn78 zc~5(pbP9{)W-yQIlxIk%$;fLZB>rj*b~uC$2H`uXBcdW^QtI?L~WkKb4>+8Uc-fMnEH= z5zq)|1T+E~0gZr0;M0VFnf{;gM&Z*Gw2oCHpb^jrXaqC@8Uc-fMnEH=5zq)|1T+E~ Jf&T=7e**-!kQD#` literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/bin/Debug/FileSvc.pdb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/bin/Debug/FileSvc.pdb new file mode 100644 index 0000000000000000000000000000000000000000..f98de2f1776effbcfa7e555a7a75268d118fda8b GIT binary patch literal 11776 zcmeHLU1%It6h5zlO35^ z6DxvIum*g|gA|JTAfi6>!3RqzwS_!Lqjdpk3}&!|D%q`|0x>}jkOoi zeEGS)x#o+BnIg^Z{Ur49*8|TS|Mi#e5;J{nJ@(Pj7ZcTsiF2Jq^O2!*hd!(A{G8p#j#o90+4Kbn1_)ScsUwmjS8f3sa> z+qP%hDZ93@R+X4vLJUlZN9MH-6nDHl@^eO+Vy&5DZ*Kgw`5WcG=6TTPBSHsrND#(h zD>H2OzE^qY0GFZXkCEWAq?LgHzMU@Wbf*2BH~7IdfXDQHcM2nZmafr;K>vR6S{>%r1=@!8614~F z-n3HS$-+5`-W=%L_iC-KkBb!R=>=uHsQ_ZxbaQ_ZHm@Q@+@d?Z_~3e~82DqHy?p z-*0nY9=tqsc1tw$)rpgbxQhz3hx>@ad^2K2u7h_RfZ)FCEPI(j3jcf@F!#VVh|kTZ zfXl-y*RyPA8D*5>lqSeOxGlmA9T3VO)?XGvPTw9)UqfuI9Nb2h@FmF0;)s06T_fOp zcXzFQZxmbajTvcWg(1*JTbyYN@03D|6MP$O3$$mR#B`a#WGJbj5Wu{DEArQdTlLHK z)sFzicru!G^8Oa0=@>me*GipK;n0%IJD5kAeQM(Zas;B^XC1*8_jE9LKIr#AMyc0J zZuWBx#od=%kP12Utfg{RsHw(?R!s%=jx^ZapWT)1?`Ex?XHwS`FVpgKEbn$lgg6_E zJI_#Vo>4+C;%!I}BNQQ#r@3A%?RMASS9@;Z@h-s$mm-csZrSf$c6qz=|7rFnJ*?Np zhH6!l(lwQLZvCYiQ zUR{dYBM|3q>@|L3&N091ys$(+a(RmR0P|Mn54n8@e@~bXu(!b;$HyOQNR%1l0Nf+Y mF=ph9u#b;@9kZmBhrouF=aTeDA|Mfv2uK7Z0uq5GM&K{#Yl@rz literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/FileSvc.dll b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..347d2c20c0bfbaabea6ea24f84fada00deff417f GIT binary patch literal 16384 zcmeHNU2Ggz75--ZlhkP)LQ2}GrJcw@P1<<0{)^XX0&B1B#H}40k7HA^qM4n&UQaVS zv&_sI8>GqzR5|SnNC64)RKY{bOL;&dLZX%WP{Bh5LP)$uJn+&7o{*qOgzw&&wbwtY z1TU!KUTe-h=bm%VJ?Fc3Z|k3}-c57p!iGua2w<@KZ_3Gh4ky@={ZAkwZFHRbEYQ>Q9J-%{nD0cxe^u8N5zDr(S zcl)m1n3-gKm$J{H`zHLbLRl7eH?BUG!$VT|*cig8G{;9N%4@%TXrm%xj5wb05(nAN zu(N2pF^eg5BSD4q`-=V+KO_GqML$w4orcstt>`61ZAE=W-%#`|MgL&DXFQL;aG-8{ zF84R18zZDW2y-`cJ=iAg##_1c<%o<%#%SP8)~C>yNe1)JQ|h87jTZQz%T_Tjm^7k) zDdkXC(rb^GnW4ccgvz2kDTa&*K64 zn~HxC&(YFW{B0D-e+w^=y2?Y0aifIqaBaMc&aHGlnPygO=GwwXHW|3AG!ltcF>teG za(OPSHhu9$Onbht*IldX`;>v!iJs3660#qtL}O!h4p1G_A0*EZEFo%YWhhtIz+J)IaN`2qT7e`2^*V{ zS6fRCsum&w=pLeA3=JpPJlLZY2CH7J895S-gX&2UyOGy8T)E^W?Kx$jOnOc&2xHDt zj7d>x)@sh4)YCTZE1YZ*?@UPsr3{o)5$#}^HmL9xh3{-AF5Znan*)_#;#EA~OWM-R z7E)`J%&Q#PMvp<;s%}1wRfAt9*{pB~y%cqC$-{~}s-rf#ckuiED$#s#O zxFXr3owD=R9k~rH-3T(6uZzU8h1-mnuf=&!(gi&$)`fq;OpPv>*~+~lcYFR_FtY`B zB@j(!P0NL5#rND7#pY6YTLf1sqodAmh`61&&gYDjbzi4%r$afDFXN9K_)BrbHn78 zc~5(pbP9{)W-yQIlxIk%$;fLZB>rj*b~uC$2H`uXBcdW^QtI?L~WkKb4>+8Uc-fMnEH= z5zq)|1T+E~0gZr0;M0VFnf{;gM&Z*Gw2oCHpb^jrXaqC@8Uc-fMnEH=5zq)|1T+E~ Jf&T=7e**-!kQD#` literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/FileSvc.pdb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/FileSvc.pdb new file mode 100644 index 0000000000000000000000000000000000000000..f98de2f1776effbcfa7e555a7a75268d118fda8b GIT binary patch literal 11776 zcmeHLU1%It6h5zlO35^ z6DxvIum*g|gA|JTAfi6>!3RqzwS_!Lqjdpk3}&!|D%q`|0x>}jkOoi zeEGS)x#o+BnIg^Z{Ur49*8|TS|Mi#e5;J{nJ@(Pj7ZcTsiF2Jq^O2!*hd!(A{G8p#j#o90+4Kbn1_)ScsUwmjS8f3sa> z+qP%hDZ93@R+X4vLJUlZN9MH-6nDHl@^eO+Vy&5DZ*Kgw`5WcG=6TTPBSHsrND#(h zD>H2OzE^qY0GFZXkCEWAq?LgHzMU@Wbf*2BH~7IdfXDQHcM2nZmafr;K>vR6S{>%r1=@!8614~F z-n3HS$-+5`-W=%L_iC-KkBb!R=>=uHsQ_ZxbaQ_ZHm@Q@+@d?Z_~3e~82DqHy?p z-*0nY9=tqsc1tw$)rpgbxQhz3hx>@ad^2K2u7h_RfZ)FCEPI(j3jcf@F!#VVh|kTZ zfXl-y*RyPA8D*5>lqSeOxGlmA9T3VO)?XGvPTw9)UqfuI9Nb2h@FmF0;)s06T_fOp zcXzFQZxmbajTvcWg(1*JTbyYN@03D|6MP$O3$$mR#B`a#WGJbj5Wu{DEArQdTlLHK z)sFzicru!G^8Oa0=@>me*GipK;n0%IJD5kAeQM(Zas;B^XC1*8_jE9LKIr#AMyc0J zZuWBx#od=%kP12Utfg{RsHw(?R!s%=jx^ZapWT)1?`Ex?XHwS`FVpgKEbn$lgg6_E zJI_#Vo>4+C;%!I}BNQQ#r@3A%?RMASS9@;Z@h-s$mm-csZrSf$c6qz=|7rFnJ*?Np zhH6!l(lwQLZvCYiQ zUR{dYBM|3q>@|L3&N091ys$(+a(RmR0P|Mn54n8@e@~bXu(!b;$HyOQNR%1l0Nf+Y mF=ph9u#b;@9kZmBhrouF=aTeDA|Mfv2uK7Z0uq5GM&K{#Yl@rz literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/Refactor/FileSvc.dll b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/Refactor/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..36caf02c3f15b8184d7b5e680ac1c4320a6e9cef GIT binary patch literal 16384 zcmeHN-D@0G6hC*9Eoo~*MTre!osb9$W>~VDrh%fHWYZYQm)SHG8)#-{C&|d{%rY|@ z69vgb5CoC>C`eThd@B_S7SUIqtoSG7$tOVtUlcL^&YjuaY?Uh72f=f~oO{p5Js-cB zJe--Gf9V=^5m7g;!$YFmSec5N-<$2h-23=vy>#pNoq^kG?#{rX@faoft|(FHIB8sV@4&dZ*OPc0j!YCshy8X=sc@dt)%& z7g+`~u)xlBGc{M*gTUuN=nHBHT5hf_v-Vj-+(q6Mi9X0^RVP~~dZ1JD_auV|9ki$i z@^dYT$c&wx81gL!A2wZMS~nz32GP11MxhN!*H*-aeGFVjsEF##(D4E|>RQ)fWWOA) zBUB`sJR-_g5D)|e0YN|z5CjAPK|l}?1Ox#=;D3a`HO#+EJey`HOG^f3NX(>)mH&Vy z%g;}$^fb?++aqSq9LYzgaokn1c@dO-y%6I5#E5u)QP{G#&Im(ZrawdEjXvEvL(UuMg#m_*+ymYTLV&RoF>u0hdH zDepqB57HHSnEJu{X#o5*nRJrQf~LCw{5fPc{Hm9C){>zhn7Oij$PaGF54T4S8Aw5b`W}Qh0428?9^zn^0H&cG~>j4 zoJ>0o!qjFiH~iSGIp(Y%J7G{SCm|x5X}Hyi827Z&h@HEgr-E7?k;0aDqOf8&@RuFW z+R?kHeLl^?ZZK6`&y9E6*0e*~K+FZJ=4cSQ488pN!_Qx>z4qh8=hxr;`2BA(2h{WF zt81(Mg@ZS@;3V`VE0UWwE`KPo9*=e^OCI@jj^V4}S` z6@(?vo3~t_^xbeAegD{c_yifn#7(#$AP5Kof`A|(2nYg#fFK|U2m=2K0iJ0wpA!b* z4&pgSe@^~`p56G}!HY$r(vg9*lqo>FN@cnVK26Km&EiY@0_0ini^*4a`l9>$-*|ex zo1RS-JjWjitF<`JKv>x~4h!Z0ZwJ=(bL~x~fguLR~}# zuA+{=nCiK6j^9L)rF-Wo=zf-PK0xjUYKU~66@|oKz3IthR92B31gk>VtFKqD>i3dE zb!X|#PpFrO`tTeb5#7bgRMh<8tO@tv)87ozS7+~!-Zd8QkFM{ybu)^??b!BB#}0xp zF{{dq8-eKtW@)8j`e993=g$vZN>i`S6D=COG-ZEUYM=Ii21m~s{X|2sm@Vt)*;FpF z4rXG3pX+97uhfLX`#|UmW++;3ug7j3a}{|jEES1v_h?f$+a!9V+w#velL#FgQ$O^p z#~P89sJ#UG0fP^pt}(3}nkJKI(~9e{15MXfgupQ-o)c6=^;WFB5P`bZO*lC&hvx(p ziDplzA_@Y6fFK|U2m*qDARq_`0)l`bAPD@A5NKllW#ZYihcdKk68(ZX*kI$opxMgn zvqrj`XVKkpD`!pQrpBi@S%y6D3rL=QkLVWGpP*+eN$dvOb&iN|HqXu3>lNCA%wueJ z;d;4*^+V_p>$6^1#mWSevG4@ZSyp~E@-*D4o!1tWnZ?Z@w;fGuW>H& zjj#6%--zvKISl6a92If(>pOAyPTh#I9r!N&h#%I=nWlb@**c5Envg(Ve~njP(X;N)YA3zWo=OnmQ(j z&*-h60#)@V^_NhQaU5U5>2-2+o~Y{_6Nlw6K6YX^5E~=9Q%epLe&->&j4$|x?k3T( z0c!VvmrXu&q9vRVLayLlg@e5{c=?^m^SY)*#BA#wbBKy)UsttFJJ>~fBrWRvE2*73 z=lpFHS$p_71>Mgo_J=sTff^FrM0Z!6ez-U8i7}W#-*rU#K+!{G=HKqaRv|$^5D)|e z0YN|z5CjAPK|l}?1O$Q8LcnbO&-m^9X(g0Af`A|(2nYg#fFK|U2m*qDARq_`0)l`b I@LxmVcMX3bV*mgE literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/ResolveAssemblyReference.cache b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/FileService/obj/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..4a7c7d8e1dafdc23a20498c1f3b9eebd366b9328 GIT binary patch literal 35643 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/offset.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/offset.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/position.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/position.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/root.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/root.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/contentType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/contentType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayAttributes.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayAttributes.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayMemberAttributes.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayMemberAttributes.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/commonAttributes.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/commonAttributes.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute/ContentType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute/ContentType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument/ExpectedMediaType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument/ExpectedMediaType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURI.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURI.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Array.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Array.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64Binary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64Binary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Boolean.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Boolean.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/BooleanDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/BooleanDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Byte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Byte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ByteDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ByteDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Date.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Date.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTime.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTime.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Decimal.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Decimal.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DecimalDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DecimalDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Double.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Double.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DoubleDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DoubleDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Duration.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Duration.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DurationDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DurationDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIES.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIES.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITY.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITY.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Float.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Float.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/FloatDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/FloatDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDayDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDayDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYear.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYear.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ID.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ID.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREF.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREF.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Int.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Int.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Integer.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Integer.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntegerDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntegerDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Language.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Language.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LanguageDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LanguageDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Long.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Long.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LongDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LongDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCNameDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCNameDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKEN.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKEN.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATION.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATION.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Name.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Name.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NameDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NameDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedString.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedString.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositionAttribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositionAttribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QNameDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QNameDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute/Root.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute/Root.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Short.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Short.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ShortDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ShortDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/String.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/String.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StringDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StringDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Struct.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Struct.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StructDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StructDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Time.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Time.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TimeDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TimeDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Token.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Token.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TokenDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TokenDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedInt.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedInt.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLong.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLong.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShort.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShort.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/xmlns.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/xmlns.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Ftempuri_2Eorg_2FImports/xmlns.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Ftempuri_2Eorg_2FImports/xmlns.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/xmlns.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/xmlns.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/TypeSystemHolder.class b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/TypeSystemHolder.class new file mode 100644 index 0000000000000000000000000000000000000000..30d5d12bb6b71db9829a090b65a5147343c9bb7f GIT binary patch literal 2054 zcma)7ZFAE`5Pq(4EX9a~IDwM1P|+GV0#<3#c zu7FPyIL}Sp!hE4L zSIp;gE4f@@wv?M&NQGwa*=E&n7)IB2wWpeDYSy+|2&68vy2Cx7%rzHF_k^1Zf!4RBBG-( z#bw>}gOKnL3WMB}$-3>`wOdwoWluMnUfs4BE{2eG+qY9PY5~Y`Y)3*G83~``3x;b% zv=R`l91*S58%Y(%%YL#>nQn<`eKCx6vP%7n(rBXr`gHlQO7>a~PDD!kT7)HWe z{7fWFao@gJ;iXbK;x9o3IuoKFZtWVnC*W%d-=M;fdYd+6m<%mEYFS>rVMK`4i<)KG zp3LhnpU7N4$`<8@_M;)YEys}e_y{Pwnj_a;*|ubALRsfc+0?upN3F!Y=q4T~oo9K30x@VKK zeELc6@vcZ6qh=DBYB4-SW-f&B^#L%PvW#b|eo=KIWU9+Y(B)lDIwFQ_pY$T(g|zXj zEv_}2hE?q$ywAN9?K=uy^z1;wFy2LV=O{f2m*@!sy+sqed+1N(*9Yijpntxjfj-{F z@D9J7XrCqBD6Ndv!R#xaSe?i<=|CAJBFChMfk>t<;5|x(_e@2`nZJauQ z6#E^gD+4bu%mE_-VAux?m)kf)>QS!lbDq@6KQZ?F!6C*g$+Hy2x!3;xA;c&GwL=V$z1Y<@24DLr Z#W3jWk2q3~IT`cyfN+2hUP2C7!N1K^IZprp literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anytypeb1cadoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anytypeb1cadoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..b3d55990deba690d28632f7c61d8a8e0d2919978 GIT binary patch literal 357 zcmah^y$*sf5WXUaiJObh;6lU7rg33+C$%(SLVqGP5g*OL2k~X}3X~8RuW9eQFW=pF zeLtQr2w)3T8wUWz%YAl9ty(vNq`pp|~zDs!H~Q^r-nw3S}Yt z-*SfnI)5x;}`ZpPHAP wpOTrEuFt@pm{%E6S&+)W9q;5B596=^4T1qi21cOK3}BKOCdk0>9|&MP0LrKxx&QzG literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anyuri77b6doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anyuri77b6doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..5d73654f0385904c4d99b548a298e2345155c7d6 GIT binary patch literal 368 zcmah^%L;-(6up{S5d^LJhBi(s#dbv-w^3^`6&0KZJ|O$F7JW!RQ+GxUY10gIABS`9 zx%0X|o}j}T0OK4M!NCtg)}C9Dz?PS(eWOLiLt$4@me8=WRgx~|Hz|; zCaebUzapoi_>uVt!6vI~u_I*g8GLafk)CAmBw*o!=n6~BO_|4D=+tuGRoA=j)rone zAgfytewRSH(kh=7D_x$M4AUH|W_YI7LuiqKD36-fMZ>Jf2i^$XT~_|;a$ZGO`ojfPMK z;wP_!v0P_4D^g>%)Amgx;xB<2m-t~3$2j5Hm+(9i%#jA)$Rl_YEP_6<=y~5WV#=48 j@^dW7BH|wEluSz8_xY=@sL!ZJTnn6Gg*B09d=2+6odsI^ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anyurielement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/anyurielement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..9316ac0dfd4fde9ec4182293682116dba34d9ca0 GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt@hm{%DZ8hY!3*R?t&iPMbWk1zz~ t3j=2lMvM)o4&Wxh$1YGHzI%X^4*`rB;nH0rHsKyj1{z|JhWH-_ya8JNRgC}u literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arrayattributesattributegroup.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arrayattributesattributegroup.xsb new file mode 100644 index 0000000000000000000000000000000000000000..fb7ffb334815652a1190c3da54805a208040049c GIT binary patch literal 349 zcmcarwQC;(6N5Md0|Pq)D}!c6NlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt@qSX7i)=~z-yl$lgol3L8bU7A-|nwXQBmYJHu@WG~{*eVew>0XpyTA+}Z zn44;=gr-eN0cb~Fu~kW4v8@u(w!?H)AT*Vim+O@qgI#K5U|^^p;p-C&_JxuimjV!= zI7p!=HO*EDXr~p}IU$t=sY?2I)#az96{nU!6xrxwc+QT25g3e&z+hwsVwV3vz`y_i D=!bS9 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraycacdtype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraycacdtype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..0085965e13bcb304f68159357a6450968888d114 GIT binary patch literal 847 zcma)3+e!m55S{IPTWh`2*U*>ZOSe`8DYc;Z;DRD}0pCixn{5N_X4yo#_0xRt3;Y6q zMkm>}f-Ptu$uMVT&dJH=>)ShIpbmiNAsmgBin@*?y)m0o*-EApDQMIZ@yOAE!$ME^ zJRCWYzldWxhsxm69nf(8IFA^7^b*i&Sac;nO|#jo zH9IjnI_>tc^L%^rU^F)RWt%jOmL}nnP~wScG+_x*sE7n2Ce-tolp>ad`>2ZtocUxp zCy|g`Ys3Mh=loXQhbF#y<-pPrW5?2kR_a0f??R56(rOnYu&FlBcvjX1N)@B2P!K^N znS#23Jt1QBnkqKzoSo|D=wISK6m*Mw1-Ws|0x$#c2cGU-sHTn7^G&&J^ckAMT{=4B z`jETUeHQ*W;F&cyh8XAcg)0w*G{7^9JBL^iN~=l(e&NEr4do5_3T#1jV}2WI8}eF> z1r;+mv*Ihl4ral^y;!@*R>C;tUB~wjFC(7vujBiORt>Iotm6lW*9@0-##*p1`7LzD N6iV`cG^Ye><{KS$}2CjG~&-mh!BA_gTAy5NcGt4lsNiYNS9MQB}5!RBK zTabgU&l4!dz)?_?TAW%`mdd~g^acY1GY~TV2Ld3Qg@F}Ff&e2JasuUe7}&skurQDh F1^@(OPF4T_ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arrayelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arrayelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..188aad2b04fb5ddef9753167adc210c1725f3ec5 GIT binary patch literal 127 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP wpOTrEuFt^gSX7i)$-tWkqLLGnQ%WieQh`Pw03!n<&}arQ$&3*G4+JnC0NGX^2mk;8 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraymemberattributesattributegroup.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraymemberattributesattributegroup.xsb new file mode 100644 index 0000000000000000000000000000000000000000..68358b81bcd21231f23a72ce88c18fe1a681ebd1 GIT binary patch literal 323 zcma)&zY4-I5XR4c2s(>v$>!2j-GUXITy%1AO*Ps;lhh=o)kkyi8Jv9?O$$Xt2M-Po z?moWXeUHoa22B_OKo>eNimgov#%32YL5*LC#3-8jN*{4KU?z8J&*c%rfND+8YbGM5 z7uISXWtJJ}XY!QMgdaHD!+lm5LhI#Ht1R^-6)Z$Q#mIAh(hw_6i2f$2RmEGB=eeIx zE9yxQjPZ88+EgE*dCzn8f#qp-2$Az7sWRMhB@r&qX7~$!4h;2;s&fppVE+L1T?KlpV5MFJyk-mtg_f`&tb*(rILZh-xhpmA8!8y5y ztAM*8`)T7$kC(XaTw15U2^YnrC1nC=tIU0L3W_4Ctf z0_F9bQ618~-UWixN9CwV+%qHNi&DYSwt#OoV51w(Oou16KMH<{9 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraytype1ac5attrtypetype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/arraytype1ac5attrtypetype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..15ea630d0589db6db4bdada2108459126ac85735 GIT binary patch literal 354 zcmah^OA5j;6rB3&#{-B*aMK{@MsQJg-McTbmbTEQp^acYnhOu&W%MO9;zDr33ony- znaT5Ze_(_KK)a85a)=Wy`eQFMY??L?uXWWmT!vj*WHs+XbI3&6oJ*01QQLAOj+AQ4 z(?w<2|DP&rS^XG|iN>l>O70l5e%7B}W!jrrZw8-RcLX|jM-fDhrJ)u5V9nDlr(n9* s1^<(m{;T2W^&(I|!q{-0;q~1FQ_P6}!l1Q`)wpm;4~J@ihk#}YZFRpjOr=O-5E)YKyd~}plQrNj0FAz0Rsa7r-U9l literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/base64binarybb46doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/base64binarybb46doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1d456b7abfeb5fe5e36ba22e175477ccc3e744ea GIT binary patch literal 404 zcmah_OAdlC5FHTwM3yF;!3|wVNOWUD+^}~~3N%0hEdfl#qq*=PUPh-COcy3j)A_vl zz4m##KfnYR0QCyiaTvvv59gs_5QsMSu65N3+IU@Bu$p$B3K&mCR`T2nX~zOTEIDn5 zlSnT$<2@Yz_my>1{cMgf0o$VQn*$-!&WQugC2~KR_7iXtjR9;vQKI;;{VwR`J6s)2 z5iJP#{dSt~C JudM%6z#GAKWikK& literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/base64binarye936type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/base64binarye936type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f43b9ce6a4f9e39191234eed3e71a14615eb06f9 GIT binary patch literal 474 zcmah_%TB{E5S+LnO+$blkoX2J@c~o>$A|;IB5|(V#x#+d#Ihqq_%sfD2tNbsJSwVI zVpq1;vpb`)zdt^|z;Ff7KF4+5H2Q&ayUtZ9ZSr1jZ7p?Dn+V!4Mn&W=Cobz-ANlKxe=`+vSD^>&XW2yo7e41qHs9^vOky&`fqS+y_E z0++q5RcBP)-z=I|D=?A4f7;F3#?Y$}YNM<&Zwem$2QZ;zKNM8^IHA1{=5PdHMTDNYH6M{9_f*df)u&SC$I`VsX#${EfPfnI)5x;}`ZpPHAP zpOTrEuFt@elvtc{|5pX F4*)QUB4_{r literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/base64c455type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/base64c455type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f001aec6f6245095d181db802b27b43babed79a2 GIT binary patch literal 258 zcmcarwQC;(6N5Md1CZok(99?)DX`MlFHX)#%}p%UtH{kM&QC1R%P&gT2QlqDlr0plY~Im`Pw`V7m33AbJf6tIW(T$bl;N z1Tq=8K-LwP6an49z)?_?TAW%`mdd~gbUgzDGY~TV2Ld3Qg@F}Ff&e2Jax$o@e02)H1Q6$f%f;#{SPX(A=DWk-neX&m?veg?*Q^a2vQ z@_Kf6X1)G;|M-N94Zyg@w(L4}pCl$PMU$EMt*MR7R4nx|u^e2 zcYWO-Pq1MNfO!e4B#M(%^rybz;LA%+Zgthlv>`1kc%8OHKe%8rD@9HsDJ!0eqh!~b ziw?s7lCo~9UtNqC?24{yLP|%c(HTclfnI)5x;}`ZpPHAP xpOTrEuFt@pl%JoInwZDH4`moy7$=uh7Ni1=K>$VuMxgNwV3HXj{2vHlJOFtVA0hw% literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/byteb91edoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/byteb91edoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..268943bbb3a6e2d3e129951ec135d739a3fc90a5 GIT binary patch literal 356 zcmah^I}XAy40TG%M<6kB29^Y-3dV}1JA2hn)K+SniUx^tGzJdBWxx(Cf(cvk=jqwc zd0cOIa9{<1aR&3y55lPKj$NZb=u;*xRoUvO5p9yIDr$voRGsLws59YrMjdo=u2gNn z`_C_`ru-QS5P)@VOtY7A&=@pvpCmmw=tTQ&vJD1eOyRAxfVgXKP;g84| v`4bIm2SyhAu6n>G1{^cP0ru%#tT?zZwulY=HewU*z~pO&7*l-2e>30(5GPcs literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/byted70etype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/byted70etype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1e573f1395db306ecc30b75021d14a8471723654 GIT binary patch literal 504 zcmah_%T9w(6dWFHDaE(OKQM72wB6JgSB(qVnz(Kdu0X;oK#cflF8mOGM(2R-Mib}e z-poBSbME8w?fnBf&H=7xxJ=r%y79awOjI5;?rWYkWl*_g9eYANRfJ`f7O@BOscRLi z&D!7e?1G-1f1B^a+l;%Gg!jKM&8w_8`y_I+G{RU8^6y|KwR(mvyP)VEAAC4+e6*UY zwyP9$KZ1ELo|$;kqE)e~VO}kk*Dw~#6}0&fZ`zsNa(a gcQUch`~i2Po*j}|Jv*X4#W5V5kQuBCPC4288)7nMng9R* literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/byteelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/byteelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..75fe844ac4ec6391e15e8b2ea9d2566eddf103c7 GIT binary patch literal 125 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP upOTrEuFt@dR9TYBzyl&v%nedYDhpD91|R?<10&F21~AEt5dIGYFdhJLbsY5o literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/commonattributesattributegroup.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/commonattributesattributegroup.xsb new file mode 100644 index 0000000000000000000000000000000000000000..107892762162ae036bf75428a57f4879f3e6a1dc GIT binary patch literal 1239 zcmeHHO>fjN5cQTXQ7+uLj?xR2ASrNLwJV`QQKeF(QY5Z!GHEOv+j#8mZhsP2ZXEa_ z{F;uFCfzO);=~C{wnp~6nKv^}{&o4|r`Qlrgb)wJeX-qy;HE`EWrMAxe9>yM(&g5l z7s)8ll(tglybzB|+qTxc4#BIl7?8xHXud|NRjshv_`bWKsT>~Pc^e%V+2UTdj>~|v z7@7t{d)Z&-A5e=M(0o46=dU`hFL!oc6rbN8eeCMUW}CpPV`PjCGAL_in-BY|%9gQ3 zvvLb?Qx)`dAy|-F18PjZ1fh`u>S)Ro3nXM_2AKYBnE&o6*}aD?Wb+j zK|S|aZ^MPu5h)+xrwu~GFEI8F6frs^Y?Wx7Aw*(Raaw4lG3ZCMR$mbIKOCRDJ;(u0 z6GuhQm@E#=xt)b)nWu2pGS(*f zH6w(Pwka=%yevx|Uq{gmkE2^&sZ2?Q{AH8<=Chu*CzmY}UU!~LWwL)W#$IUW)H`&I z#RBad;k`##krT#bawfvnuO@%clfjnl uJ$w|8JQ(qyKk!cjV6f+3$9{Y@cpnZL9vJgGgJZ9r!eQfNaMWm>jpG+L%W^FM literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/contenttypeed83attrtypetype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/contenttypeed83attrtypetype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..81d637cad9c16743e21660a97103aba2ce9aef7b GIT binary patch literal 361 zcmaJ+OAdlC6nx+ZlmoDE3V(*@yG)lrRq^9E0TzC*KqpuYV3*$6x-s{Yp zPM^2?19Y$f@SK1ZZNn%ontf9-Sd{gN2$u*UNVIeuk3^17u6dTHIU~EW;H=T%3|Q@~%025D zv1ILbM#{|U<;G7-XmY&}SnDvrZitns7|D)cj5j*=U$pA3?=%J&s0R&q3lpZw4c<;1 BUp)W- literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/date9844doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/date9844doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..5c67ca7c893349677dac6ec8580e49e78c742978 GIT binary patch literal 356 zcmah^OAdlC5FHTwL=%^u!A-l6_*)t_?A;SA4UhmOQWNoLEMRAqb$Wo{{D--5NTKY;{3R!B{ z{O4yymH!L{2*5Jcy4rKzX>^*nkCPtn^f)*%D#DE7X}$6^-8rXjxAnYO2?IEE7XFCL wB7dP_ZNtD|{i+2_vcSP?;ehq+U922%VQ3H&+HJ%p+=fwah8Saf#Q!kh4OTZ(od5s; literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/dateb634type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/dateb634type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..4169478c8979b7102a34be6f2ed08ff9fc4148f4 GIT binary patch literal 434 zcmah^%TB{E5S*kYO+$Fx_yZ&^@d3nvBkBQPkvLbOF-@cKFULVAJO|kR}`9H5|%{Gt~f#0mDkoZAr2~iLF1(|=9-R|j8A@}2-Z?A9M z&S=D{f_OM^tQ)v3QZs0)hgXe={{&|A_?t#7aKz|Mu*N(R%#jA(m}d;!1Pf$;fnI)5x;}`ZpPHAP upOTrEuFt@dl30?;zyl(a%#2M+DhpD91|R?<10&F21~AEt5dIGYFdhJ0ryQ67 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/datetime4161type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/datetime4161type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..ec4dfe4de773cc60304e2f6df0871994eb61ebc9 GIT binary patch literal 454 zcmah^%TB{E5S*kTO+$d*_y#z{sz4k#q8{+If^!u$ris)fmSZ8xr*Ysz_!$`IbpeT8 zdA&P3vtEC_e|*BnCBV4ERbj2Z7oy!2s><5*tva+#rqjmkg-e90cTHZ_dx0p=ta>Ud zg=G66w^MaZ?xY*%bVEjMx*nA`|8vVqA0~lh;WjOEgzizfMo<{_g4k7AeSF?XEZr)W zi`}m7R`#eBe3>J7oOrD@`~f0uRIALZg2%rDGrIpxV;UcfQ*l|NF u5dVR@nI2Wne0r~+Y3mFl>NM^!4;P`Py~h?=9hPCL z5(D~nRs1Q1L+6Qsy$cfnI)5x;}`ZpPHAP zpOTrEuFt@cl30=&l9`*zAOK>O09hu6W`-q|1*t%T5P*?^5oiGem}Eu>{|5pX4*OM(yR>(Tl@mpQ#HdS%k9TNi**<@{AHpc{hF0-;u zD=ZINahNY_D$lNY$}nPf#=FV4`CnSrs+#qJ*lbzm@XU*12e;_t3qo^Co74VDAe#1g z&Ng@bNlDluhx>Sz>AvIg2vjGv>|P}-ej9L@_BVsr#RaPYx8&G|2Oq(p8wu7y>tTWL vkG`2{(PhGBj(#6Yc46^Mv7$R59_Re#FUg1GE#?AOSRo>ECbxrV`vCj^NW@|6 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/decimale015doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/decimale015doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..c22b0cbdbf477cd718a3311b2a7fc609148dcc9a GIT binary patch literal 374 zcmah^u?~VT5Iqn?<6z?AH@LK7!op}+*xd=121qC+f{FNP4t|I~qt{Xlaq*hoU0>e2 zcYWO-Pq1MNfO!e4RxrwTkX+v68aFMn|KX}b#R@OO*I4eb3MUq_w zuR93;OG?pHzq%MP*cDyZgp`g>qce`A%9W0;6ufNkg|%tU>=1Nn=ZyjQ-VZX#H0GHt z@sBDjb>0}*+c4AEv@?J%7C2Zf6jfnI)5x;}`ZpPHAP xpOTrEuFt@plA4^Eo0!AE4`n1J8=00=7Ni1=K>$VuMxgNwV3HXj{2vHlJOFxxA1wd? literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/double6057type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/double6057type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..e98e33a97aee16b7e096e5c85f8246caf564a94a GIT binary patch literal 444 zcmah^%TB{E5S*kTO+zWY@dF&-62k$IIHDe!D-!1_G^UA^m+XKjpT>a?;b&kRyS;$a zU3op)nOU#DKR&_Xm=nw}#VOIqx!wH>4Lx61 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/doubleelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/doubleelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6526dfa419b91d5b46184f457d5d525131af3afd GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP wpOTrEuFt@hl3$vXlghvcq0J0T%}Xi^Qh|mb03!n<&~OGY$&3*G4+JnC01{UoDF6Tf literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/doublefe67doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/doublefe67doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..a965b42eb77fc9a2f96d4aadbda4b237dd96d738 GIT binary patch literal 368 zcmah^OAdlC5FHRuV`AdUGq|B_gy_<+Veg(GR3M=(5lFgFwS8SAEG$n{jskpc;b?~S5`G5sof?mC`%ewHI%0!D|zmQqB~VI6lupO zZ(;XeQL?)Fkwpl>rfA!GPsr#q`rK?JZ*ZXz7o(eDVRt7D5FmlJfs%-y=HQ3;GkUGmm^gS%@2)TJ z-Mc=nw>vnn2EaUrMRJN0#)tDDa|lIS1ed1n1d~CRmU+Xvz&vuEimc*A5cMrnmEe&` z`zGfKj{h}PBkLbwj38`ErR0H9>t(%hCe^;w`cm+-(HWMu%l2EQ^xi9r?81;`A~m3I zSH+*|Ao@HpuybZ()w~5pwmTeH_(>U-U{0xlqx`4#4 zyxyIiS+Bp|KR)4O1u!mgU0SOivdrvCSr;aKtBfnI)5x;}`ZpPHAP ypOTrEuFt@cQd*Q)l9`{!AOK^fSQsXjR2HNH4MG4$21cL-3}BKOA^aZ*U_1cxKOkQK literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entities1417doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entities1417doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..735dc6f2baa404c50e660247f529f9902cb61e29 GIT binary patch literal 370 zcmcarwQC;(6N5Md1CZok;Es3lj8Dv~45=(gWiZMwO4qB%%_+`LEYK@X&PdHoEY<^a zQuC7YQ!?|?^<4czJVQKPgI)5IOLJ56N*JsO>&eV5$idL)2^3_|%qS@-u+rCu*#)y3 zXr?~MUVWIo`V1T}n;8Uv)@GJurWPk98km=W+${_fF*GqWPsvXP3j#d|1dJf~9|(YK zCI)7(7%~eg0HzojSb#JmPy-{J&kAI*Ft9SPfknUs)HIN4kT??qJCYud3XmR^&k*j*hysu-(D(a@CrpQ2yK;Co5y>B zDOE-qN%}cGzcQPK;ED|1t>sNDPgaIX92tlJrlX|5NZHIhfnI)5x;}`ZpPHAP zpOTrEuFt^X>KEb};^`X9Ads3@l39|OTAY+w=ffg`;NoIube;|PI E0IRegSpWb4 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entity23f9doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entity23f9doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..48387cca3d6bc5dee325f71fea0913c853a9b93c GIT binary patch literal 360 zcmcarwQC;(6N5Md1CZok;Es3lj8Dv~45=(gWiZGuO4qB%%_+`LEYK@X&PdHoEY<^a zQuC7YQ!?|?^<4czJVPQ~@{>z*Q}ap~ED7t#%q_@4)8+{jV$jSeDJihh*N52yvlnQh zKFCgen4S6zY!F)+_<&YsmQ-4prdpPO+$#v-8yTlrrsOAsg@E1y0!9%04+KCq69Y3? z44DNL08@+%EI^tOsDTmAX9coY7+4wDz#?D*Y8ps2NSuj*9Z3&J1xOD_Jwycq047{j AQvd(} literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entity85e9type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entity85e9type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..3479c240ed8f31456a346dca584f5b942d65661d GIT binary patch literal 444 zcmah_y-ve07(AyTO+yK6yaFt-7?6MwfrOV1s0>V1)R-nx^P|{8ghylGL3kNBH)$4- zILr3g-`)A=>;2;s9!>#{CpgcoZEmDA>s*(qN#4q>snaH@+l_QY>S|qQMYWL#?iWk7 zd`7goRjYxYQ8#+_8M}bJFBy~<|0|2K*$#3=>TXzM2;6b%4u0P1m;Ugy>Yg4IVqMw7 zc2}4B+IEeGr!x2tqsrKp_eR*X+UWLGL-55whzY!Jg51XeM?$#Y;64IOsc^axJ8gg& uqCfUsrl8BgW9$7>9J)xsK44CFNZ#lCt{<@;u`bwVh%v`8SChdV_wx@;XkB6e literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entityelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/entityelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..448eea9ecd6c82d0eb5b4a69efceb85f7eeb1704 GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt^c>KEb}63M`qnpcupQfXnDYFScQkP0*e0T>w=frc}HNoIube;|PI0Q?ah A<^TWy literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/expectedmediatype0e08doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/expectedmediatype0e08doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..26459df6975c83708d2034723a7a5132262a17ce GIT binary patch literal 422 zcmcarwQC;(6N5Md1CZoo;Es3lj8Dv~45=(gWiZPxO4lnl)+;YB*NZnYFfh@JH!#zy z$j!;k%uUsEttd!ME=f)CO-;#61gUq)PcF?(%`0KB$Ez26jgKR3)>|Bu9 zB|x*24NMbLb5e6bYzD=Ql9B=|eSMI-fX)NjrVnzRzJZxO)Nu@gFcaXeV~~Lf!3{M? zHLys@PX?PQh~XVzh=2ei2>u5GAe)JS8OUP+i-Xvh03yo>)WQgsWMp7vU<0y1Bt#!r a7-}9wmIY`oJ4gdm4@d1lTW literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/expectedmediatypec05aelemtype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/expectedmediatypec05aelemtype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..e70274df31402043d97865422f8efe539f4ef632 GIT binary patch literal 361 zcmaJ-Jr4mv5Pj#HXjBw*>dgibwUAJ#P+!j7L^ip-yPW0l(-eM)Kf?~X3sX#H-elgJ zd5`Pujsn_%&2@C?oRDuQ&=e@oToRHbCqe9UiIzKEx?XfyE1iV2VW^W^ppZ0028%e| zi)<*eEEDcP%8_v8Se$jJl_oL&>a19YnP#znzU4RF(oXY~jH1Ec989XB zJ!(lx2TD(bUhW}fNCyMCds|?Af@7^Jz?LXuHIq{_e!;GE883Cn@UZzzEygvI#)Y#2p8A|Ttu|b zXvxez0u~V+oRyD7xrz-fE0{3XE5L zi`d0vLa1qBBKc(^XDUqQ-I7mhvgniZ7VFgI^IV#Iqw~Ah@knLae7CSY{`1qz^#}w% h2VlT0ez?-TY&dhrK_5Se*9~S`YIj$>XhPy1&+e)^%PT$%__xX_aYL{7%$!^;hb+^kfFPlC$ zh&T6Qo{^eO`r! rw=+GuZ1_y)U*LpYc>JbV(j5`IIluW8`Gma3jB$!3&WL7{dpdsr?nhmS literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/floatef20doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/floatef20doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..b1369c48d744cf4ea1765a8af0353d3d72fa64d2 GIT binary patch literal 362 zcmah^%L;-(6up}EAcA&%LmNkGBP}BW_w7Y=e1JNV6J(#(q7Uh3>fW1%t(sx(<8aPB zcb>QV158)}V4T4`*!w|PwWqe0Ak;Z^u4U1vuy&d#lV#XA+{h|YabBg)u~4BtsOVD4 zN`v=bke7AwtMU@&Bn|H&1 x(J|=0@L+Aih_PYS0h|o5FdHZ^zP*i=1vZQs;m}PZHsK~r1{z{a@e%*SfHw^$R>=SW literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/floatelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/floatelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..ea7264758fe8abe2caf4c3ff6d8824e9c0d8ccdf GIT binary patch literal 127 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP vpOTrEuFt@lmXn`Y!oUlrEYge(N-7Idfkq$zBLgGQXa+FJj1c}01TY=|z*HTK literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gday0d8bdoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gday0d8bdoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..7a270d71479115fbecc15a70a8e9f6e948dfc83e GIT binary patch literal 356 zcmah^OAdlC5FHTwL=%^u!A)!2U|bp!!`?k9p8yHaMrtA+&4mZ?GCEVi;L4eFJ}+

        18i6UV4T4`JOrVr+f%DjVDg-?YgIN?&GA#dp!wS}zbuJy p)1%9U&m8@8oRfveHAPH!NIcH@-M?TzV&7vfaETaKM6<~~?LW=KTGjvn literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gdayelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gdayelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..73218a193add39d2458700d8f06045c68bd0245c GIT binary patch literal 125 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP wpOTrEuFt@d?vhx^z>}VmSZS1Go>Wpw=fd(^xNoIube;|PI0AU#%v;Y7A literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonth32efdoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonth32efdoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..c9454eb6c3c7e64ae6f2cd41c3af8966b8f5b979 GIT binary patch literal 368 zcmah^%?g4*5FSmf2!c*MLl-xyiyb2f58b+p=%#_YE4e}TXdQZxUZ!SNjp))YJ3k-a zH{a~@c7K2kQvi%Z7)6^fie-JMOAd2&&itz=DixQ0mE>H+m2Vm@6P2E1=I{1O>U^t` zi{Mg2@LzEfW$_~m5rSE+b-8A&^XYtXA|p@Mc{1=a;|k+UkbAI7kDB(KH2reHkEu!w z)#512D7FvmI3#Jl~y2NqdhasU7T literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonthday0707doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonthday0707doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..dbdb8fefd9abd683101a6cdce06b631a8d080d50 GIT binary patch literal 386 zcmah^!3u&v5FJe`=@bNgLl@WRAVjAS!b7+2v8bug?n-WueOiY;q@SsoEhXsCEITv% zcyHe9<9fS;4O0Nj9*p+uc+X|CYpM(u>XiEzajX@u{5mNz!E4_S}3r(w~L(vF7ypz(q|g63AbVJr6I-; JFY(_Dcmd3oU%mhU literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonthday1f17type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonthday1f17type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..cfe7cd9e4b9a2ddf6df98d355099604ada29a985 GIT binary patch literal 459 zcmah_O-sW-5PeBwn#5M?$=@JCmVzL7l!E5ai{QD0W}5_>4|anXf0_q>h<`@kCTV(5 z=nOkMGw;3GkMEDqFW9&S7#Fz7nx=jbLT@u!#5#O0_PUDeuu`coiIC;CO7b!l@Y8iw zHrXm}G2c8!n`3!P_NY8e>c$+@;nS$SJ5A1udVf?ztjulm1g<$ZTEWSb+#xVkT(++- z5w6n0TrP>*fnI)5x;}`ZpPHAP zpOTrEuFt@k?wg-ilHrnA$sm}X3u2}uRvM-mnwL}-qymjX07eEzpcM>Yk{KcV9|&MP E0607#yZ`_I literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonthelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gmonthelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..569bf9d0f6891cfa8fe615e81cf8bf8775594bec GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP ypOTrEuFt@h?wg-ilEJ{2o(rNaO;XZIDhpD9h9CeV10&FI1~AEt5dIGYFdhIWo*t3_ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyear1c08doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyear1c08doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..075e8ca4eb2acd9acee99d3282e4aaeb8124a67f GIT binary patch literal 362 zcmah^OAdlC5FHTw#F)7A3~s3Gh)ZK)*t>B>urxqITLPGfM|0spyo}CNFu1Z!=kxO3 zyy^3He}D}u0E{!3N4qeJReNkp0Zdn^ca=r0(aD7-vo)~264@9 z_%AvZ-4`CLZ5SDBSapC&7C4wK6j@vaSpJqaas0#cPoU>N?E5mey?}BO}n^Ng)l(KCTsJmDFo)lvrHAj z?On39@Pev?V?SZE?_Kf3=(##Btm-)tiLF#{x5^`@fnI)5x;}`ZpPHAP xpOTrEuFt@l9+{e0#K4R6h353~7 zCVE*{CdX`j8?O)YOY-;H-K=iVP9NR>s2BgUi&AY5Br#LFagoBeSI2koaxI?`+AOKs zr^gs)S<3}WyWsUgUYS-&xN!>aVb5%g=D#3NS~gO@NH}~2U_^7j2*w_c=q)_ zf{xeM={v5E3Bo_>cBVs>g-h%8V;r*zhu?rH)dAyv&hP#S`yu-dZGsu5IAt^%)Wi7= Dcm`)k literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyearmonth9bf2doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyearmonth9bf2doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..2a55aafdf9eb273c8d600e80d100832eea133c16 GIT binary patch literal 392 zcmcarwQC;(6N5Md1CZoo;Es3lj8Dv~45=(gWiZJvO4qB%%_+`LEYK@X&PdHoEY<^a zQuC7YQ!?|?_1q&<6N`NF^GY&Y@{>z*Q}ap~Yzgbi%q_^lqSX^9%%GW3Qc_^0uMe{i zWB6{Fc-qnKwpCZ zBMANn0w9}-ff+1@%z_GlDMkhsAk7HWzzFBF0$D5!tPE^m5ikKY4Wt?*&cwiuqz9ye L1BgNDAu1RE#nWQo literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyearmonthelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/gyearmonthelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..cd0b29bcc30b1d962b00f4fc313218faea7e7102 GIT binary patch literal 137 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt@g9+{e0{|5pX F4*;T8A*lcW literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/hexbinary0440doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/hexbinary0440doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..85b6a2521eaef05439a50bf6804ec40254b1d914 GIT binary patch literal 386 zcmah^u?~VT5Iqo7;$&jtH@HxYxELqmAiF!k(f|px1TXU-U{0xk<^#Bs{ zWcw{M&(HpP|M-NBD}eh2uCu18AEQVonJi)*9*VuL;ySFnRh$4*_FQ5~))?fw7cyr}m_g~Q8$XufLAN2rFxUF_yNF-W`7g(9h`9QVVgW$%;9ysF^`Vx v!bk8&-t@GnGO%gAevVUSVQ~#uQ0>w0`~0piSr1sZXgfnI)5x;}`ZpPHAP zpOTrEuFt@kky_!DnU`2p$sh=1CV`oT$)*M+l?AClqY!|Rfe~m01DIq+2>%BH7!LqG C^&r#$ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/id4da1type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/id4da1type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1d44705bd595ff3d24056b4ebc269a046fa1792b GIT binary patch literal 416 zcmah^F;2rk5S()oCpHNw^8p$Pd_tn4L=?D1qK>Tih%LqT>CQrgr%~__J`-lo#0>>w z-R|Db%zE$pf=Ah}CQ<-s8Qb zecc~V@L&mmbqe$3$P!+)r?$>utuJ|aQ)Q!h9X4r^Dc*z*WL2t#tn!e>u}-fls|@V^ ztEH;TfrTN2RbfnhptRrL-@|Rx-lF|23LcALCdF3p$k_KSq}XrHkfnI)5x;}`ZpPHAP spOTrEuFt^a>B7L3nPQTXXjoENkP6g{0E`TbKtmb8Br`(zKM=rp0Hb>v-2eap literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idref033cdoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idref033cdoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..9aa4e9af65d81513c1530eb9f6dee21d4e3965ae GIT binary patch literal 355 zcmah^%?g4*5FSk{h@e}~&}BEULv#!ayheACbyLB07d6NptwRse%hc?uVW(zbem=f$ zzTMaT@dO)|09dCm3->`770tO(9H=Z4auazaBSk8fauHR;EWBVc&WeNt{^@Y^CA$h< z)Uf?8$b`y&RRJQfO6ywfDD7Q(S3F3yBkdh2xW*IaSzPi<X?k-LaxG*+|Dcv>A*0>Fmfkrd5M)O++d;m6kQse*t literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefa34ctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefa34ctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1a915c1466529f1cf40397742068a7a5af6b7251 GIT binary patch literal 439 zcmah_OHRWu6db2%nuNBn;|PdNj07u|2oTv;VqHavX(Ba=Wk-l|G!`6$%fPs9vjK^* z{5*bd=K1sW{_%+b=K$jwF6&{?w^G`&R&8Okw{~m$LTA0%NJpgV%D!s4jl?v+Up+h` zS>NSrPcNt%9mfuP`_Ywo;nn}brqx@o&dJ>EnhKFW3t?^43sSc$y4~|C$D*m2Dz0zJ zVW$;>yh8XiitJ!`WyIPjtIVr{;A4Rp69nG`d59?^A>2nWj|ej=oNmNk8zDjZN8a@m pbU6eZ-ao^MYbiJnnA07T`#!(x3)WNC1xJD<<~ZeUa&RyG`UAAFTOI%a literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..d76a44e5aef51ed594cba36ad5edf04e87765268 GIT binary patch literal 127 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP ypOTrEuFt^g=@R7X#=x7IQk0sOXl#;PQdy7+Gy(w_85n^^Gk{5Egz$eLfbjsDEFAs- literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefs0de1type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefs0de1type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..a797efe28752f39a1ddc4acf5c19e75e934791f9 GIT binary patch literal 451 zcmah^K~BRk5S+LnO+qPf;tTC1rdNWW`mTt&5MA~lI+M~Lz?4m^aH*0};DT%VTQmxvf zR$xLRd>&P{HMBQkZIo5!O(7W+G5n+nB(+xa2ZG;5rKfIe6 pkjn+5^!_Q%iA6xCj~TgR!hX)*{sr|@>QBg*V2&9syPLOP0l%*9Uz`8{ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefsabf1doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefsabf1doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6fda5204afeb63f22b1f3fe043b0c46274ecb5b0 GIT binary patch literal 360 zcmah^%L;-(6up{S5CpCIhBl5aYZ(@}t@bkM_yBbVHOM}#MIX}7)SXd7+H^16$KjlN zW?uKl6LeSsV4cA{*!cl1+jA=zIJ`>iTankC3cC(dR?ym33oAn&Wo2Uf-f@38c|5!p ztZZQOUy&6e|B?9!!8&aku_a{i8GP{~k)CAmBw%%}u*jl{#kCVLw~_B%c00YqZp1?c z;kPg}nQsi7b(kn@JoSKT8W`9$6lmYw#K`~?EQP4jUz2Q!>o6T@BtvQ>zhl4$>)2H& literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefselement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/idrefselement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..58457a2b357a90804e0f6633833c0c4f5bf9bd62 GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt^c=@R7X7Rw=frc}HNoIube;|PI0P`Xp A#Q*>R literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/index.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/index.xsb new file mode 100644 index 0000000000000000000000000000000000000000..83c099560f0df89b3355fbdab04e6930e0ffe3aa GIT binary patch literal 11059 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/int8ec3type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/int8ec3type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..226b18cf1b014cc0ec729562c57099174c4460b2 GIT binary patch literal 513 zcmah_%T9wp6g@mzDAc#cts56E1hvEx@t%>V~zz8I~0>rd_nhQU~pV2eWcB6@R zGM6*=oO9<6U+*8EP;m+{pWq_xy86y_+b9)9*gDH1Z>z9&swQzIa77taaaJZSw5;r4 zEFOY|1m{$2)f;zj-8h_pGTG=KSyt4!)CT;@sj?Vjc}wsJJ#EA*EO`pc)ys1Ln|J#n znsuvMKn-H(Pf}v9#}bKXU|-%`dvnj9-FiN(EuKTU8hW)|!xzD<8_|m9O$_!}L|GB$ zQ21kjF*K;(3}PK4W(n@eu};>2+3N;^xz~;{f%QjS_EhMSp>hp=12(HrxYseI+aw

        EnKci=O*l6M< zb93gN2RHNi_Wl7AmjL?(HhJH-cTv!eAGI*Z^GbuTli z;2(D4Fkd!Q{ru;$>rvVDiu=QDmF%Q?k>mcUOo}QlVelCM3k#TEtO1{}Yj8!5bJ%d; z4!V(GAG9`>@cx+VOoJ|6Ccn||z~>YO&r~bAUE(q4H-AdrBd_yZZsOyNc!>Zjtcey= K&N+hJJ@5^G%4X#N literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/integer95c2doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/integer95c2doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6ff8b6fbfa931f1c6fe69c44c933a1609fbd3adf GIT binary patch literal 374 zcmah^u?~VT5Iqn?<6z?AH@MJ1VvLN&h25Qy(f|px1ZpCFnu8zW&*-%jLtMP3ch{Hq z?p+@d|_>xLy(11?YuF-aZkfcP>p$J zOZ=k>OPx0c_BPBkHth_civfnI)5x;}`ZpPHAP xpOTrEuFt@pnOBmUo?67f4`rAerWln}7Ni1=K>$VuMxgNwV3HXj{2vHlJOF?uA3Xp7 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/intelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/intelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..7f4354dcabbabc5263bc576c30fa4a77074079d9 GIT binary patch literal 123 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP tpOTrEuFt@nnODNV4J0g5lZ{I%3sQmF5rC0_5ojy}m}Eu>{|5pX4*(Z&93%h$ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/language02eedoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/language02eedoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6b2206563ad7516cdc7e224f102b4a19cbb4b069 GIT binary patch literal 380 zcmah^u?oU45WUn^D=vbA-{8_nC(%t@3Xbk2q#-S|NwFzmjmH?QiFiZDI%2a>qYXPx7%ji;-jb?S!@LW`^iR?otuCqeP=*X1pm=p)i zyGp1QcKP&L zt%^T2LCkq#VDG`mV&B~W*h0X^N>D&P?*Ka=0vKDwreT_48{C7*m&PzcyoUc~zzZXH BUQYl3 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/languagea8detype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/languagea8detype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..cf2ccd693c699f6caa392d529d15a7e8c7b4172d GIT binary patch literal 454 zcmah_yH3L}6g^Hunubui@eMG<0}EnA3`Al=>RefkNh0N8IRQ~Vje!s0XW%$#vVg?3 ze0{Ia!;i1`k572G0GKzpEc)KuO4;oTU8^p6tE;Y6CTVRhT_JU|Z?m$=CBjNI`HRXm z;@w@ko4YG=XWis8m`vK_aZ+CY&n;_H&4QGTyJ?vraEGS%@C&P-5xGt^hwW2}&2$xY zlj;6oG`uu}|1k5q-tq+qjn$pDuNs1H2LdeMeKT15IALZ8_b=QhxVw|&E9M$V_{Q)C#W5fUe literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/languageelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/languageelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..716bc1a4bc09a4972fa2a06dc270f0c57fc7107b GIT binary patch literal 133 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP ypOTrEuFt@clbDxYnwXx-AOK?}TBM|wR2HNH4MG4$21cL-3}BKOA^aZ*U_1cr6Ch6j literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/long0d92doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/long0d92doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..354aae0c69e12d51c7be78184f80c4578a7c4f9f GIT binary patch literal 356 zcmah^I}Uw0X+J;fAnnPn!VEUA?i!3W08&-)tm2t&vlPaN;LS<~PRkqXOEK^m( z@;|?jru-QS5rBDK*Ji_cr_pKRK2CbP)8pWks0b5^!EqJTbmx@1MY0YOEiB;CS@# z_=ibD_aJ%V3n>6FAy5xt# zEJ{&{@wE{zZ@*tQ3qZYV4zfE==WX1fI&9#v_$C9p%fnI)5x;}`ZpPHAP upOTrEuFt@dlb@H)zyl(Uk}Ql$DhpD91|R?<10&F21~AEt5dIGYFdhJ93mm%u literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/name8b01doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/name8b01doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..81ae9c99a10fe5c79f78b1b3bd0a9fc477fad301 GIT binary patch literal 350 zcmah^y$*sf5IzvpL=#7!!KIZ+;%Ho0oZLyp3M8~8f{FNO4nBx4qjwbyPTnQ=^X2>Q zYoE9K16-H`U>(CG-bAs`&AurmFmq1XRTY&HC99H5Dp4`JNS&Btu2Z%XN^VVZQBv2i z`p?f*S^S711YnWXb-Cue^XNSB9w$HE`El^b5vCfe2v0#x@0`&V9+tt;Bo@HWU^tX7 t44hpUSgb#_fNc(V*c}u&-`&T_10RMKv8BC6Y{Fd_^)$pF4e>t=cmwZuQds~1 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/namea8f1type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/namea8f1type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..129098490f8748bfec3602dabdff0644441f1919 GIT binary patch literal 434 zcmah_u};G<6g;OPO+zSb{6VEIvDgqJV!#Un5_4rWZWF0VtT;lHPh;Ri_!&4mZ5NPu zmY>hQyXR+ry?=Zn!ZpBrg=IAi_D)K-u1up{@z(5Ir)|;oTj_x`?Yb-Lb}JD->Bb;k z-K$kV3u;dKqd%CBo+9Yv|GK)dyC7BszO%YS;xAGUh^yXgkolc%_b<;1dCNxh?dE3K zTZ2fIh#yZHH}vclsqKw3{i}iCJAnifMBfbJ7-!53;s1c=WT!}jZX}q4Ho*+pALqWN qpvy!rm0J%0 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nameelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nameelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..3cb33dde8f5b33d08a16a90e9b527869df09c76c GIT binary patch literal 125 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP vpOTrEuFt^YmzbN%z>^0g6D`sVODYRefd(J|BLgGQUBg1&5@WQ5=7X(ZJ(>#-;$?J_wjyqvf%!b% zo0mLq_Xqee0l+$dVX}%7rm9_K1kCjLM6NO~G&7{&sgSH7ZV`&>L#9q-yWTP>Hkx0g zP$fkF6`3^ok1R$ArfFH4C8e!T>x&nu^`xyQg?Ap5Rr- literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/ncnameelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/ncnameelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..ea7950111cc36e9a79dee9f677f0259ebd407777 GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt^c=j@l5o65kKmz)Qr)65giN-7IdfrcOeBLgGQa0W2Rj1c}01TY=|2^k(4 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/ncnamef7a6type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/ncnamef7a6type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..c42e30f71a8f0154e0f88605739d070099dad692 GIT binary patch literal 444 zcmah_%T9wp6g@+cQmp9CU(gN2jV3PDMQ77R6W7fIriG*o1c-v6}nPg@?Pz_S~W@CZc__VZL&Hq%{E1_d|s+b zBU(Sn^@wk%J9&;7L%`9OjLN(Jm1WiJM!6)k6P7swdz^fMU$lDT4p(OXx{`=ZW;oF1 zLEZQJM#Gai{KZMt^)2T{*tELS?VE<+9|KcN;Qg?OeVnngguM;!BOo6RI!CY%+5j^| tf9%^#L6O+SaZ5VVwdxqzaSrx7hE&MnB$UPlhGZ!_W@&}UNZmy literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/negativeinteger631dtype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/negativeinteger631dtype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6e827b99642ee420e538052b2de6b0d67442d2ea GIT binary patch literal 542 zcmah_%}#?r5dJ_)DXpT`q|e|%kZ3&gWEv0d#e<3GhQLZU;V;Xku|ApyAEYm%vuyEz zCeDV*?Dv;h_U|8`u(1HBU*K}1RI`ktHr?gkr1Ys>WSatn7}m9kXqBXg!)qjOx!iK2%y=rwq<}^L z4{&h=`-_TZ2P5iwxFwEoV#n}0ogt`qS{D=ef8aXPB9|_kj`5E%B@`BYhnkVwquJ#A j=8uW@iMMEr5l+Y-(9P?nQ$i;=!wlygZzAUiR`y2E7_syITv70Now}#8Xn0h)O`Op(YFrgi7V{)$sk@_TB=RE- zn4l@Gw>&eOJ8xS6 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/negativeintegerelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/negativeintegerelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..9d717ace2824da82c54d5466ead6502bb78c19f3 GIT binary patch literal 147 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt@qmzthfl3AAOnOBmUo?65p4im_P2$&fgrj%3`qymja07eEzpmhvjk{KcV I9|&MP0JN$l(*OVf literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtoken5d0etype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtoken5d0etype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..504082f645b33735b2959322c3d027eda8ba6602 GIT binary patch literal 449 zcmah_%SyvQ6g^2}lBTtF=Qnhdh~UPhC^(1}q^?V7#wOTIhDi|Xr@8P${26;DX}VG9 z9p=uxa~|{f`TY8Zi*tba470px^mUTdt6Y|89e6Ozm_II_ z9`5ECEpNoKZ)Rj3RJ}`U(JSMgdU>2$lzP+i1#5fDB7<*F6u0nlBVQ5OE>+u?XMw3I zo9a!ftL#EHTP@*=4Bq{LRyT&1N2ragrFoZd_-w$(0PZh?wTBaChGV~k`$PkTEw2NZ yTdt2GqJQ?Sr$dzum!s1M7+Fh)b01@>L)M+oU;LDKMBL#RVuCTI>;`-Fq+56A=w9Oh literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtoken80fedoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtoken80fedoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..4c3af7f67bfba9a0e8b5df1fd9052f085101b9e3 GIT binary patch literal 365 zcmcarwQC;(6N5Md1CZok;Es3lj8Dv~45=(gWiZSyO4qB%%_+`LEYK@X&PdHoEY<^a zQuC7YQ!?|?_56H8{JmZMT=J7kb5rw57_10u$;>UtLD%OA6l2iLC@Cqh($|OC1hW}v zq&~=2eVDEK4D3*Q8Tj*ZOY*Z*^Gs6=QcFN?7J>>`7^J19fnI)5x;}`ZpPHAP zpOTrEuFt^k=Nsbh?dr$CpO;&bpPia#nqrVzQdy7+GzI|}85n`aGk{5Egz$eLfbjrT C8XlcVf(MT>|aE@cFZID(J$P})peoTeoS;`nJU{1AUe@9k@& z;0?LCk8@6L^7a1l2^&WM`9mD%#?+T#sFPfju@2tKwXWhis8kkm5DJ-8X(6)^?&9w0 z{`PwD2!DAMEr;xcumi8xX+(N%FksLA#};M19taU7JZX_)#Fs{MIJpulc$~#@^ZXED zCQDPj2&pfU^Of1u0(O+bxnbOtafLJ@6AIR8%hN{Di{REuXrW$3i|U4iMIQrf(XzkE zD0Z+-zBQZc7-0;z!S!`C*byf1{;0F2MJzU(R?8n_N>y02JM)R{QrznN?(b0Fqdw1I TVVC%Olua;$kNr-Aj|1QbIbUeQ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtokense66fdoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nmtokense66fdoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..ed8d5b972b012f127ee9ea20d16b48fbff647945 GIT binary patch literal 370 zcmcarwQC;(6N5Md1CZok;Es3lj8Dv~45=(gWiZMwO4qB%%_+`LEYK@X&PdHoEY<^a zQuC7YQ!?|?_56H8{JmZMf?e{HOLJ56N*JsO>&eV5$idL)2^3_|%qS@-u+rCu*#)y3 zXr?~MUVWIo`V1T}n;8W1a!c~FQ}c=~l1fnI)5x;}`ZpPHAP zpOTrEuFt^X=Nsbh?dliIAdr_^lAoQLS8S1NnpRR-kP0*i0T>w=ffg`;NoIube;|PI E0J8xfc>n+a literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonnegativeinteger8a02type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonnegativeinteger8a02type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..eef347a54132f70e6a106a053ff82b1a6ed76ab9 GIT binary patch literal 553 zcmah_!AiqG5PgX;jcK)7LBT)pk`(Ddgn|?g?xhF8a|y|qEF_zdgkt?P4}OS0qqEu6 zO9Rf5W#+wkFEji7@%aTC*8ty_xXs$OdI-ZN&Zvl*;JwJ3GOB{IPD7o9q~bD>Dh)AH zrCL)OwQ@^BwUkngtIbMm2Ji*z|Gf6zo$=l;SRcAA|5wSP$_J!^VZD(|;OddY6P&E3 zH~6}W)b8~~;D!fP{Q}Y~a39U@+FeDkMFQtpE5=&U)3D~op=oP=19(+U4b@vRT?xgq zh;mr`l)y2LVE=G%?r_zGvtW*KxER6f`V7H$*X!a0{s68$EmrBU`565OV@6@|*T;m_ n9_PmAkUwSKXWrr|9GtO!%9Yn=7XSSm6I^t>v7BMLdIWv}qUeFY literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonnegativeinteger9012doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonnegativeinteger9012doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..9df7afe7ad3632fe016ace51f70eaa8809d12794 GIT binary patch literal 440 zcmah_y$ZrG5WduZ+*|~~2XJY$lZun*(4~{Rgf_GVlaw}!`e+V5h%cj;*osilgxt?} zcVE8balPHafgu3e9`yHXf6wG)cgZ-cR35u$aVQka+#*c4V1;WFE<+WiGIj$c10FM- zp13bHk9odP;Zbm@Vf%kN71`kjg^y*JBwA-nN~`-TJ;+Xt7FubcFpxDhFhWe03e&g3 zIh%Ugyl-5uEv7RsQlTvmf;t_36E0%*6Bot~G%WTVm4I~wn&=4*kWb#is0l4-Tf~}@ U&2$^wfzH>A>FDAy{qGKV0rGKnbN~PV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonnegativeintegerelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonnegativeintegerelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..d1a97aa7ab359f08fc879a67c28c76174c080818 GIT binary patch literal 153 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFoKpm!IdCnx0saS(fUVSCX2ZTErj)6w8B(WkSR(5)F(>DhpD9h9dwY10&E< O1~AEt5dIGYFdhH{(kM&- literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonpositiveintegerccbetype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonpositiveintegerccbetype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..225e1bb08297dd92eeb986bfd1eeaf77b692c351 GIT binary patch literal 553 zcmah_!AiqG5PgYh8`EmFf`WhGCGpUcAV~3GE+T^G5|c4mNH$?N6zivX@I(9=oz13R z8gP~@Gw;oNnc44;&o8*R0Qf$`RnfN1O%&<0peoVfdsXT>X~J6Nkx3$wX`Km~M_9;O zKGj;ZVneZPDJO;V^(tNu;7iv3dF{MA42G53f-4 zhQL&b+`c@=xa2{begR<@NYhtpw++FKGk6b1F*S;whI4HlbgTFc;5UjisSVk#j8ai0 zB^-WAV1xs>KOCHUTy^0snPVJdOyGBYmf*YV9peze0B$@TR+(`5Sp5W3M&a<+$BflJ m=hkPRKVm*$-r*@mIA;BvE5FYi{`(1LIPG|AxxjpN2mAs*Sc38Z literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonpositiveintegerd2cedoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonpositiveintegerd2cedoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6bae9570d7f1db9cfb4feed5b34b8dc8abd59735 GIT binary patch literal 440 zcmah_y$ZrG5Wd#>hntHa_y8^qIEs_#&_x{FrKU#>*d(-3)JJphL3|m##8!lYCggs; zyZiDbkL&FYJ`4cJcA>YON84ClHW!UBQ+XPmvqPa`9Tt3#SzLrJLCIAjWE!rNT&qGD zal%L%Ofg?5e#}rBSpJ_DnLhlWh^P$Xy)k;qSapA;huE3b!YVBc`m&}5hJ@)-p?E9g ze22!qZ&a@(6OM`EuH0YM>FAqid3HZ(QS3v*Vc$^+IOjn?-lGBUlQ$^}pb0I9I8(CO SZj1ZS{+h8J9XhuE-2pFlv3OVj literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonpositiveintegerelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/nonpositiveintegerelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..523e9163be24a40b31cab9306d754e3b07ae1d10 GIT binary patch literal 153 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFoKpm!B7qUz}NzS(fUVSCX2ZTErj)6f1y=WkSS~lao?QDhpD9h9dwY10&E< O1~AEt5dIGYFdhIlk0~Ai literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/normalizedstring226etype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/normalizedstring226etype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..97de2141b2e7c431e78ee9e8d0886259b80b8509 GIT binary patch literal 494 zcmah_%TB{E5S*BhrlFJ`D#0&siKQGkzzuQ07Y-oKRn(X!QXZBaA=*#lz=!ZNu(nB& z2vW!LdOf={TKjYN{sD$_fZ_s|W#6l7&ds`%O>WY+rZ!!!(oS!)j*?BGI{`dyw CfOM?@ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/normalizedstring6c7edoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/normalizedstring6c7edoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..7023645c5015c2e3d206880049ee439008b4e52a GIT binary patch literal 428 zcmah_y$*sf5Izw6i3^)1K7k8O7&LKI7Zw-Y4Ji$f(3U_=ghzAmL3|m#R#8J@yr%c_ z-A}*kt+`ymh6w=b5sZ)P@ED2uP!|kVvP}Fl&np=fennHpqslh{6I8~TNc^2Fd6Z`j zi}$KTU@Pf~GofJfzc=GW{&PTxNtmZf6)Qs8w_7ean`j=SfnI)5x;}`ZpPHAP zpOTrEuFoKlmtT~dn3GwRni5=61QcSBK!_BBMU0HhQcEfeQh^2|03!n<&_V_<$&3*G I4+JnC05^>$>;M1& literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/notation4718doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/notation4718doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1bff0f7ac24d380383b9b0a06a80b1732d72e080 GIT binary patch literal 370 zcmah^%?g4*5FSlS=n{138M?R?K~krpix<6k579*h-Id%Rd$bNcNH0^fn;SxhW?+6k zzHh$W=k5Lg6J`Kd9T=Yu{wZc{)YcSM{G7Shs%&^%yG@eQDsEi0P?qqtV3`|)(LVCS z;K-9pMVWxze@#)<<&V%u5aziM^_CFrrM>Yck-kLx5^%ILOc)ojC^)0(!V~h{Q;n=Q zOE2Y#0`Y?whRhcR&L#{L)}J~+H3KZ{1`3StZsTNu4MT;f(p{5miJLI$X(U5xB>%&J EH{V8Bo&W#< literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/notationed08type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/notationed08type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..cb68a3b2dc92d77c2ce4561f84844017a210e7d4 GIT binary patch literal 451 zcmah^%TB{E5S+LnO+ul)^&8-jAaOz5KpgNT6{tN|R%4n-O>D&$qI?<$K7^lvbzT>c z*p=72voq`U*ZapO7?uFV1uhC}^=+D(T_G!BlDFz$l+cN4_Nhx!S?^R{*83D;wp!n< z`6@%Sz31DfOjHt=L>xuKkaof#Oh(!D|J<_Dhf%<(aBG%10{0?+fL}E71+l9{ecU{A zENW$iEmbY^s~daN5{&2YA4i_C4Xuw*H`2)FRl=i>0~2!gO-8wo6N;TNhaE{O+GoKc>D%9^o7_%qg4n>i+%#r!!yh literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/notationelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/notationelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..fb20cf17b49d41bf40ac5e18c6ef4c3536ed6ea0 GIT binary patch literal 133 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt^X=O5x2;_2_lAdr_|l30?NpO>0qU{O+8kP0*i0T>w=ffg`;NoIube;|PI E0I>KUZU6uP literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/offsetattribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/offsetattribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..d0a53c6fd8c0f7123bbb6990ed8650883254fdae GIT binary patch literal 116 zcmcarwQC;(6N5Md0|N^XYG#y_6jFRpjOr=O-5E6xGrE7AETHy{kd-$Y`Mt&TU~XWwtklutfrl>53EV~rEGHllw}>02Ps9F zTqT3>zoo3(>em+`2b)65HYCI(nPhyDs8nK73D{icf=7j*eagAOHdL}?w-2PMz8(aO z1_{M-iqpJ36vp2wSZcfxxSzmObFSvq-3;bnBmad_YZ#+(z(GA&I7hg!L@(k4XLDel literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positiona4b1attrtypetype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positiona4b1attrtypetype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..a4924c046db59bdf6433ab5fa9a87748ce6396e5 GIT binary patch literal 362 zcmah^OA5j;6nw3pRy{zyf|~??AmT=M-MMftX$@_lZ9*EsdNdav#LMVQX+Ut{goI?? zOy<4U{qY1JA^aBV@HV zMvLTXIPCtLM5&5jXN)Y&a%0q%QkUk^@l$G(sY|91sxBKMrZsC)DK+-Q3{MuDwXp+C zorJBDIl~q$+g3u?IL>Y1+4V-?-G^Swg)MJueHg$H`7d-@$2d&@0qViS-64cAdJ!KP CuVonk literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positionattribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positionattribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..0511afb372fc9699d7cd4270e7ad44784b8a9743 GIT binary patch literal 118 zcmcarwQC;(6N5Md0|N^XYG#y_6jFRpjOr=O-5E*dd#hE3U`FRZDiA6<;mC5<}ML?OvlGG$43)7Oyf>Z`ZpvlZYj0FAz0Rsa7 DiGCv_ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positiveintegera5d9type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positiveintegera5d9type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..e62fd26a063c03c3f315b8b0f5a8279941ceade2 GIT binary patch literal 541 zcmah_%}T>S5dJpCG)=2fEA$z>Bo_2wPf|R%HxWFSkgUl*{t+gGg3-6HDY<=`ZO(80 hg!q7XMq9WzC4Wdazn{(s9pfBRT=cw+oFQD@13Tfue8~U+ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positiveintegerd9c9doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/positiveintegerd9c9doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..589c80ca9a3d7ab11d3f6a9099cfa863836fbc6d GIT binary patch literal 422 zcmah_y$ZrG5Wdv(N-c;NazEew ztz70iYhkWVcFosj9Y>5y12@k1xfc)TxO}z86JW#y${=>rARV-snfnI)5x;}`ZpPHAP zpOTrEuFt?4NG;Gzqa36x#WbmsoC{VFyKtGPw2&D&?3v&@m0Sdu zHLU*&3ZctiRfGsE^19X=N;{X%6%SJ5NIORgzV(FZNuo6iS3zywIgSbu5(+Z^z)J1B6zyN{CxJ`62lOMA_*4er9Ir!fqpG5ik$-XJnl$N&HU literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/qnamea350type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/qnamea350type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..a1c4bba5a22411868de428ba4a55e0fca3c99246 GIT binary patch literal 439 zcmah^K~BRk5S*lGnuHd(@dU&rsf4(2L>%x12_(){)R-nxlNdWfl&5j%L;4vQ$4M_B zu`Ao-*_rkF@cFfej|+hNIj+jCQ@2@W)}^d-lYZ1&)8;B|^(M0*lg+vgX6d^!Cw}I^ptvVO6WGQwt(HT~#2oZ;5*ZrIxQq>@9D0FV6ytw}!*y z*Eh>6Os6?ABBiB~`dz}~XMqXR|7H*em~waFTOJ{1hfnI)5x;}`ZpPHAP xpOTrEuFt?4=$DwA%D`Kg2c!~>O$|ya3sQkbAOIr+BhY9DFv*M%{tpB&9ssOE9XtR4 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/root27f8attrtype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/root27f8attrtype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..b297f86fc5ec208abaa02a64ca6108423df65d1a GIT binary patch literal 276 zcmaivO$x#=5QSf?KlN`R2wuQ-QRxNhu3Ilq(i&=^O-d3)#gn=4AYMi%5f`ouOqe%s zKA88s-XG{-0nk6hTq|Yc4d>iiZ7;2Gg>kk`vs|fKaEYl~adwp-tw5}F8J(NjDBeb< zIEaRu$O|D0wXb9u?FdM|z|tus|Ea2J>t8gbiN{@okvq!J8L~v!YGH&v2?VR#nz8^4 e0VQHDdcN~|Icq0oebdz?s+1<*=PxIgp@z3aN zOHsM#G_#p~nfK;pwjbNKcPPO*0G%h$oZOElOm3bx35P)GrN53NqgdjbS;%8%{OrQz zOwEN{`eUW+owZs_Q_G?EH$lWn^qVyz1Wq*xb#E3uMq<_tzX+{O`aw|4Equ_3zkZbXKUcFf=F&1Nltf}n)3?&xw*IZ#+OgK(q}6KWudaOOq1)+P z1}~2fPuX5t!$utu+s;WFXH4RhV`}&ut-`r5mX?(Y6Qbc-ut;okTdv*ULaVqzY!}Lg zTqBRT^KQ_F%p%hq6U_}FC?v825n8=#DHNo#nCq&=k6yC!%A%CxQnMr^w}aqtOG7ww z#Op3&#WQ42Q5n1a=HUT-pA^{-Q>I&ms$)to%PJfZQi2+t}U<_AqSBTVWr8p_5(md~~lAW&S&gZJ%D6)x5jm;H|y>kLL zeP2FiD=p&Xy(WkjFv)bu6s8(o^ifYr+xGw-TtaQEe; zAdgg1&(0`?7Sx`w_Qc@^jYWMHvTu%(-vsLfhg_GPXamZdE*rw!>$(WE8+HCmTZqC) SMq!OZAHgIH=d>cY9FE^Qc!`++ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/short4950type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/short4950type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..4792eab56983baf589eb7e382d7e302ded32a330 GIT binary patch literal 513 zcmah_%TB{E5S*k*nxrjn#3vvQG!?G`;)FPmD~NLyC8mkgJmf?b<PqL<1!%s!q&>gm-*;GQGHjtA0~h6Vs#ZByR-2k)joHDU2x-X;CH% zSbP|uj~?t#2C)N|S%DjJtivPkYn>sOwbny`@Q=FcY0;&^=4bqU3|NK5^&LaHePYw+ mH$NgDlD9aMgAMvOxpOtzBJwrbCLdr2L+lduSXZ&fMa>tHk!h9y literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/shorta940doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/shorta940doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..b4ca5918d4d87c3ccd0e5225b568381a43556ce6 GIT binary patch literal 362 zcmah^I}U#l3uv_wk1t-_rIGT1{avOTC6RU_3n|H&1 x(J|;g@nCJjh_Uag2RIpEVKz`;e0m!z3v3uO!l9o=Y{E^Ld})X=#Yg-%171q&R|fz9 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/shortelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/shortelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..eebc482fe7ebfba627a790cc472f5cfa7538f49d GIT binary patch literal 127 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP vpOTrEuFt?)oRMEt!oUlrOe{?eN-7Idfkq$zBLgGQXa+FJj1c}01TY=|!touE literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/string92a7doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/string92a7doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..42197c8a392494364e51c02fba79a67ff528c165 GIT binary patch literal 368 zcmah^OAdlC5S=2R#>B*xXK+J}F(J4#ZdmJ{5U4-`l+c=pM|0spyo^p;Fvg8-I-i&K z=1rfs`vWXk0$`lNEZT=rTz99gVX)?H=3T2&@VN0rlCvrno^Dv3@U*Bi?fnI)5x;}`ZpPHAP vpOTrEuFt?$Tv7yNFz`X>G!sknlFEWqpdkpr$iN6RoB>QSBZU700gML#EUzA! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/stringf497type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/stringf497type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6ecb924fa79832e26e6c3b2f6e5452cbef010cc6 GIT binary patch literal 432 zcmah^K~BRk5S+LnO+zV1z5th4NJt2dhy%WYI9E~QHj$ddvLi%!8V4T2XJ8yBTtH%1 zUXOQYcGsV8?;j920~k+nQT4sKmC|i0-4rf=ZT7A!Oy1d@^g!x%)0K6*lSo`|36QPt z)Oy6{ph2iNudn_lPU2w_$kE9-bc+R$+tH(t~-D!rO!j7PO+7AB}na*=vxRW($dByBho z3ikgMIWLPJS%461GNsA`A%oB0ix-LZB!ee`Y3B;d+PJgpE>`-zt8VubKTaey5Pl28 w()q@~*@lV1##0ZNW`Tp<#=64ME09hng<^TWy literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/structef7btype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/structef7btype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..df9cd184ece850d841dea3781ef0775b3d517234 GIT binary patch literal 448 zcmah^%TB{E5FEQ9Eh+TMFVIV@o{)O1IMi1j=PD#_6RCM9F%sp|df-F&8Q67fE+8?M z*Q@o+?(FCL`2!L+0L2BCrM2B!sUa^-oek+*eH_}XOWXdSI8mm_+oEa?3h|@uUvrE3 zZliZub9y>;2De1~5rrnMLlCB3w)&r0)!ot4HKlB^DiHHLeUGT@%^r!L{`{b^7@Q-s zzk9K4M(P65mRW+91H}pC7lHB!7ZgWK=#hvq#mwfnI)5x;}`ZpPHAP xpOTrEuFt?0TvAk;T*AOt45m}l%#%tg3sQlGAOIr+BhYXLFv*M%{tpB&9soVI9`67E literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/structmodelgroup.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/structmodelgroup.xsb new file mode 100644 index 0000000000000000000000000000000000000000..2d14e09a71906752a7c497438fb8c583aa2342bc GIT binary patch literal 364 zcma)&zfQw25XLVQB2gZI)p946IFv1Fv#^2~y099@q>+-d>px21(HM9TUIwm?DkLWE zmeVJH_x*fd?;oFV2G;bD>4F;I{F@5k2Wj1Q7XSbN literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/timea4a3doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/timea4a3doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..a9ea259db2c1996785e27424ae3396e613990648 GIT binary patch literal 356 zcmah^OA5j;5S`ZeL&2qIaFc)vqDyhpy?Y5Uv<36QMz9{ug$MC6Iuotv${8}B$D4VR z`{jCr6vhA;`!Lw8vz@f{w)PshJLdds4waLhSE|rPRy;P^Dz`6f&bOt}8>dc2+W?FI z{L=Wt&rpT{Oo|ZvN{B|I(Zqd%^hBd4fCW^9Aw@M^&H~*zqE61`Z0}SA7@dVbB1_00 uXjrGvir9Dc24YHpVNP%$`Sfk97_^}ikr>|Fh)sA3-LDy9^zae?#egT)hg4Mn literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/timec293type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/timec293type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..28ea964fbfbbaec523a2f93fd3e806ee8b39f9b1 GIT binary patch literal 434 zcmah^K~BRk5S*kYO+$d*`U4~`u>>bLA`bY9%DIXX(?n_#%drsUX&iV6pMi0b_5u>S z@_M{Gv%CI!|M*0R6~MT}Rpp$yld>-=-Q<1t*6jK&H(6)5(gUg6qATlmDt7R`{yTx)Q>N&Z*Sb* zXoRYScsz1?XSpq6V|B0Xt46?o0yBE}O(PaKVe}?gV;&LahzH)7XB@Z@7D)cc`fnI)5x;}`ZpPHAP upOTrEuFt?yl9`*zzyl(ajVz5zDhpD91|R?<10&F21~AEt5dIGYFdhJ9d>p(0 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/token528dtype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/token528dtype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f04bc171c7d793bf924daeca7ab4cafc48afbc61 GIT binary patch literal 439 zcmah^%TB{E5S+Manxqf7@d>Dx7$H?c91#b6MR2a7#xzlz#Ih|!`7{oE2tNaByXgfa z*0Mc2JF{MYy?=ay;R2xZ9Lw5Tb<4Tg)Uqv2@z(B5U#g=z2NB$P1~&;5L~$u@+;?AU8>-kQ!A4Mz=E8$`8J!ue=*oo5=keaW z$^CM@K?q|2jC~j+%XN~Pb9{Chlsy#kRF$<&ovgF1uF_g^qfKV>ohf8&_u8y%cC57V zF#j*uRj&M1tr3CA)_b>5s&Q#taiAhc)i^2;o;+d5X&TLQPrHt|-9)oIw;3aXcf)_t x3FtoXU>!n>vG3{)a0;M}IY2@1=>=A85YSfnI)5x;}`ZpPHAP vpOTrEuFt?)lAoQL$G{7wOpPp3N-7Idfkq$zBLgGQXa+FJj1c}01TY=|#s3|o literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedbytebe73doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedbytebe73doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..040d94f49ab088632706c4544a263e8273d9fb01 GIT binary patch literal 404 zcmah_OA5j;5S`Z654se31~(N|z5HF*X*h&_H6EdGS zzn463_XoHT0HB`1JdKky6WzY6IYjbOkZW~rWLA@gop_Zs!~|S0nU|s<2ho&;;Cb9B zzLTu2xKObD-&a=k`Db&230R$!syCDlI|mLpm+Jj=*iT{6S`1)0L`USqSrjV$j=)Bb zd>!VJnZ&}Tk3XQr(dUJNz6&FR*b@Xo&y- literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedbyteec63type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedbyteec63type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..4e2047555b561f2cc7a5bf513b0a039586370ea7 GIT binary patch literal 538 zcmah_%T9w(6dWFsBcvLf9P`2}t5>jyNm~VYj?)!QOH$>YP7t<*8AnO6TeHLyU+*fnI)5x;}`ZpPHAP zpOTrEuFt?znpd2eo|l^9R9TYBAOhnh0ePv(X2vCz1*t#-5rC0_5oi$um}Eu>{|5pX F4*-R*BcK2P literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedinta6bedoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedinta6bedoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..519720f36716bddf12c7b63cc7ba49bef0f1e679 GIT binary patch literal 398 zcmah^y$*sf5Izw638RTVgG)Q<;NW0f*mWkgR3L$tNJ+#;bMQfY8NF6e1{1I8{e1cE zzPrcub_W;c0O%(WMB6Z8ve`GKfTcPoajQ!%rWnYhPev^i}kY>u)zTjqk|33r}i=Pz=xqltZSzkw!vK(^?D3rjNkCz G40r)qo@ST; literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedintelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedintelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..ab7e107685a011d0ca2cc922b1f3b8679d53167e GIT binary patch literal 139 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt?-npd2eo|l^9nODLf4C7?xm82ymr+4 z;w5u)=AH)^J~!_lFmVpBpWz~_>*Ch;t2h&RRC#atvRXxjw<=R#17E0kl}MHPa9>m< zQzep6)fmnn!ukH-l8ztuF0F~$C3v$v|MY*k%!}o|C*)mkEfe(g+rvj#St%B9^es~B z*>i}|ZYQbgMHGvAT?m+A0_#ajT`eUgQc=RVf-@NhlVEx?4zAmnsxJAlu!~YuqI?yt zBN4I8qa_UfGoX(S%r6$Pg)X}WcjP!nkG$RJT7tdN_HY2_kGak?=+b5KY5je;oWkJQ t)_`uCxXt;^ACh;-8{Eml5&c8nx(zxevbQsXdz@f^Qz|>0>l*Rg1K;*Qc1r*N literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedlong12e7doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedlong12e7doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1c52127e6db7e1cd2e87f54fbc477b615409dfd0 GIT binary patch literal 404 zcmah_%L;-(6up}EAeVvP(8j5Vgf>C65n9$-L70VxHtI_0Fu$Q$~{` zXX$~*ZAn=JyZ?Q8SrtE<15Cg?Ynp0Hh}x+*;9Mg16Sbd!(`pQ0rlJD*tQU#jhC4o)peb@mrFm#6UQIf@bA&-RGJPOcK3wU=hR=IdWN8Nn6 znLm0M?$(OAsAC6ixyb}{FMx5cyj|suWGOD>c*nX z`Ry>XTofXI5p^~Y%P8?9AX1ao(kMhBTuyrv+~sf&&u1v0Xl#1s#9Z1 zjn1dex6vgFjqi4POq;}Y&u{&ZdWX8koeUf?-{-Aap#hP(-!TivH{t F_yQ$pdJzBs literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedlongelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/system/sD351352778AD90575D6C331E1152D169/unsignedlongelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..47367f29760685bdd66ca07101760cbafe9f7034 GIT binary patch literal 141 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt?znpd2eo|l^9lb@H)AOhp%0C^?`Ddr`W1*t#-5rC0_5oi$um}Eu>{|5pX F4*+4*LCjNMxhCKukYOSs_aIaf2_EiZ znd_|#ij)ft>;H{Onw@`ldzgV~taY|xtbVm-frA+_U^N2LK&FM@M{PB2NH|U69s)6S_W%+6<~}74q6KvtWVrV&w(~{3}RF@jj9Q^q1))8 LiXL97e^NgE(xlPE zkFc4YZ)P&^wfgvki4%b55zf-Ou5Nr^MXAU`HF?h$stl`1DHC4sx;hAgiZ+pd6&ZlA?)bcf&`Rw~5{Jbep` z}b82oX7iyq8x4zUHBrv|s&k%xmm6fnI)5x;}`ZpPHAP zpOTrEuFt?*npd2eo|l>uoRMEt!XOIc7K6Acsg_A4l?AClBN2d+fe~mG1DIq+2>%BH G7!LpgvLwv_ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayCoordinate.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayCoordinate.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaTypeItem.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaTypeItem.xsb new file mode 100644 index 0000000000000000000000000000000000000000..65c7497cd60d486c6d9a2200a1ed0259b475fb40 GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@?4L kO%07rjm*t099=98OwCPQ%$$vl4P6ZlO^sX(%`6!h0YuUl$p8QV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/tempuri/FileServiceStub.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/tempuri/FileServiceStub.java new file mode 100644 index 0000000..04d3f7b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/tempuri/FileServiceStub.java @@ -0,0 +1,413 @@ +/** + * FileServiceStub.java This file was auto-generated from WSDL by the Apache + * Axis2 version: 1.0 May 04, 2006 (09:21:04 IST) + */ +package org.tempuri; + + +/* +* FileServiceStub java implementation +*/ +public class FileServiceStub extends org.apache.axis2.client.Stub { + //default axis home being null forces the system to pick up the mars from the axis2 library + public static final java.lang.String AXIS2_HOME = null; + protected static org.apache.axis2.description.AxisOperation[] _operations; + + //http://localhost:8080/FileService + private static javax.xml.namespace.QName[] qNameArray = { }; + + //hashmaps to keep the fault mapping + private java.util.HashMap faultExeptionNameMap = new java.util.HashMap(); + private java.util.HashMap faultExeptionClassNameMap = new java.util.HashMap(); + private java.util.HashMap faultMessageMap = new java.util.HashMap(); + + /** */ + private java.util.HashMap ns2Modules = new java.util.HashMap(); + private javax.xml.namespace.QName[] opNameArray = null; + + public FileServiceStub( + org.apache.axis2.context.ConfigurationContext configurationContext, + java.lang.String targetEndpoint) throws java.lang.Exception { + //To populate AxisService + populateAxisService(); + populateFaults(); + + //////////////////////////////////////////////////////////////////////// + org.apache.axis2.engine.AxisConfiguration axisConfiguration = configurationContext.getAxisConfiguration(); + java.util.Collection modules = axisConfiguration.getModules().values(); + + for (java.util.Iterator iterator = modules.iterator(); + iterator.hasNext(); iterator.next()) { + org.apache.axis2.description.AxisModule axisModule = (org.apache.axis2.description.AxisModule) iterator.next(); + java.lang.String[] namespaces = axisModule.getSupportedPolicyNamespaces(); + + if (namespaces != null) { + for (int i = 0; i < namespaces.length; i++) { + ns2Modules.put(namespaces[i], axisModule); + } + } + } + + //////////////////////////////////////////////////////////////////////// + _serviceClient = new org.apache.axis2.client.ServiceClient(configurationContext, + _service); + _serviceClient.getOptions().setTo(new org.apache.axis2.addressing.EndpointReference( + targetEndpoint)); + + //Set the soap version + _serviceClient.getOptions().setSoapVersionURI(org.apache.axiom.soap.SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI); + + //////////////////////////////////////////////////////////////////////// + org.apache.axis2.description.AxisOperation axisOperation; + + for (java.util.Iterator iterator = _service.getChildren(); + iterator.hasNext();) { + // Engaging the modules per AxisOperation + axisOperation = (org.apache.axis2.description.AxisOperation) iterator.next(); + engage(axisOperation, configurationContext.getAxisConfiguration()); + } + + /////////////////////////////////////////////////////////////////////// + } + + /** + * Default Constructor + */ + public FileServiceStub() throws java.lang.Exception { + this("http://localhost:8080/FileService"); + } + + /** + * Constructor taking the target endpoint + */ + public FileServiceStub(java.lang.String targetEndpoint) + throws java.lang.Exception { + this(org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem( + AXIS2_HOME, null), targetEndpoint); + } + + private void populateAxisService() { + //creating the Service + _service = new org.apache.axis2.description.AxisService("FileService"); + + /* + * setting the endpont policy + */ + java.lang.String _service_policy_string = "\n \n 32\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "; + org.apache.axis2.description.PolicyInclude servicePolicyInclude = _service.getPolicyInclude(); + servicePolicyInclude.addPolicyElement(org.apache.axis2.description.PolicyInclude.SERVICE_POLICY, + getPolicyFromString(_service_policy_string)); + + //creating the operations + org.apache.axis2.description.AxisOperation __operation; + + _operations = new org.apache.axis2.description.AxisOperation[1]; + + __operation = new org.apache.axis2.description.OutInAxisOperation(); + + __operation.setName(new javax.xml.namespace.QName("", "SayHello")); + + _operations[0] = __operation; + _service.addOperation(__operation); + } + + //populates the faults + private void populateFaults() { + } + + /** + * Auto generated method signature + * + * @param param0 + * + * @see org.tempuri.FileService#SayHello + */ + public org.apache.axiom.om.OMElement SayHello( + org.apache.axiom.om.OMElement param0) throws java.rmi.RemoteException { + try { + org.apache.axis2.client.OperationClient _operationClient = _serviceClient.createClient(_operations[0].getName()); + _operationClient.getOptions().setAction("http://tempuri.org/IFileService/SayHello"); + _operationClient.getOptions().setExceptionToBeThrownOnSOAPFault(true); + + // create SOAP envelope with that payload + org.apache.axiom.soap.SOAPEnvelope env = null; + + //Style is Doc. + env = toEnvelope(getFactory(_operationClient.getOptions() + .getSoapVersionURI()), + param0, + optimizeContent( + new javax.xml.namespace.QName("", "SayHello"))); + + // create message context with that soap envelope + org.apache.axis2.context.MessageContext _messageContext = new org.apache.axis2.context.MessageContext(); + _messageContext.setEnvelope(env); + + // add the message contxt to the operation client + _operationClient.addMessageContext(_messageContext); + + //execute the operation client + _operationClient.execute(true); + + org.apache.axis2.context.MessageContext _returnMessageContext = _operationClient.getMessageContext(org.apache.axis2.wsdl.WSDLConstants.MESSAGE_LABEL_IN_VALUE); + org.apache.axiom.soap.SOAPEnvelope _returnEnv = _returnMessageContext.getEnvelope(); + + java.lang.Object object = fromOM(getElement(_returnEnv, "document"), + org.apache.axiom.om.OMElement.class, + getEnvelopeNamespaces(_returnEnv)); + _messageContext.getTransportOut().getSender().cleanup(_messageContext); + + return (org.apache.axiom.om.OMElement) object; + } catch (org.apache.axis2.AxisFault f) { + org.apache.axiom.om.OMElement faultElt = f.getDetail(); + + if (faultElt != null) { + if (faultExeptionNameMap.containsKey(faultElt.getQName())) { + //make the fault by reflection + try { + java.lang.String exceptionClassName = (java.lang.String) faultExeptionClassNameMap.get(faultElt.getQName()); + java.lang.Class exceptionClass = java.lang.Class.forName(exceptionClassName); + java.rmi.RemoteException ex = (java.rmi.RemoteException) exceptionClass.newInstance(); + + //message class + java.lang.String messageClassName = (java.lang.String) faultMessageMap.get(faultElt.getQName()); + java.lang.Class messageClass = java.lang.Class.forName(messageClassName); + java.lang.Object messageObject = fromOM(faultElt, + messageClass, null); + java.lang.reflect.Method m = exceptionClass.getMethod("setFaultMessage", + new java.lang.Class[] { messageClass }); + m.invoke(ex, new java.lang.Object[] { messageObject }); + + throw ex; + } catch (java.lang.ClassCastException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.ClassNotFoundException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.NoSuchMethodException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.reflect.InvocationTargetException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.IllegalAccessException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.InstantiationException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } + } else { + throw f; + } + } else { + throw f; + } + } + } + + /** + * A utility method that copies the namepaces from the SOAPEnvelope + */ + private java.util.Map getEnvelopeNamespaces( + org.apache.axiom.soap.SOAPEnvelope env) { + java.util.Map returnMap = new java.util.HashMap(); + java.util.Iterator namespaceIterator = env.getAllDeclaredNamespaces(); + + while (namespaceIterator.hasNext()) { + org.apache.axiom.om.OMNamespace ns = (org.apache.axiom.om.OMNamespace) namespaceIterator.next(); + returnMap.put(ns.getPrefix(), ns.getName()); + } + + return returnMap; + } + + //////////////////////////////////////////////////////////////////////// + private static org.apache.ws.policy.Policy getPolicyFromString( + java.lang.String policyString) { + org.apache.ws.policy.util.PolicyReader prdr = org.apache.ws.policy.util.PolicyFactory.getPolicyReader(org.apache.ws.policy.util.PolicyFactory.OM_POLICY_READER); + + try { + if ((policyString != null) && !policyString.trim().equals("")) { + return prdr.readPolicy(new java.io.ByteArrayInputStream( + policyString.getBytes())); + } + } catch (Exception e) { + throw new RuntimeException("cannot convert " + policyString + + " to policy", e); + } + + return null; + } + + private static org.apache.ws.policy.Policy merge( + java.lang.String policyString1, java.lang.String policyString2) { + return (org.apache.ws.policy.Policy) getPolicyFromString(policyString1) + .merge(getPolicyFromString( + policyString2)); + } + + private java.util.ArrayList getModules(java.util.List termsList) { + java.util.ArrayList arrayList = new java.util.ArrayList(); + java.util.Iterator iterator = termsList.iterator(); + + org.apache.ws.policy.PrimitiveAssertion pa; + java.lang.String namespace; + org.apache.axis2.description.AxisModule axisModule; + + while (iterator.hasNext()) { + pa = (org.apache.ws.policy.PrimitiveAssertion) iterator.next(); + namespace = pa.getName().getNamespaceURI(); + axisModule = (org.apache.axis2.description.AxisModule) ns2Modules.get(namespace); + + if (axisModule == null) { + // TODO + System.err.println( + "Warning: cannot find a module for process PrimitiveAssertion - " + + pa.getName()); + } + + arrayList.add(axisModule); + } + + return arrayList; + } + + private void engage( + org.apache.axis2.description.AxisDescription axisDescription, + org.apache.axis2.engine.AxisConfiguration axisConfiguration) + throws org.apache.axis2.AxisFault { + org.apache.axis2.description.PolicyInclude policyInclude = axisDescription.getPolicyInclude(); + org.apache.ws.policy.Policy policy = policyInclude.getEffectivePolicy(); + + if (policy == null) { + return; + } + + if (!policy.isNormalized()) { + policy = (org.apache.ws.policy.Policy) policy.normalize(); + } + + org.apache.ws.policy.XorCompositeAssertion xor = (org.apache.ws.policy.XorCompositeAssertion) policy.getTerms() + .get(0); + + if (xor.isEmpty()) { + // TODO + throw new RuntimeException("No policy alternative found"); + } + + org.apache.ws.policy.AndCompositeAssertion anAlternative = (org.apache.ws.policy.AndCompositeAssertion) xor.getTerms() + .get(0); + java.util.List moduleList = getModules(anAlternative.getTerms()); + + if (axisDescription instanceof org.apache.axis2.description.AxisService) { + for (java.util.Iterator iterator = moduleList.iterator(); + iterator.hasNext();) { + ((org.apache.axis2.description.AxisService) axisDescription).engageModule((org.apache.axis2.description.AxisModule) iterator.next(), + axisConfiguration); + } + } else if (axisDescription instanceof org.apache.axis2.description.AxisOperation) { + for (java.util.Iterator iterator = moduleList.iterator(); + iterator.hasNext();) { + ((org.apache.axis2.description.AxisOperation) axisDescription).engageModule((org.apache.axis2.description.AxisModule) iterator.next(), + axisConfiguration); + } + } + } + + private boolean optimizeContent(javax.xml.namespace.QName opName) { + if (opNameArray == null) { + return false; + } + + for (int i = 0; i < opNameArray.length; i++) { + if (opName.equals(opNameArray[i])) { + return true; + } + } + + return false; + } + + private org.apache.axiom.om.OMElement toOM( + org.apache.axiom.om.OMElement param, boolean optimizeContent) { + org.apache.axiom.om.impl.builder.StAXOMBuilder builder = new org.apache.axiom.om.impl.builder.StAXOMBuilder(org.apache.axiom.om.OMAbstractFactory.getOMFactory(), + new org.apache.axis2.util.StreamWrapper(param.newXMLStreamReader())); + org.apache.axiom.om.OMElement documentElement = builder.getDocumentElement(); + + if (optimizeContent) { + optimizeContent(documentElement, qNameArray); + } + + ((org.apache.axiom.om.impl.OMNodeEx) documentElement).setParent(null); + + return documentElement; + } + + private org.apache.axiom.soap.SOAPEnvelope toEnvelope( + org.apache.axiom.soap.SOAPFactory factory, + org.apache.axiom.om.OMElement param, boolean optimizeContent) { + org.apache.axiom.soap.SOAPEnvelope envelope = factory.getDefaultEnvelope(); + + if (param != null) { + envelope.getBody().addChild(toOM(param, optimizeContent)); + } + + return envelope; + } + + /** + * get the default envelope + */ + private org.apache.axiom.soap.SOAPEnvelope toEnvelope( + org.apache.axiom.soap.SOAPFactory factory) { + return factory.getDefaultEnvelope(); + } + + public org.apache.xmlbeans.XmlObject fromOM( + org.apache.axiom.om.OMElement param, java.lang.Class type, + java.util.Map extraNamespaces) { + try { + if (org.apache.axiom.om.OMElement.class.equals(type)) { + if (extraNamespaces != null) { + return org.apache.axiom.om.OMElement.Factory.parse(param.getXMLStreamReaderWithoutCaching(), + new org.apache.xmlbeans.XmlOptions().setLoadAdditionalNamespaces( + extraNamespaces)); + } else { + return org.apache.axiom.om.OMElement.Factory.parse(param.getXMLStreamReaderWithoutCaching()); + } + } + } catch (java.lang.Exception e) { + throw new RuntimeException("Data binding error", e); + } + + return null; + } + + private void optimizeContent(org.apache.axiom.om.OMElement element, + javax.xml.namespace.QName[] qNames) { + for (int i = 0; i < qNames.length; i++) { + markElementsAsOptimized(qNames[i], element); + } + } + + private void markElementsAsOptimized(javax.xml.namespace.QName qName, + org.apache.axiom.om.OMElement rootElt) { + if (rootElt.getQName().equals(qName)) { + //get the text node and mark it + org.apache.axiom.om.OMNode node = rootElt.getFirstOMChild(); + + if (node.getType() == org.apache.axiom.om.OMNode.TEXT_NODE) { + ((org.apache.axiom.om.OMText) node).setOptimize(true); + } + } + + java.util.Iterator childElements = rootElt.getChildElements(); + + while (childElements.hasNext()) { + markElementsAsOptimized(qName, + (org.apache.axiom.om.OMElement) childElements.next()); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.java new file mode 100644 index 0000000..3f1057e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.java @@ -0,0 +1,157 @@ +/* + * An XML attribute type. + * Localname: contentType + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ContentTypeAttribute + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime; + + +/** + * A document containing one contentType(@http://www.w3.org/2004/06/xmlmime) attribute. + * + * This is a complex type. + */ +public interface ContentTypeAttribute extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContentTypeAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("contenttypeed83attrtypetype"); + + /** + * Gets the "contentType" attribute + */ + java.lang.String getContentType(); + + /** + * Gets (as xml) the "contentType" attribute + */ + org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType xgetContentType(); + + /** + * True if has "contentType" attribute + */ + boolean isSetContentType(); + + /** + * Sets the "contentType" attribute + */ + void setContentType(java.lang.String contentType); + + /** + * Sets (as xml) the "contentType" attribute + */ + void xsetContentType(org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType contentType); + + /** + * Unsets the "contentType" attribute + */ + void unsetContentType(); + + /** + * An XML contentType(@http://www.w3.org/2004/06/xmlmime). + * + * This is an atomic type that is a restriction of org.w3.www._2004._06.xmlmime.ContentTypeAttribute$ContentType. + */ + public interface ContentType extends org.apache.xmlbeans.XmlString + { + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContentType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("contenttyped54eattrtype"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType newValue(java.lang.Object obj) { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType) type.newValue( obj ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType newInstance() { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + private Factory() { } // No instance of this class allowed + } + } + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute newInstance() { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.java new file mode 100644 index 0000000..ac5f2d3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.java @@ -0,0 +1,156 @@ +/* + * An XML document type. + * Localname: expectedMediaType + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime; + + +/** + * A document containing one expectedMediaType(@http://www.w3.org/2004/06/xmlmime) element. + * + * This is a complex type. + */ +public interface ExpectedMediaTypeDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExpectedMediaTypeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("expectedmediatype0e08doctype"); + + /** + * Gets the "expectedMediaType" element + */ + java.util.List getExpectedMediaType(); + + /** + * Gets (as xml) the "expectedMediaType" element + */ + org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType xgetExpectedMediaType(); + + /** + * Sets the "expectedMediaType" element + */ + void setExpectedMediaType(java.util.List expectedMediaType); + + /** + * Sets (as xml) the "expectedMediaType" element + */ + void xsetExpectedMediaType(org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType expectedMediaType); + + /** + * An XML expectedMediaType(@http://www.w3.org/2004/06/xmlmime). + * + * This is a list type whose items are org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem. + */ + public interface ExpectedMediaType extends org.apache.xmlbeans.XmlAnySimpleType + { + java.util.List getListValue(); + java.util.List xgetListValue(); + void setListValue(java.util.List list); + /** @deprecated */ + java.util.List listValue(); + /** @deprecated */ + java.util.List xlistValue(); + /** @deprecated */ + void set(java.util.List list); + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExpectedMediaType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("expectedmediatypec05aelemtype"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType newValue(java.lang.Object obj) { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType) type.newValue( obj ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType newInstance() { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + private Factory() { } // No instance of this class allowed + } + } + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument newInstance() { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.java new file mode 100644 index 0000000..5c4edb6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.java @@ -0,0 +1,99 @@ +/* + * XML Type: expectedMediaTypeItem + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime; + + +/** + * An XML expectedMediaTypeItem(@http://www.w3.org/2004/06/xmlmime). + * + * This is an atomic type that is a restriction of org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem. + */ +public interface ExpectedMediaTypeItem extends org.apache.xmlbeans.XmlString +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExpectedMediaTypeItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("expectedmediatypeitemd20btype"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem newValue(java.lang.Object obj) { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) type.newValue( obj ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem newInstance() { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ContentTypeAttributeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ContentTypeAttributeImpl.java new file mode 100644 index 0000000..fa15167 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ContentTypeAttributeImpl.java @@ -0,0 +1,136 @@ +/* + * An XML attribute type. + * Localname: contentType + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ContentTypeAttribute + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime.impl; +/** + * A document containing one contentType(@http://www.w3.org/2004/06/xmlmime) attribute. + * + * This is a complex type. + */ +public class ContentTypeAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.w3.www._2004._06.xmlmime.ContentTypeAttribute +{ + + public ContentTypeAttributeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName CONTENTTYPE$0 = + new javax.xml.namespace.QName("http://www.w3.org/2004/06/xmlmime", "contentType"); + + + /** + * Gets the "contentType" attribute + */ + public java.lang.String getContentType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(CONTENTTYPE$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "contentType" attribute + */ + public org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType xgetContentType() + { + synchronized (monitor()) + { + check_orphaned(); + org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType target = null; + target = (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType)get_store().find_attribute_user(CONTENTTYPE$0); + return target; + } + } + + /** + * True if has "contentType" attribute + */ + public boolean isSetContentType() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(CONTENTTYPE$0) != null; + } + } + + /** + * Sets the "contentType" attribute + */ + public void setContentType(java.lang.String contentType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(CONTENTTYPE$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(CONTENTTYPE$0); + } + target.setStringValue(contentType); + } + } + + /** + * Sets (as xml) the "contentType" attribute + */ + public void xsetContentType(org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType contentType) + { + synchronized (monitor()) + { + check_orphaned(); + org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType target = null; + target = (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType)get_store().find_attribute_user(CONTENTTYPE$0); + if (target == null) + { + target = (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType)get_store().add_attribute_user(CONTENTTYPE$0); + } + target.set(contentType); + } + } + + /** + * Unsets the "contentType" attribute + */ + public void unsetContentType() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(CONTENTTYPE$0); + } + } + /** + * An XML contentType(@http://www.w3.org/2004/06/xmlmime). + * + * This is an atomic type that is a restriction of org.w3.www._2004._06.xmlmime.ContentTypeAttribute$ContentType. + */ + public static class ContentTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType + { + + public ContentTypeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected ContentTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeDocumentImpl.java new file mode 100644 index 0000000..062f42c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeDocumentImpl.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: expectedMediaType + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime.impl; +/** + * A document containing one expectedMediaType(@http://www.w3.org/2004/06/xmlmime) element. + * + * This is a complex type. + */ +public class ExpectedMediaTypeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument +{ + + public ExpectedMediaTypeDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName EXPECTEDMEDIATYPE$0 = + new javax.xml.namespace.QName("http://www.w3.org/2004/06/xmlmime", "expectedMediaType"); + + + /** + * Gets the "expectedMediaType" element + */ + public java.util.List getExpectedMediaType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXPECTEDMEDIATYPE$0, 0); + if (target == null) + { + return null; + } + return target.getListValue(); + } + } + + /** + * Gets (as xml) the "expectedMediaType" element + */ + public org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType xgetExpectedMediaType() + { + synchronized (monitor()) + { + check_orphaned(); + org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType target = null; + target = (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)get_store().find_element_user(EXPECTEDMEDIATYPE$0, 0); + return target; + } + } + + /** + * Sets the "expectedMediaType" element + */ + public void setExpectedMediaType(java.util.List expectedMediaType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXPECTEDMEDIATYPE$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EXPECTEDMEDIATYPE$0); + } + target.setListValue(expectedMediaType); + } + } + + /** + * Sets (as xml) the "expectedMediaType" element + */ + public void xsetExpectedMediaType(org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType expectedMediaType) + { + synchronized (monitor()) + { + check_orphaned(); + org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType target = null; + target = (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)get_store().find_element_user(EXPECTEDMEDIATYPE$0, 0); + if (target == null) + { + target = (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)get_store().add_element_user(EXPECTEDMEDIATYPE$0); + } + target.set(expectedMediaType); + } + } + /** + * An XML expectedMediaType(@http://www.w3.org/2004/06/xmlmime). + * + * This is a list type whose items are org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem. + */ + public static class ExpectedMediaTypeImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType + { + + public ExpectedMediaTypeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected ExpectedMediaTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeItemImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeItemImpl.java new file mode 100644 index 0000000..ec53904 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeItemImpl.java @@ -0,0 +1,26 @@ +/* + * XML Type: expectedMediaTypeItem + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime.impl; +/** + * An XML expectedMediaTypeItem(@http://www.w3.org/2004/06/xmlmime). + * + * This is an atomic type that is a restriction of org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem. + */ +public class ExpectedMediaTypeItemImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem +{ + + public ExpectedMediaTypeItemImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected ExpectedMediaTypeItemImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.java new file mode 100644 index 0000000..b5ce82b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: anyType + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyTypeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one anyType(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface AnyTypeDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AnyTypeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("anytypeb1cadoctype"); + + /** + * Gets the "anyType" element + */ + org.apache.xmlbeans.XmlObject getAnyType(); + + /** + * Sets the "anyType" element + */ + void setAnyType(org.apache.xmlbeans.XmlObject anyType); + + /** + * Appends and returns a new empty "anyType" element + */ + org.apache.xmlbeans.XmlObject addNewAnyType(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURI.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURI.java new file mode 100644 index 0000000..3a251d1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURI.java @@ -0,0 +1,156 @@ +/* + * XML Type: anyURI + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyURI + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML anyURI(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.AnyURI. + */ +public interface AnyURI extends org.apache.xmlbeans.XmlAnyURI +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AnyURI.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("anyurid9a6type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.AnyURI newInstance() { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.java new file mode 100644 index 0000000..2d7a2a6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: anyURI + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyURIDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one anyURI(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface AnyURIDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AnyURIDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("anyuri77b6doctype"); + + /** + * Gets the "anyURI" element + */ + org.xmlsoap.schemas.soap.encoding.AnyURI getAnyURI(); + + /** + * Sets the "anyURI" element + */ + void setAnyURI(org.xmlsoap.schemas.soap.encoding.AnyURI anyURI); + + /** + * Appends and returns a new empty "anyURI" element + */ + org.xmlsoap.schemas.soap.encoding.AnyURI addNewAnyURI(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Array.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Array.java new file mode 100644 index 0000000..116acf8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Array.java @@ -0,0 +1,216 @@ +/* + * XML Type: Array + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Array + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML Array(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a complex type. + */ +public interface Array extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Array.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("arraycacdtype"); + + /** + * Gets the "arrayType" attribute + */ + java.lang.String getArrayType(); + + /** + * Gets (as xml) the "arrayType" attribute + */ + org.apache.xmlbeans.XmlString xgetArrayType(); + + /** + * True if has "arrayType" attribute + */ + boolean isSetArrayType(); + + /** + * Sets the "arrayType" attribute + */ + void setArrayType(java.lang.String arrayType); + + /** + * Sets (as xml) the "arrayType" attribute + */ + void xsetArrayType(org.apache.xmlbeans.XmlString arrayType); + + /** + * Unsets the "arrayType" attribute + */ + void unsetArrayType(); + + /** + * Gets the "offset" attribute + */ + java.lang.String getOffset(); + + /** + * Gets (as xml) the "offset" attribute + */ + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetOffset(); + + /** + * True if has "offset" attribute + */ + boolean isSetOffset(); + + /** + * Sets the "offset" attribute + */ + void setOffset(java.lang.String offset); + + /** + * Sets (as xml) the "offset" attribute + */ + void xsetOffset(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate offset); + + /** + * Unsets the "offset" attribute + */ + void unsetOffset(); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Array newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Array parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Array parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.java new file mode 100644 index 0000000..097e509 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.java @@ -0,0 +1,99 @@ +/* + * XML Type: arrayCoordinate + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayCoordinate + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML arrayCoordinate(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ArrayCoordinate. + */ +public interface ArrayCoordinate extends org.apache.xmlbeans.XmlString +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayCoordinate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("arraycoordinateb285type"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate newValue(java.lang.Object obj) { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) type.newValue( obj ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayDocument.java new file mode 100644 index 0000000..bf4cf07 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: Array + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one Array(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface ArrayDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("array2abddoctype"); + + /** + * Gets the "Array" element + */ + org.xmlsoap.schemas.soap.encoding.Array getArray(); + + /** + * Sets the "Array" element + */ + void setArray(org.xmlsoap.schemas.soap.encoding.Array array); + + /** + * Appends and returns a new empty "Array" element + */ + org.xmlsoap.schemas.soap.encoding.Array addNewArray(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.java new file mode 100644 index 0000000..b1b39b3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.java @@ -0,0 +1,127 @@ +/* + * An XML attribute type. + * Localname: arrayType + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one arrayType(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public interface ArrayTypeAttribute extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayTypeAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("arraytype1ac5attrtypetype"); + + /** + * Gets the "arrayType" attribute + */ + java.lang.String getArrayType(); + + /** + * Gets (as xml) the "arrayType" attribute + */ + org.apache.xmlbeans.XmlString xgetArrayType(); + + /** + * True if has "arrayType" attribute + */ + boolean isSetArrayType(); + + /** + * Sets the "arrayType" attribute + */ + void setArrayType(java.lang.String arrayType); + + /** + * Sets (as xml) the "arrayType" attribute + */ + void xsetArrayType(org.apache.xmlbeans.XmlString arrayType); + + /** + * Unsets the "arrayType" attribute + */ + void unsetArrayType(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64.java new file mode 100644 index 0000000..ca8f3fc --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64.java @@ -0,0 +1,99 @@ +/* + * XML Type: base64 + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64 + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML base64(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Base64. + */ +public interface Base64 extends org.apache.xmlbeans.XmlBase64Binary +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Base64.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("base64c455type"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Base64 newValue(java.lang.Object obj) { + return (org.xmlsoap.schemas.soap.encoding.Base64) type.newValue( obj ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64Binary.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64Binary.java new file mode 100644 index 0000000..8ea6ce6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64Binary.java @@ -0,0 +1,156 @@ +/* + * XML Type: base64Binary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64Binary + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML base64Binary(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Base64Binary. + */ +public interface Base64Binary extends org.apache.xmlbeans.XmlBase64Binary +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Base64Binary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("base64binarye936type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Base64Binary newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.java new file mode 100644 index 0000000..cf3c850 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: base64Binary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one base64Binary(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface Base64BinaryDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Base64BinaryDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("base64binarybb46doctype"); + + /** + * Gets the "base64Binary" element + */ + org.xmlsoap.schemas.soap.encoding.Base64Binary getBase64Binary(); + + /** + * Sets the "base64Binary" element + */ + void setBase64Binary(org.xmlsoap.schemas.soap.encoding.Base64Binary base64Binary); + + /** + * Appends and returns a new empty "base64Binary" element + */ + org.xmlsoap.schemas.soap.encoding.Base64Binary addNewBase64Binary(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Boolean.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Boolean.java new file mode 100644 index 0000000..d7a4b47 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Boolean.java @@ -0,0 +1,156 @@ +/* + * XML Type: boolean + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Boolean + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML boolean(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Boolean. + */ +public interface Boolean extends org.apache.xmlbeans.XmlBoolean +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Boolean.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("boolean183ctype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Boolean newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/BooleanDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/BooleanDocument.java new file mode 100644 index 0000000..8687d13 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/BooleanDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: boolean + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.BooleanDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one boolean(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface BooleanDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BooleanDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("boolean3c2cdoctype"); + + /** + * Gets the "boolean" element + */ + org.xmlsoap.schemas.soap.encoding.Boolean getBoolean(); + + /** + * Sets the "boolean" element + */ + void setBoolean(org.xmlsoap.schemas.soap.encoding.Boolean xboolean); + + /** + * Appends and returns a new empty "boolean" element + */ + org.xmlsoap.schemas.soap.encoding.Boolean addNewBoolean(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Byte.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Byte.java new file mode 100644 index 0000000..c9434f9 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Byte.java @@ -0,0 +1,156 @@ +/* + * XML Type: byte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Byte + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML byte(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Byte. + */ +public interface Byte extends org.apache.xmlbeans.XmlByte +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Byte.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("byted70etype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Byte newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Byte parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Byte parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ByteDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ByteDocument.java new file mode 100644 index 0000000..6ceed4f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ByteDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: byte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ByteDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one byte(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface ByteDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ByteDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("byteb91edoctype"); + + /** + * Gets the "byte" element + */ + org.xmlsoap.schemas.soap.encoding.Byte getByte(); + + /** + * Sets the "byte" element + */ + void setByte(org.xmlsoap.schemas.soap.encoding.Byte xbyte); + + /** + * Appends and returns a new empty "byte" element + */ + org.xmlsoap.schemas.soap.encoding.Byte addNewByte(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ByteDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Date.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Date.java new file mode 100644 index 0000000..4ff1df2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Date.java @@ -0,0 +1,156 @@ +/* + * XML Type: date + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Date + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML date(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Date. + */ +public interface Date extends org.apache.xmlbeans.XmlDate +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Date.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("dateb634type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Date newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Date parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Date parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateDocument.java new file mode 100644 index 0000000..b2e251b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: date + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one date(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface DateDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DateDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("date9844doctype"); + + /** + * Gets the "date" element + */ + org.xmlsoap.schemas.soap.encoding.Date getDate(); + + /** + * Sets the "date" element + */ + void setDate(org.xmlsoap.schemas.soap.encoding.Date date); + + /** + * Appends and returns a new empty "date" element + */ + org.xmlsoap.schemas.soap.encoding.Date addNewDate(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DateDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateTime.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateTime.java new file mode 100644 index 0000000..dd3b92d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateTime.java @@ -0,0 +1,156 @@ +/* + * XML Type: dateTime + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateTime + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML dateTime(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.DateTime. + */ +public interface DateTime extends org.apache.xmlbeans.XmlDateTime +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DateTime.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("datetime4161type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DateTime newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.java new file mode 100644 index 0000000..36aad94 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: dateTime + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateTimeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one dateTime(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface DateTimeDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DateTimeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("datetime9b71doctype"); + + /** + * Gets the "dateTime" element + */ + org.xmlsoap.schemas.soap.encoding.DateTime getDateTime(); + + /** + * Sets the "dateTime" element + */ + void setDateTime(org.xmlsoap.schemas.soap.encoding.DateTime dateTime); + + /** + * Appends and returns a new empty "dateTime" element + */ + org.xmlsoap.schemas.soap.encoding.DateTime addNewDateTime(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Decimal.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Decimal.java new file mode 100644 index 0000000..a8cc604 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Decimal.java @@ -0,0 +1,156 @@ +/* + * XML Type: decimal + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Decimal + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML decimal(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Decimal. + */ +public interface Decimal extends org.apache.xmlbeans.XmlDecimal +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Decimal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("decimalbc25type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Decimal newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DecimalDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DecimalDocument.java new file mode 100644 index 0000000..d56180d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DecimalDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: decimal + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DecimalDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one decimal(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface DecimalDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DecimalDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("decimale015doctype"); + + /** + * Gets the "decimal" element + */ + org.xmlsoap.schemas.soap.encoding.Decimal getDecimal(); + + /** + * Sets the "decimal" element + */ + void setDecimal(org.xmlsoap.schemas.soap.encoding.Decimal decimal); + + /** + * Appends and returns a new empty "decimal" element + */ + org.xmlsoap.schemas.soap.encoding.Decimal addNewDecimal(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Double.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Double.java new file mode 100644 index 0000000..8015373 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Double.java @@ -0,0 +1,156 @@ +/* + * XML Type: double + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Double + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML double(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Double. + */ +public interface Double extends org.apache.xmlbeans.XmlDouble +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Double.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("double6057type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Double newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Double parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Double parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DoubleDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DoubleDocument.java new file mode 100644 index 0000000..a4fc305 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DoubleDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: double + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DoubleDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one double(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface DoubleDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DoubleDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("doublefe67doctype"); + + /** + * Gets the "double" element + */ + org.xmlsoap.schemas.soap.encoding.Double getDouble(); + + /** + * Sets the "double" element + */ + void setDouble(org.xmlsoap.schemas.soap.encoding.Double xdouble); + + /** + * Appends and returns a new empty "double" element + */ + org.xmlsoap.schemas.soap.encoding.Double addNewDouble(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Duration.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Duration.java new file mode 100644 index 0000000..d4aa066 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Duration.java @@ -0,0 +1,156 @@ +/* + * XML Type: duration + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Duration + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML duration(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Duration. + */ +public interface Duration extends org.apache.xmlbeans.XmlDuration +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Duration.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("durationd81atype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Duration newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Duration parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Duration parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DurationDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DurationDocument.java new file mode 100644 index 0000000..6f243b0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/DurationDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: duration + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DurationDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one duration(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface DurationDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DurationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("duration322adoctype"); + + /** + * Gets the "duration" element + */ + org.xmlsoap.schemas.soap.encoding.Duration getDuration(); + + /** + * Sets the "duration" element + */ + void setDuration(org.xmlsoap.schemas.soap.encoding.Duration duration); + + /** + * Appends and returns a new empty "duration" element + */ + org.xmlsoap.schemas.soap.encoding.Duration addNewDuration(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DurationDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIES.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIES.java new file mode 100644 index 0000000..8dcd172 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIES.java @@ -0,0 +1,165 @@ +/* + * XML Type: ENTITIES + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITIES + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML ENTITIES(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlENTITY. + */ +public interface ENTITIES extends org.apache.xmlbeans.XmlENTITIES +{ + java.util.List getListValue(); + java.util.List xgetListValue(); + void setListValue(java.util.List list); + /** @deprecated */ + java.util.List listValue(); + /** @deprecated */ + java.util.List xlistValue(); + /** @deprecated */ + void set(java.util.List list); + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ENTITIES.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("entitiesba07type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ENTITIES newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.java new file mode 100644 index 0000000..8601d09 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: ENTITIES + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITIESDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one ENTITIES(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface ENTITIESDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ENTITIESDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("entities1417doctype"); + + /** + * Gets the "ENTITIES" element + */ + org.xmlsoap.schemas.soap.encoding.ENTITIES getENTITIES(); + + /** + * Sets the "ENTITIES" element + */ + void setENTITIES(org.xmlsoap.schemas.soap.encoding.ENTITIES entities); + + /** + * Appends and returns a new empty "ENTITIES" element + */ + org.xmlsoap.schemas.soap.encoding.ENTITIES addNewENTITIES(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITY.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITY.java new file mode 100644 index 0000000..63bfb6a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITY.java @@ -0,0 +1,156 @@ +/* + * XML Type: ENTITY + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITY + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML ENTITY(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ENTITY. + */ +public interface ENTITY extends org.apache.xmlbeans.XmlENTITY +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ENTITY.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("entity85e9type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ENTITY newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.java new file mode 100644 index 0000000..597834e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: ENTITY + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITYDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one ENTITY(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface ENTITYDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ENTITYDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("entity23f9doctype"); + + /** + * Gets the "ENTITY" element + */ + org.xmlsoap.schemas.soap.encoding.ENTITY getENTITY(); + + /** + * Sets the "ENTITY" element + */ + void setENTITY(org.xmlsoap.schemas.soap.encoding.ENTITY entity); + + /** + * Appends and returns a new empty "ENTITY" element + */ + org.xmlsoap.schemas.soap.encoding.ENTITY addNewENTITY(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Float.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Float.java new file mode 100644 index 0000000..2aa393d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Float.java @@ -0,0 +1,156 @@ +/* + * XML Type: float + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Float + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML float(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Float. + */ +public interface Float extends org.apache.xmlbeans.XmlFloat +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Float.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("float8f30type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Float newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Float parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Float parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/FloatDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/FloatDocument.java new file mode 100644 index 0000000..5518f84 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/FloatDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: float + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.FloatDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one float(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface FloatDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FloatDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("floatef20doctype"); + + /** + * Gets the "float" element + */ + org.xmlsoap.schemas.soap.encoding.Float getFloat(); + + /** + * Sets the "float" element + */ + void setFloat(org.xmlsoap.schemas.soap.encoding.Float xfloat); + + /** + * Appends and returns a new empty "float" element + */ + org.xmlsoap.schemas.soap.encoding.Float addNewFloat(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.FloatDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GDay.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GDay.java new file mode 100644 index 0000000..accca20 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GDay.java @@ -0,0 +1,156 @@ +/* + * XML Type: gDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GDay + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML gDay(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GDay. + */ +public interface GDay extends org.apache.xmlbeans.XmlGDay +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GDay.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("gday2b7btype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GDay newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GDay parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GDay parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GDayDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GDayDocument.java new file mode 100644 index 0000000..e9cca03 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GDayDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: gDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GDayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one gDay(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface GDayDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GDayDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("gday0d8bdoctype"); + + /** + * Gets the "gDay" element + */ + org.xmlsoap.schemas.soap.encoding.GDay getGDay(); + + /** + * Sets the "gDay" element + */ + void setGDay(org.xmlsoap.schemas.soap.encoding.GDay gDay); + + /** + * Appends and returns a new empty "gDay" element + */ + org.xmlsoap.schemas.soap.encoding.GDay addNewGDay(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GDayDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonth.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonth.java new file mode 100644 index 0000000..2fd03d8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonth.java @@ -0,0 +1,156 @@ +/* + * XML Type: gMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonth + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML gMonth(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GMonth. + */ +public interface GMonth extends org.apache.xmlbeans.XmlGMonth +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GMonth.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("gmonth94dftype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GMonth newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDay.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDay.java new file mode 100644 index 0000000..91c63fa --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDay.java @@ -0,0 +1,156 @@ +/* + * XML Type: gMonthDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDay + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML gMonthDay(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GMonthDay. + */ +public interface GMonthDay extends org.apache.xmlbeans.XmlGMonthDay +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GMonthDay.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("gmonthday1f17type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GMonthDay newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.java new file mode 100644 index 0000000..a03cbd6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: gMonthDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one gMonthDay(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface GMonthDayDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GMonthDayDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("gmonthday0707doctype"); + + /** + * Gets the "gMonthDay" element + */ + org.xmlsoap.schemas.soap.encoding.GMonthDay getGMonthDay(); + + /** + * Sets the "gMonthDay" element + */ + void setGMonthDay(org.xmlsoap.schemas.soap.encoding.GMonthDay gMonthDay); + + /** + * Appends and returns a new empty "gMonthDay" element + */ + org.xmlsoap.schemas.soap.encoding.GMonthDay addNewGMonthDay(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDocument.java new file mode 100644 index 0000000..85c616b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: gMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one gMonth(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface GMonthDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GMonthDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("gmonth32efdoctype"); + + /** + * Gets the "gMonth" element + */ + org.xmlsoap.schemas.soap.encoding.GMonth getGMonth(); + + /** + * Sets the "gMonth" element + */ + void setGMonth(org.xmlsoap.schemas.soap.encoding.GMonth gMonth); + + /** + * Appends and returns a new empty "gMonth" element + */ + org.xmlsoap.schemas.soap.encoding.GMonth addNewGMonth(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYear.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYear.java new file mode 100644 index 0000000..fb6123f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYear.java @@ -0,0 +1,156 @@ +/* + * XML Type: gYear + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYear + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML gYear(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GYear. + */ +public interface GYear extends org.apache.xmlbeans.XmlGYear +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GYear.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("gyearbc18type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GYear newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYear parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYear parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearDocument.java new file mode 100644 index 0000000..e84a39b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: gYear + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one gYear(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface GYearDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GYearDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("gyear1c08doctype"); + + /** + * Gets the "gYear" element + */ + org.xmlsoap.schemas.soap.encoding.GYear getGYear(); + + /** + * Sets the "gYear" element + */ + void setGYear(org.xmlsoap.schemas.soap.encoding.GYear gYear); + + /** + * Appends and returns a new empty "gYear" element + */ + org.xmlsoap.schemas.soap.encoding.GYear addNewGYear(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GYearDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonth.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonth.java new file mode 100644 index 0000000..e62a065 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonth.java @@ -0,0 +1,156 @@ +/* + * XML Type: gYearMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearMonth + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML gYearMonth(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GYearMonth. + */ +public interface GYearMonth extends org.apache.xmlbeans.XmlGYearMonth +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GYearMonth.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("gyearmonth85e2type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GYearMonth newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.java new file mode 100644 index 0000000..b1cdd21 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: gYearMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearMonthDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one gYearMonth(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface GYearMonthDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GYearMonthDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("gyearmonth9bf2doctype"); + + /** + * Gets the "gYearMonth" element + */ + org.xmlsoap.schemas.soap.encoding.GYearMonth getGYearMonth(); + + /** + * Sets the "gYearMonth" element + */ + void setGYearMonth(org.xmlsoap.schemas.soap.encoding.GYearMonth gYearMonth); + + /** + * Appends and returns a new empty "gYearMonth" element + */ + org.xmlsoap.schemas.soap.encoding.GYearMonth addNewGYearMonth(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinary.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinary.java new file mode 100644 index 0000000..feabf1e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinary.java @@ -0,0 +1,156 @@ +/* + * XML Type: hexBinary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.HexBinary + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML hexBinary(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.HexBinary. + */ +public interface HexBinary extends org.apache.xmlbeans.XmlHexBinary +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HexBinary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("hexbinary1c50type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.HexBinary newInstance() { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.java new file mode 100644 index 0000000..9390849 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: hexBinary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.HexBinaryDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one hexBinary(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface HexBinaryDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HexBinaryDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("hexbinary0440doctype"); + + /** + * Gets the "hexBinary" element + */ + org.xmlsoap.schemas.soap.encoding.HexBinary getHexBinary(); + + /** + * Sets the "hexBinary" element + */ + void setHexBinary(org.xmlsoap.schemas.soap.encoding.HexBinary hexBinary); + + /** + * Appends and returns a new empty "hexBinary" element + */ + org.xmlsoap.schemas.soap.encoding.HexBinary addNewHexBinary(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ID.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ID.java new file mode 100644 index 0000000..c2de876 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ID.java @@ -0,0 +1,156 @@ +/* + * XML Type: ID + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ID + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML ID(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ID. + */ +public interface ID extends org.apache.xmlbeans.XmlID +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ID.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("id4da1type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ID newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ID parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ID parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDDocument.java new file mode 100644 index 0000000..ee2649c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: ID + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one ID(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface IDDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IDDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("id73b1doctype"); + + /** + * Gets the "ID" element + */ + org.xmlsoap.schemas.soap.encoding.ID getID(); + + /** + * Sets the "ID" element + */ + void setID(org.xmlsoap.schemas.soap.encoding.ID id); + + /** + * Appends and returns a new empty "ID" element + */ + org.xmlsoap.schemas.soap.encoding.ID addNewID(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IDDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREF.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREF.java new file mode 100644 index 0000000..90e82b0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREF.java @@ -0,0 +1,156 @@ +/* + * XML Type: IDREF + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREF + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML IDREF(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.IDREF. + */ +public interface IDREF extends org.apache.xmlbeans.XmlIDREF +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IDREF.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("idrefa34ctype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IDREF newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFDocument.java new file mode 100644 index 0000000..da4d8ce --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: IDREF + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one IDREF(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface IDREFDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IDREFDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("idref033cdoctype"); + + /** + * Gets the "IDREF" element + */ + org.xmlsoap.schemas.soap.encoding.IDREF getIDREF(); + + /** + * Sets the "IDREF" element + */ + void setIDREF(org.xmlsoap.schemas.soap.encoding.IDREF idref); + + /** + * Appends and returns a new empty "IDREF" element + */ + org.xmlsoap.schemas.soap.encoding.IDREF addNewIDREF(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFS.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFS.java new file mode 100644 index 0000000..1b17646 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFS.java @@ -0,0 +1,165 @@ +/* + * XML Type: IDREFS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFS + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML IDREFS(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlIDREF. + */ +public interface IDREFS extends org.apache.xmlbeans.XmlIDREFS +{ + java.util.List getListValue(); + java.util.List xgetListValue(); + void setListValue(java.util.List list); + /** @deprecated */ + java.util.List listValue(); + /** @deprecated */ + java.util.List xlistValue(); + /** @deprecated */ + void set(java.util.List list); + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IDREFS.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("idrefs0de1type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IDREFS newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.java new file mode 100644 index 0000000..1633c42 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: IDREFS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFSDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one IDREFS(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface IDREFSDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IDREFSDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("idrefsabf1doctype"); + + /** + * Gets the "IDREFS" element + */ + org.xmlsoap.schemas.soap.encoding.IDREFS getIDREFS(); + + /** + * Sets the "IDREFS" element + */ + void setIDREFS(org.xmlsoap.schemas.soap.encoding.IDREFS idrefs); + + /** + * Appends and returns a new empty "IDREFS" element + */ + org.xmlsoap.schemas.soap.encoding.IDREFS addNewIDREFS(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Int.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Int.java new file mode 100644 index 0000000..02eb0fd --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Int.java @@ -0,0 +1,156 @@ +/* + * XML Type: int + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Int + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML int(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Int. + */ +public interface Int extends org.apache.xmlbeans.XmlInt +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Int.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("int8ec3type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Int newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Int parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Int parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IntDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IntDocument.java new file mode 100644 index 0000000..1662d8c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IntDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: int + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IntDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one int(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface IntDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IntDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("int2ab3doctype"); + + /** + * Gets the "int" element + */ + org.xmlsoap.schemas.soap.encoding.Int getInt(); + + /** + * Sets the "int" element + */ + void setInt(org.xmlsoap.schemas.soap.encoding.Int xint); + + /** + * Appends and returns a new empty "int" element + */ + org.xmlsoap.schemas.soap.encoding.Int addNewInt(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IntDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Integer.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Integer.java new file mode 100644 index 0000000..c1190d4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Integer.java @@ -0,0 +1,156 @@ +/* + * XML Type: integer + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Integer + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML integer(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Integer. + */ +public interface Integer extends org.apache.xmlbeans.XmlInteger +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Integer.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("integer71d2type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Integer newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Integer parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Integer parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IntegerDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IntegerDocument.java new file mode 100644 index 0000000..18a89b3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/IntegerDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: integer + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one integer(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface IntegerDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IntegerDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("integer95c2doctype"); + + /** + * Gets the "integer" element + */ + org.xmlsoap.schemas.soap.encoding.Integer getInteger(); + + /** + * Sets the "integer" element + */ + void setInteger(org.xmlsoap.schemas.soap.encoding.Integer integer); + + /** + * Appends and returns a new empty "integer" element + */ + org.xmlsoap.schemas.soap.encoding.Integer addNewInteger(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Language.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Language.java new file mode 100644 index 0000000..490e160 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Language.java @@ -0,0 +1,156 @@ +/* + * XML Type: language + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Language + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML language(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Language. + */ +public interface Language extends org.apache.xmlbeans.XmlLanguage +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Language.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("languagea8detype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Language newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Language parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Language parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/LanguageDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/LanguageDocument.java new file mode 100644 index 0000000..6d62294 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/LanguageDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: language + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.LanguageDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one language(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface LanguageDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LanguageDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("language02eedoctype"); + + /** + * Gets the "language" element + */ + org.xmlsoap.schemas.soap.encoding.Language getLanguage(); + + /** + * Sets the "language" element + */ + void setLanguage(org.xmlsoap.schemas.soap.encoding.Language language); + + /** + * Appends and returns a new empty "language" element + */ + org.xmlsoap.schemas.soap.encoding.Language addNewLanguage(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Long.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Long.java new file mode 100644 index 0000000..b35ea39 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Long.java @@ -0,0 +1,156 @@ +/* + * XML Type: long + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Long + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML long(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Long. + */ +public interface Long extends org.apache.xmlbeans.XmlLong +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Long.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("long2b82type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Long newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Long parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Long parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/LongDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/LongDocument.java new file mode 100644 index 0000000..b9ef36b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/LongDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: long + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.LongDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one long(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface LongDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LongDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("long0d92doctype"); + + /** + * Gets the "long" element + */ + org.xmlsoap.schemas.soap.encoding.Long getLong(); + + /** + * Sets the "long" element + */ + void setLong(org.xmlsoap.schemas.soap.encoding.Long xlong); + + /** + * Appends and returns a new empty "long" element + */ + org.xmlsoap.schemas.soap.encoding.Long addNewLong(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.LongDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NCName.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NCName.java new file mode 100644 index 0000000..7760c79 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NCName.java @@ -0,0 +1,156 @@ +/* + * XML Type: NCName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NCName + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML NCName(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NCName. + */ +public interface NCName extends org.apache.xmlbeans.XmlNCName +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NCName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("ncnamef7a6type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NCName newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NCName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NCName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NCNameDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NCNameDocument.java new file mode 100644 index 0000000..615323e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NCNameDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: NCName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NCNameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one NCName(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NCNameDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NCNameDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("ncname95b6doctype"); + + /** + * Gets the "NCName" element + */ + org.xmlsoap.schemas.soap.encoding.NCName getNCName(); + + /** + * Sets the "NCName" element + */ + void setNCName(org.xmlsoap.schemas.soap.encoding.NCName ncName); + + /** + * Appends and returns a new empty "NCName" element + */ + org.xmlsoap.schemas.soap.encoding.NCName addNewNCName(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKEN.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKEN.java new file mode 100644 index 0000000..e6ba047 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKEN.java @@ -0,0 +1,156 @@ +/* + * XML Type: NMTOKEN + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKEN + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML NMTOKEN(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NMTOKEN. + */ +public interface NMTOKEN extends org.apache.xmlbeans.XmlNMTOKEN +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NMTOKEN.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("nmtoken5d0etype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.java new file mode 100644 index 0000000..9ecdd45 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: NMTOKEN + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one NMTOKEN(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NMTOKENDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NMTOKENDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("nmtoken80fedoctype"); + + /** + * Gets the "NMTOKEN" element + */ + org.xmlsoap.schemas.soap.encoding.NMTOKEN getNMTOKEN(); + + /** + * Sets the "NMTOKEN" element + */ + void setNMTOKEN(org.xmlsoap.schemas.soap.encoding.NMTOKEN nmtoken); + + /** + * Appends and returns a new empty "NMTOKEN" element + */ + org.xmlsoap.schemas.soap.encoding.NMTOKEN addNewNMTOKEN(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENS.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENS.java new file mode 100644 index 0000000..8ab667e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENS.java @@ -0,0 +1,165 @@ +/* + * XML Type: NMTOKENS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENS + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML NMTOKENS(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlNMTOKEN. + */ +public interface NMTOKENS extends org.apache.xmlbeans.XmlNMTOKENS +{ + java.util.List getListValue(); + java.util.List xgetListValue(); + void setListValue(java.util.List list); + /** @deprecated */ + java.util.List listValue(); + /** @deprecated */ + java.util.List xlistValue(); + /** @deprecated */ + void set(java.util.List list); + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NMTOKENS.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("nmtokens8c5ftype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.java new file mode 100644 index 0000000..d675109 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: NMTOKENS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one NMTOKENS(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NMTOKENSDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NMTOKENSDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("nmtokense66fdoctype"); + + /** + * Gets the "NMTOKENS" element + */ + org.xmlsoap.schemas.soap.encoding.NMTOKENS getNMTOKENS(); + + /** + * Sets the "NMTOKENS" element + */ + void setNMTOKENS(org.xmlsoap.schemas.soap.encoding.NMTOKENS nmtokens); + + /** + * Appends and returns a new empty "NMTOKENS" element + */ + org.xmlsoap.schemas.soap.encoding.NMTOKENS addNewNMTOKENS(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATION.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATION.java new file mode 100644 index 0000000..6328461 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATION.java @@ -0,0 +1,156 @@ +/* + * XML Type: NOTATION + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NOTATION + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML NOTATION(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NOTATION. + */ +public interface NOTATION extends org.apache.xmlbeans.XmlQName +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NOTATION.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("notationed08type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NOTATION newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.java new file mode 100644 index 0000000..96bd083 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: NOTATION + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NOTATIONDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one NOTATION(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NOTATIONDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NOTATIONDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("notation4718doctype"); + + /** + * Gets the "NOTATION" element + */ + org.xmlsoap.schemas.soap.encoding.NOTATION getNOTATION(); + + /** + * Sets the "NOTATION" element + */ + void setNOTATION(org.xmlsoap.schemas.soap.encoding.NOTATION notation); + + /** + * Appends and returns a new empty "NOTATION" element + */ + org.xmlsoap.schemas.soap.encoding.NOTATION addNewNOTATION(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Name.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Name.java new file mode 100644 index 0000000..385a761 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Name.java @@ -0,0 +1,156 @@ +/* + * XML Type: Name + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Name + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML Name(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Name. + */ +public interface Name extends org.apache.xmlbeans.XmlName +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Name.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("namea8f1type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Name newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Name parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Name parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NameDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NameDocument.java new file mode 100644 index 0000000..1d140b4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NameDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: Name + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one Name(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NameDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NameDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("name8b01doctype"); + + /** + * Gets the "Name" element + */ + org.xmlsoap.schemas.soap.encoding.Name getName(); + + /** + * Sets the "Name" element + */ + void setName(org.xmlsoap.schemas.soap.encoding.Name name); + + /** + * Appends and returns a new empty "Name" element + */ + org.xmlsoap.schemas.soap.encoding.Name addNewName(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NameDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeInteger.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeInteger.java new file mode 100644 index 0000000..d2d16bd --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeInteger.java @@ -0,0 +1,156 @@ +/* + * XML Type: negativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NegativeInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML negativeInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NegativeInteger. + */ +public interface NegativeInteger extends org.apache.xmlbeans.XmlNegativeInteger +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NegativeInteger.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("negativeinteger631dtype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.java new file mode 100644 index 0000000..5a2ce9f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: negativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one negativeInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NegativeIntegerDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NegativeIntegerDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("negativeinteger970ddoctype"); + + /** + * Gets the "negativeInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NegativeInteger getNegativeInteger(); + + /** + * Sets the "negativeInteger" element + */ + void setNegativeInteger(org.xmlsoap.schemas.soap.encoding.NegativeInteger negativeInteger); + + /** + * Appends and returns a new empty "negativeInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NegativeInteger addNewNegativeInteger(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.java new file mode 100644 index 0000000..b1707b0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.java @@ -0,0 +1,156 @@ +/* + * XML Type: nonNegativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonNegativeInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML nonNegativeInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NonNegativeInteger. + */ +public interface NonNegativeInteger extends org.apache.xmlbeans.XmlNonNegativeInteger +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonNegativeInteger.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("nonnegativeinteger8a02type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.java new file mode 100644 index 0000000..0012f28 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: nonNegativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one nonNegativeInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NonNegativeIntegerDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonNegativeIntegerDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("nonnegativeinteger9012doctype"); + + /** + * Gets the "nonNegativeInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NonNegativeInteger getNonNegativeInteger(); + + /** + * Sets the "nonNegativeInteger" element + */ + void setNonNegativeInteger(org.xmlsoap.schemas.soap.encoding.NonNegativeInteger nonNegativeInteger); + + /** + * Appends and returns a new empty "nonNegativeInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NonNegativeInteger addNewNonNegativeInteger(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.java new file mode 100644 index 0000000..e4053fd --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.java @@ -0,0 +1,156 @@ +/* + * XML Type: nonPositiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonPositiveInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML nonPositiveInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NonPositiveInteger. + */ +public interface NonPositiveInteger extends org.apache.xmlbeans.XmlNonPositiveInteger +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonPositiveInteger.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("nonpositiveintegerccbetype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.java new file mode 100644 index 0000000..a104177 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: nonPositiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one nonPositiveInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NonPositiveIntegerDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonPositiveIntegerDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("nonpositiveintegerd2cedoctype"); + + /** + * Gets the "nonPositiveInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NonPositiveInteger getNonPositiveInteger(); + + /** + * Sets the "nonPositiveInteger" element + */ + void setNonPositiveInteger(org.xmlsoap.schemas.soap.encoding.NonPositiveInteger nonPositiveInteger); + + /** + * Appends and returns a new empty "nonPositiveInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NonPositiveInteger addNewNonPositiveInteger(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedString.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedString.java new file mode 100644 index 0000000..305e2ec --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedString.java @@ -0,0 +1,156 @@ +/* + * XML Type: normalizedString + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NormalizedString + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML normalizedString(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NormalizedString. + */ +public interface NormalizedString extends org.apache.xmlbeans.XmlNormalizedString +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NormalizedString.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("normalizedstring226etype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NormalizedString newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.java new file mode 100644 index 0000000..6cadb4f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: normalizedString + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one normalizedString(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NormalizedStringDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NormalizedStringDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("normalizedstring6c7edoctype"); + + /** + * Gets the "normalizedString" element + */ + org.xmlsoap.schemas.soap.encoding.NormalizedString getNormalizedString(); + + /** + * Sets the "normalizedString" element + */ + void setNormalizedString(org.xmlsoap.schemas.soap.encoding.NormalizedString normalizedString); + + /** + * Appends and returns a new empty "normalizedString" element + */ + org.xmlsoap.schemas.soap.encoding.NormalizedString addNewNormalizedString(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.java new file mode 100644 index 0000000..eccec00 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.java @@ -0,0 +1,127 @@ +/* + * An XML attribute type. + * Localname: offset + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.OffsetAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one offset(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public interface OffsetAttribute extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OffsetAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("offsetea5battrtypetype"); + + /** + * Gets the "offset" attribute + */ + java.lang.String getOffset(); + + /** + * Gets (as xml) the "offset" attribute + */ + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetOffset(); + + /** + * True if has "offset" attribute + */ + boolean isSetOffset(); + + /** + * Sets the "offset" attribute + */ + void setOffset(java.lang.String offset); + + /** + * Sets (as xml) the "offset" attribute + */ + void xsetOffset(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate offset); + + /** + * Unsets the "offset" attribute + */ + void unsetOffset(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute newInstance() { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositionAttribute.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositionAttribute.java new file mode 100644 index 0000000..fb58035 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositionAttribute.java @@ -0,0 +1,127 @@ +/* + * An XML attribute type. + * Localname: position + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositionAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one position(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public interface PositionAttribute extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PositionAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("positiona4b1attrtypetype"); + + /** + * Gets the "position" attribute + */ + java.lang.String getPosition(); + + /** + * Gets (as xml) the "position" attribute + */ + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetPosition(); + + /** + * True if has "position" attribute + */ + boolean isSetPosition(); + + /** + * Sets the "position" attribute + */ + void setPosition(java.lang.String position); + + /** + * Sets (as xml) the "position" attribute + */ + void xsetPosition(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate position); + + /** + * Unsets the "position" attribute + */ + void unsetPosition(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute newInstance() { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveInteger.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveInteger.java new file mode 100644 index 0000000..507c1a8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveInteger.java @@ -0,0 +1,156 @@ +/* + * XML Type: positiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositiveInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML positiveInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.PositiveInteger. + */ +public interface PositiveInteger extends org.apache.xmlbeans.XmlPositiveInteger +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PositiveInteger.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("positiveintegera5d9type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger newInstance() { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.java new file mode 100644 index 0000000..3d2822e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: positiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one positiveInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface PositiveIntegerDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PositiveIntegerDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("positiveintegerd9c9doctype"); + + /** + * Gets the "positiveInteger" element + */ + org.xmlsoap.schemas.soap.encoding.PositiveInteger getPositiveInteger(); + + /** + * Sets the "positiveInteger" element + */ + void setPositiveInteger(org.xmlsoap.schemas.soap.encoding.PositiveInteger positiveInteger); + + /** + * Appends and returns a new empty "positiveInteger" element + */ + org.xmlsoap.schemas.soap.encoding.PositiveInteger addNewPositiveInteger(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/QName.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/QName.java new file mode 100644 index 0000000..9e3ac2b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/QName.java @@ -0,0 +1,156 @@ +/* + * XML Type: QName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.QName + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML QName(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.QName. + */ +public interface QName extends org.apache.xmlbeans.XmlQName +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("qnamea350type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.QName newInstance() { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.QName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.QName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/QNameDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/QNameDocument.java new file mode 100644 index 0000000..590b4a5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/QNameDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: QName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.QNameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one QName(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface QNameDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QNameDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("qname0340doctype"); + + /** + * Gets the "QName" element + */ + org.xmlsoap.schemas.soap.encoding.QName getQName(); + + /** + * Sets the "QName" element + */ + void setQName(org.xmlsoap.schemas.soap.encoding.QName qName); + + /** + * Appends and returns a new empty "QName" element + */ + org.xmlsoap.schemas.soap.encoding.QName addNewQName(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.QNameDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/RootAttribute.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/RootAttribute.java new file mode 100644 index 0000000..536aa26 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/RootAttribute.java @@ -0,0 +1,157 @@ +/* + * An XML attribute type. + * Localname: root + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.RootAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one root(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public interface RootAttribute extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RootAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("root42aaattrtypetype"); + + /** + * Gets the "root" attribute + */ + boolean getRoot(); + + /** + * Gets (as xml) the "root" attribute + */ + org.xmlsoap.schemas.soap.encoding.RootAttribute.Root xgetRoot(); + + /** + * True if has "root" attribute + */ + boolean isSetRoot(); + + /** + * Sets the "root" attribute + */ + void setRoot(boolean root); + + /** + * Sets (as xml) the "root" attribute + */ + void xsetRoot(org.xmlsoap.schemas.soap.encoding.RootAttribute.Root root); + + /** + * Unsets the "root" attribute + */ + void unsetRoot(); + + /** + * An XML root(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.RootAttribute$Root. + */ + public interface Root extends org.apache.xmlbeans.XmlBoolean + { + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Root.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("root27f8attrtype"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.RootAttribute.Root newValue(java.lang.Object obj) { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root) type.newValue( obj ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute.Root newInstance() { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute.Root newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + private Factory() { } // No instance of this class allowed + } + } + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.RootAttribute newInstance() { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Short.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Short.java new file mode 100644 index 0000000..2456bad --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Short.java @@ -0,0 +1,156 @@ +/* + * XML Type: short + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Short + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML short(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Short. + */ +public interface Short extends org.apache.xmlbeans.XmlShort +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Short.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("short4950type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Short newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Short parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Short parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ShortDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ShortDocument.java new file mode 100644 index 0000000..3ffaef3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/ShortDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: short + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ShortDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one short(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface ShortDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ShortDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("shorta940doctype"); + + /** + * Gets the "short" element + */ + org.xmlsoap.schemas.soap.encoding.Short getShort(); + + /** + * Sets the "short" element + */ + void setShort(org.xmlsoap.schemas.soap.encoding.Short xshort); + + /** + * Appends and returns a new empty "short" element + */ + org.xmlsoap.schemas.soap.encoding.Short addNewShort(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ShortDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/String.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/String.java new file mode 100644 index 0000000..8e4555c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/String.java @@ -0,0 +1,156 @@ +/* + * XML Type: string + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.String + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML string(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.String. + */ +public interface String extends org.apache.xmlbeans.XmlString +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(String.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("stringf497type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.String newInstance() { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.String parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.String parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.String parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/StringDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/StringDocument.java new file mode 100644 index 0000000..42b8839 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/StringDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: string + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.StringDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one string(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface StringDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StringDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("string92a7doctype"); + + /** + * Gets the "string" element + */ + org.xmlsoap.schemas.soap.encoding.String getString(); + + /** + * Sets the "string" element + */ + void setString(org.xmlsoap.schemas.soap.encoding.String string); + + /** + * Appends and returns a new empty "string" element + */ + org.xmlsoap.schemas.soap.encoding.String addNewString(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.StringDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Struct.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Struct.java new file mode 100644 index 0000000..e7bd633 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Struct.java @@ -0,0 +1,156 @@ +/* + * XML Type: Struct + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Struct + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML Struct(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a complex type. + */ +public interface Struct extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Struct.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("structef7btype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Struct newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Struct parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Struct parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/StructDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/StructDocument.java new file mode 100644 index 0000000..ae61a5d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/StructDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: Struct + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.StructDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one Struct(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface StructDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StructDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("struct8d8bdoctype"); + + /** + * Gets the "Struct" element + */ + org.xmlsoap.schemas.soap.encoding.Struct getStruct(); + + /** + * Sets the "Struct" element + */ + void setStruct(org.xmlsoap.schemas.soap.encoding.Struct struct); + + /** + * Appends and returns a new empty "Struct" element + */ + org.xmlsoap.schemas.soap.encoding.Struct addNewStruct(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.StructDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Time.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Time.java new file mode 100644 index 0000000..af7f894 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Time.java @@ -0,0 +1,156 @@ +/* + * XML Type: time + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Time + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML time(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Time. + */ +public interface Time extends org.apache.xmlbeans.XmlTime +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Time.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("timec293type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Time newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Time parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Time parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/TimeDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/TimeDocument.java new file mode 100644 index 0000000..9a4888a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/TimeDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: time + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.TimeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one time(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface TimeDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TimeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("timea4a3doctype"); + + /** + * Gets the "time" element + */ + org.xmlsoap.schemas.soap.encoding.Time getTime(); + + /** + * Sets the "time" element + */ + void setTime(org.xmlsoap.schemas.soap.encoding.Time time); + + /** + * Appends and returns a new empty "time" element + */ + org.xmlsoap.schemas.soap.encoding.Time addNewTime(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.TimeDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Token.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Token.java new file mode 100644 index 0000000..3b37728 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/Token.java @@ -0,0 +1,156 @@ +/* + * XML Type: token + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Token + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML token(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Token. + */ +public interface Token extends org.apache.xmlbeans.XmlToken +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Token.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("token528dtype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Token newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Token parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Token parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/TokenDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/TokenDocument.java new file mode 100644 index 0000000..7b068da --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/TokenDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: token + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.TokenDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one token(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface TokenDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TokenDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("tokenb27ddoctype"); + + /** + * Gets the "token" element + */ + org.xmlsoap.schemas.soap.encoding.Token getToken(); + + /** + * Sets the "token" element + */ + void setToken(org.xmlsoap.schemas.soap.encoding.Token token); + + /** + * Appends and returns a new empty "token" element + */ + org.xmlsoap.schemas.soap.encoding.Token addNewToken(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.TokenDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByte.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByte.java new file mode 100644 index 0000000..536a610 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByte.java @@ -0,0 +1,156 @@ +/* + * XML Type: unsignedByte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedByte + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML unsignedByte(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedByte. + */ +public interface UnsignedByte extends org.apache.xmlbeans.XmlUnsignedByte +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedByte.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("unsignedbyteec63type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.java new file mode 100644 index 0000000..89c868d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: unsignedByte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one unsignedByte(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface UnsignedByteDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedByteDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("unsignedbytebe73doctype"); + + /** + * Gets the "unsignedByte" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedByte getUnsignedByte(); + + /** + * Sets the "unsignedByte" element + */ + void setUnsignedByte(org.xmlsoap.schemas.soap.encoding.UnsignedByte unsignedByte); + + /** + * Appends and returns a new empty "unsignedByte" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedByte addNewUnsignedByte(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedInt.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedInt.java new file mode 100644 index 0000000..5cf054a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedInt.java @@ -0,0 +1,156 @@ +/* + * XML Type: unsignedInt + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedInt + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML unsignedInt(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedInt. + */ +public interface UnsignedInt extends org.apache.xmlbeans.XmlUnsignedInt +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedInt.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("unsignedintfacetype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.java new file mode 100644 index 0000000..4a1d70b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: unsignedInt + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one unsignedInt(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface UnsignedIntDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedIntDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("unsignedinta6bedoctype"); + + /** + * Gets the "unsignedInt" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedInt getUnsignedInt(); + + /** + * Sets the "unsignedInt" element + */ + void setUnsignedInt(org.xmlsoap.schemas.soap.encoding.UnsignedInt unsignedInt); + + /** + * Appends and returns a new empty "unsignedInt" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedInt addNewUnsignedInt(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLong.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLong.java new file mode 100644 index 0000000..651bb11 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLong.java @@ -0,0 +1,156 @@ +/* + * XML Type: unsignedLong + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedLong + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML unsignedLong(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedLong. + */ +public interface UnsignedLong extends org.apache.xmlbeans.XmlUnsignedLong +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedLong.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("unsignedlong40d7type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.java new file mode 100644 index 0000000..f5e039c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: unsignedLong + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one unsignedLong(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface UnsignedLongDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedLongDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("unsignedlong12e7doctype"); + + /** + * Gets the "unsignedLong" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedLong getUnsignedLong(); + + /** + * Sets the "unsignedLong" element + */ + void setUnsignedLong(org.xmlsoap.schemas.soap.encoding.UnsignedLong unsignedLong); + + /** + * Appends and returns a new empty "unsignedLong" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedLong addNewUnsignedLong(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShort.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShort.java new file mode 100644 index 0000000..9f000a0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShort.java @@ -0,0 +1,156 @@ +/* + * XML Type: unsignedShort + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedShort + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML unsignedShort(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedShort. + */ +public interface UnsignedShort extends org.apache.xmlbeans.XmlUnsignedShort +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedShort.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("unsignedshortde9btype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.java new file mode 100644 index 0000000..ba40e2e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: unsignedShort + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one unsignedShort(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface UnsignedShortDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedShortDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169").resolveHandle("unsignedshort4e8bdoctype"); + + /** + * Gets the "unsignedShort" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedShort getUnsignedShort(); + + /** + * Sets the "unsignedShort" element + */ + void setUnsignedShort(org.xmlsoap.schemas.soap.encoding.UnsignedShort unsignedShort); + + /** + * Appends and returns a new empty "unsignedShort" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedShort addNewUnsignedShort(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyTypeDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyTypeDocumentImpl.java new file mode 100644 index 0000000..ba2d737 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyTypeDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: anyType + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyTypeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one anyType(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class AnyTypeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.AnyTypeDocument +{ + + public AnyTypeDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ANYTYPE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "anyType"); + + + /** + * Gets the "anyType" element + */ + public org.apache.xmlbeans.XmlObject getAnyType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlObject target = null; + target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(ANYTYPE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "anyType" element + */ + public void setAnyType(org.apache.xmlbeans.XmlObject anyType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlObject target = null; + target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(ANYTYPE$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(ANYTYPE$0); + } + target.set(anyType); + } + } + + /** + * Appends and returns a new empty "anyType" element + */ + public org.apache.xmlbeans.XmlObject addNewAnyType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlObject target = null; + target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(ANYTYPE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIDocumentImpl.java new file mode 100644 index 0000000..df45ac2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: anyURI + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyURIDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one anyURI(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class AnyURIDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.AnyURIDocument +{ + + public AnyURIDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ANYURI$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "anyURI"); + + + /** + * Gets the "anyURI" element + */ + public org.xmlsoap.schemas.soap.encoding.AnyURI getAnyURI() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.AnyURI target = null; + target = (org.xmlsoap.schemas.soap.encoding.AnyURI)get_store().find_element_user(ANYURI$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "anyURI" element + */ + public void setAnyURI(org.xmlsoap.schemas.soap.encoding.AnyURI anyURI) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.AnyURI target = null; + target = (org.xmlsoap.schemas.soap.encoding.AnyURI)get_store().find_element_user(ANYURI$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.AnyURI)get_store().add_element_user(ANYURI$0); + } + target.set(anyURI); + } + } + + /** + * Appends and returns a new empty "anyURI" element + */ + public org.xmlsoap.schemas.soap.encoding.AnyURI addNewAnyURI() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.AnyURI target = null; + target = (org.xmlsoap.schemas.soap.encoding.AnyURI)get_store().add_element_user(ANYURI$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIImpl.java new file mode 100644 index 0000000..9336c24 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: anyURI + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyURI + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML anyURI(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.AnyURI. + */ +public class AnyURIImpl extends org.apache.xmlbeans.impl.values.JavaUriHolderEx implements org.xmlsoap.schemas.soap.encoding.AnyURI +{ + + public AnyURIImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected AnyURIImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayCoordinateImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayCoordinateImpl.java new file mode 100644 index 0000000..4858195 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayCoordinateImpl.java @@ -0,0 +1,26 @@ +/* + * XML Type: arrayCoordinate + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayCoordinate + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML arrayCoordinate(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ArrayCoordinate. + */ +public class ArrayCoordinateImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.ArrayCoordinate +{ + + public ArrayCoordinateImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected ArrayCoordinateImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayDocumentImpl.java new file mode 100644 index 0000000..d821f6f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: Array + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one Array(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class ArrayDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ArrayDocument +{ + + public ArrayDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ARRAY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "Array"); + + + /** + * Gets the "Array" element + */ + public org.xmlsoap.schemas.soap.encoding.Array getArray() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Array target = null; + target = (org.xmlsoap.schemas.soap.encoding.Array)get_store().find_element_user(ARRAY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "Array" element + */ + public void setArray(org.xmlsoap.schemas.soap.encoding.Array array) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Array target = null; + target = (org.xmlsoap.schemas.soap.encoding.Array)get_store().find_element_user(ARRAY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Array)get_store().add_element_user(ARRAY$0); + } + target.set(array); + } + } + + /** + * Appends and returns a new empty "Array" element + */ + public org.xmlsoap.schemas.soap.encoding.Array addNewArray() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Array target = null; + target = (org.xmlsoap.schemas.soap.encoding.Array)get_store().add_element_user(ARRAY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayImpl.java new file mode 100644 index 0000000..4193336 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayImpl.java @@ -0,0 +1,399 @@ +/* + * XML Type: Array + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Array + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML Array(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a complex type. + */ +public class ArrayImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.Array +{ + + public ArrayImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ARRAYTYPE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "arrayType"); + private static final javax.xml.namespace.QName OFFSET$2 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "offset"); + private static final javax.xml.namespace.QName ID$4 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$6 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "arrayType" attribute + */ + public java.lang.String getArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "arrayType" attribute + */ + public org.apache.xmlbeans.XmlString xgetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ARRAYTYPE$0); + return target; + } + } + + /** + * True if has "arrayType" attribute + */ + public boolean isSetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ARRAYTYPE$0) != null; + } + } + + /** + * Sets the "arrayType" attribute + */ + public void setArrayType(java.lang.String arrayType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ARRAYTYPE$0); + } + target.setStringValue(arrayType); + } + } + + /** + * Sets (as xml) the "arrayType" attribute + */ + public void xsetArrayType(org.apache.xmlbeans.XmlString arrayType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(ARRAYTYPE$0); + } + target.set(arrayType); + } + } + + /** + * Unsets the "arrayType" attribute + */ + public void unsetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ARRAYTYPE$0); + } + } + + /** + * Gets the "offset" attribute + */ + public java.lang.String getOffset() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(OFFSET$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "offset" attribute + */ + public org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(OFFSET$2); + return target; + } + } + + /** + * True if has "offset" attribute + */ + public boolean isSetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(OFFSET$2) != null; + } + } + + /** + * Sets the "offset" attribute + */ + public void setOffset(java.lang.String offset) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(OFFSET$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(OFFSET$2); + } + target.setStringValue(offset); + } + } + + /** + * Sets (as xml) the "offset" attribute + */ + public void xsetOffset(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate offset) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(OFFSET$2); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().add_attribute_user(OFFSET$2); + } + target.set(offset); + } + } + + /** + * Unsets the "offset" attribute + */ + public void unsetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(OFFSET$2); + } + } + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$4); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$4); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$4) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$4); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$4); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$4); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$4); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$4); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$6); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$6); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$6) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$6); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$6); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$6); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$6); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$6); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayTypeAttributeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayTypeAttributeImpl.java new file mode 100644 index 0000000..c1d72b3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayTypeAttributeImpl.java @@ -0,0 +1,118 @@ +/* + * An XML attribute type. + * Localname: arrayType + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one arrayType(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public class ArrayTypeAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute +{ + + public ArrayTypeAttributeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ARRAYTYPE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "arrayType"); + + + /** + * Gets the "arrayType" attribute + */ + public java.lang.String getArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "arrayType" attribute + */ + public org.apache.xmlbeans.XmlString xgetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ARRAYTYPE$0); + return target; + } + } + + /** + * True if has "arrayType" attribute + */ + public boolean isSetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ARRAYTYPE$0) != null; + } + } + + /** + * Sets the "arrayType" attribute + */ + public void setArrayType(java.lang.String arrayType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ARRAYTYPE$0); + } + target.setStringValue(arrayType); + } + } + + /** + * Sets (as xml) the "arrayType" attribute + */ + public void xsetArrayType(org.apache.xmlbeans.XmlString arrayType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(ARRAYTYPE$0); + } + target.set(arrayType); + } + } + + /** + * Unsets the "arrayType" attribute + */ + public void unsetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ARRAYTYPE$0); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryDocumentImpl.java new file mode 100644 index 0000000..d7a9a2d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: base64Binary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one base64Binary(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class Base64BinaryDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument +{ + + public Base64BinaryDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName BASE64BINARY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "base64Binary"); + + + /** + * Gets the "base64Binary" element + */ + public org.xmlsoap.schemas.soap.encoding.Base64Binary getBase64Binary() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Base64Binary target = null; + target = (org.xmlsoap.schemas.soap.encoding.Base64Binary)get_store().find_element_user(BASE64BINARY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "base64Binary" element + */ + public void setBase64Binary(org.xmlsoap.schemas.soap.encoding.Base64Binary base64Binary) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Base64Binary target = null; + target = (org.xmlsoap.schemas.soap.encoding.Base64Binary)get_store().find_element_user(BASE64BINARY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Base64Binary)get_store().add_element_user(BASE64BINARY$0); + } + target.set(base64Binary); + } + } + + /** + * Appends and returns a new empty "base64Binary" element + */ + public org.xmlsoap.schemas.soap.encoding.Base64Binary addNewBase64Binary() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Base64Binary target = null; + target = (org.xmlsoap.schemas.soap.encoding.Base64Binary)get_store().add_element_user(BASE64BINARY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryImpl.java new file mode 100644 index 0000000..4d518d2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: base64Binary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64Binary + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML base64Binary(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Base64Binary. + */ +public class Base64BinaryImpl extends org.apache.xmlbeans.impl.values.JavaBase64HolderEx implements org.xmlsoap.schemas.soap.encoding.Base64Binary +{ + + public Base64BinaryImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected Base64BinaryImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64Impl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64Impl.java new file mode 100644 index 0000000..fcb9d86 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64Impl.java @@ -0,0 +1,26 @@ +/* + * XML Type: base64 + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64 + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML base64(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Base64. + */ +public class Base64Impl extends org.apache.xmlbeans.impl.values.JavaBase64HolderEx implements org.xmlsoap.schemas.soap.encoding.Base64 +{ + + public Base64Impl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected Base64Impl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanDocumentImpl.java new file mode 100644 index 0000000..ec4a536 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: boolean + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.BooleanDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one boolean(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class BooleanDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.BooleanDocument +{ + + public BooleanDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName BOOLEAN$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "boolean"); + + + /** + * Gets the "boolean" element + */ + public org.xmlsoap.schemas.soap.encoding.Boolean getBoolean() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Boolean target = null; + target = (org.xmlsoap.schemas.soap.encoding.Boolean)get_store().find_element_user(BOOLEAN$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "boolean" element + */ + public void setBoolean(org.xmlsoap.schemas.soap.encoding.Boolean xboolean) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Boolean target = null; + target = (org.xmlsoap.schemas.soap.encoding.Boolean)get_store().find_element_user(BOOLEAN$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Boolean)get_store().add_element_user(BOOLEAN$0); + } + target.set(xboolean); + } + } + + /** + * Appends and returns a new empty "boolean" element + */ + public org.xmlsoap.schemas.soap.encoding.Boolean addNewBoolean() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Boolean target = null; + target = (org.xmlsoap.schemas.soap.encoding.Boolean)get_store().add_element_user(BOOLEAN$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanImpl.java new file mode 100644 index 0000000..096ac5e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: boolean + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Boolean + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML boolean(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Boolean. + */ +public class BooleanImpl extends org.apache.xmlbeans.impl.values.JavaBooleanHolderEx implements org.xmlsoap.schemas.soap.encoding.Boolean +{ + + public BooleanImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected BooleanImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteDocumentImpl.java new file mode 100644 index 0000000..adf4003 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: byte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ByteDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one byte(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class ByteDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ByteDocument +{ + + public ByteDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName BYTE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "byte"); + + + /** + * Gets the "byte" element + */ + public org.xmlsoap.schemas.soap.encoding.Byte getByte() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Byte target = null; + target = (org.xmlsoap.schemas.soap.encoding.Byte)get_store().find_element_user(BYTE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "byte" element + */ + public void setByte(org.xmlsoap.schemas.soap.encoding.Byte xbyte) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Byte target = null; + target = (org.xmlsoap.schemas.soap.encoding.Byte)get_store().find_element_user(BYTE$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Byte)get_store().add_element_user(BYTE$0); + } + target.set(xbyte); + } + } + + /** + * Appends and returns a new empty "byte" element + */ + public org.xmlsoap.schemas.soap.encoding.Byte addNewByte() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Byte target = null; + target = (org.xmlsoap.schemas.soap.encoding.Byte)get_store().add_element_user(BYTE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteImpl.java new file mode 100644 index 0000000..7c7165c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: byte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Byte + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML byte(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Byte. + */ +public class ByteImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.xmlsoap.schemas.soap.encoding.Byte +{ + + public ByteImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected ByteImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateDocumentImpl.java new file mode 100644 index 0000000..76525d1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: date + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one date(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class DateDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.DateDocument +{ + + public DateDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName DATE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "date"); + + + /** + * Gets the "date" element + */ + public org.xmlsoap.schemas.soap.encoding.Date getDate() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Date target = null; + target = (org.xmlsoap.schemas.soap.encoding.Date)get_store().find_element_user(DATE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "date" element + */ + public void setDate(org.xmlsoap.schemas.soap.encoding.Date date) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Date target = null; + target = (org.xmlsoap.schemas.soap.encoding.Date)get_store().find_element_user(DATE$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Date)get_store().add_element_user(DATE$0); + } + target.set(date); + } + } + + /** + * Appends and returns a new empty "date" element + */ + public org.xmlsoap.schemas.soap.encoding.Date addNewDate() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Date target = null; + target = (org.xmlsoap.schemas.soap.encoding.Date)get_store().add_element_user(DATE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateImpl.java new file mode 100644 index 0000000..287014a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: date + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Date + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML date(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Date. + */ +public class DateImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.Date +{ + + public DateImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected DateImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeDocumentImpl.java new file mode 100644 index 0000000..370b2bf --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: dateTime + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateTimeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one dateTime(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class DateTimeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.DateTimeDocument +{ + + public DateTimeDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName DATETIME$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "dateTime"); + + + /** + * Gets the "dateTime" element + */ + public org.xmlsoap.schemas.soap.encoding.DateTime getDateTime() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.DateTime target = null; + target = (org.xmlsoap.schemas.soap.encoding.DateTime)get_store().find_element_user(DATETIME$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "dateTime" element + */ + public void setDateTime(org.xmlsoap.schemas.soap.encoding.DateTime dateTime) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.DateTime target = null; + target = (org.xmlsoap.schemas.soap.encoding.DateTime)get_store().find_element_user(DATETIME$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.DateTime)get_store().add_element_user(DATETIME$0); + } + target.set(dateTime); + } + } + + /** + * Appends and returns a new empty "dateTime" element + */ + public org.xmlsoap.schemas.soap.encoding.DateTime addNewDateTime() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.DateTime target = null; + target = (org.xmlsoap.schemas.soap.encoding.DateTime)get_store().add_element_user(DATETIME$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeImpl.java new file mode 100644 index 0000000..93c7a87 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: dateTime + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateTime + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML dateTime(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.DateTime. + */ +public class DateTimeImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.DateTime +{ + + public DateTimeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected DateTimeImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalDocumentImpl.java new file mode 100644 index 0000000..fd7c752 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: decimal + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DecimalDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one decimal(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class DecimalDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.DecimalDocument +{ + + public DecimalDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName DECIMAL$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "decimal"); + + + /** + * Gets the "decimal" element + */ + public org.xmlsoap.schemas.soap.encoding.Decimal getDecimal() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Decimal target = null; + target = (org.xmlsoap.schemas.soap.encoding.Decimal)get_store().find_element_user(DECIMAL$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "decimal" element + */ + public void setDecimal(org.xmlsoap.schemas.soap.encoding.Decimal decimal) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Decimal target = null; + target = (org.xmlsoap.schemas.soap.encoding.Decimal)get_store().find_element_user(DECIMAL$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Decimal)get_store().add_element_user(DECIMAL$0); + } + target.set(decimal); + } + } + + /** + * Appends and returns a new empty "decimal" element + */ + public org.xmlsoap.schemas.soap.encoding.Decimal addNewDecimal() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Decimal target = null; + target = (org.xmlsoap.schemas.soap.encoding.Decimal)get_store().add_element_user(DECIMAL$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalImpl.java new file mode 100644 index 0000000..e288faa --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: decimal + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Decimal + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML decimal(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Decimal. + */ +public class DecimalImpl extends org.apache.xmlbeans.impl.values.JavaDecimalHolderEx implements org.xmlsoap.schemas.soap.encoding.Decimal +{ + + public DecimalImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected DecimalImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleDocumentImpl.java new file mode 100644 index 0000000..c37972b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: double + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DoubleDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one double(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class DoubleDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.DoubleDocument +{ + + public DoubleDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName DOUBLE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "double"); + + + /** + * Gets the "double" element + */ + public org.xmlsoap.schemas.soap.encoding.Double getDouble() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Double target = null; + target = (org.xmlsoap.schemas.soap.encoding.Double)get_store().find_element_user(DOUBLE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "double" element + */ + public void setDouble(org.xmlsoap.schemas.soap.encoding.Double xdouble) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Double target = null; + target = (org.xmlsoap.schemas.soap.encoding.Double)get_store().find_element_user(DOUBLE$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Double)get_store().add_element_user(DOUBLE$0); + } + target.set(xdouble); + } + } + + /** + * Appends and returns a new empty "double" element + */ + public org.xmlsoap.schemas.soap.encoding.Double addNewDouble() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Double target = null; + target = (org.xmlsoap.schemas.soap.encoding.Double)get_store().add_element_user(DOUBLE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleImpl.java new file mode 100644 index 0000000..f496808 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: double + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Double + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML double(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Double. + */ +public class DoubleImpl extends org.apache.xmlbeans.impl.values.JavaDoubleHolderEx implements org.xmlsoap.schemas.soap.encoding.Double +{ + + public DoubleImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected DoubleImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationDocumentImpl.java new file mode 100644 index 0000000..f2328e6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: duration + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DurationDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one duration(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class DurationDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.DurationDocument +{ + + public DurationDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName DURATION$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "duration"); + + + /** + * Gets the "duration" element + */ + public org.xmlsoap.schemas.soap.encoding.Duration getDuration() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Duration target = null; + target = (org.xmlsoap.schemas.soap.encoding.Duration)get_store().find_element_user(DURATION$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "duration" element + */ + public void setDuration(org.xmlsoap.schemas.soap.encoding.Duration duration) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Duration target = null; + target = (org.xmlsoap.schemas.soap.encoding.Duration)get_store().find_element_user(DURATION$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Duration)get_store().add_element_user(DURATION$0); + } + target.set(duration); + } + } + + /** + * Appends and returns a new empty "duration" element + */ + public org.xmlsoap.schemas.soap.encoding.Duration addNewDuration() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Duration target = null; + target = (org.xmlsoap.schemas.soap.encoding.Duration)get_store().add_element_user(DURATION$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationImpl.java new file mode 100644 index 0000000..013275f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: duration + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Duration + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML duration(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Duration. + */ +public class DurationImpl extends org.apache.xmlbeans.impl.values.JavaGDurationHolderEx implements org.xmlsoap.schemas.soap.encoding.Duration +{ + + public DurationImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected DurationImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESDocumentImpl.java new file mode 100644 index 0000000..18ef480 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: ENTITIES + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITIESDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one ENTITIES(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class ENTITIESDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ENTITIESDocument +{ + + public ENTITIESDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ENTITIES$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "ENTITIES"); + + + /** + * Gets the "ENTITIES" element + */ + public org.xmlsoap.schemas.soap.encoding.ENTITIES getENTITIES() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITIES target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITIES)get_store().find_element_user(ENTITIES$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "ENTITIES" element + */ + public void setENTITIES(org.xmlsoap.schemas.soap.encoding.ENTITIES entities) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITIES target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITIES)get_store().find_element_user(ENTITIES$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ENTITIES)get_store().add_element_user(ENTITIES$0); + } + target.set(entities); + } + } + + /** + * Appends and returns a new empty "ENTITIES" element + */ + public org.xmlsoap.schemas.soap.encoding.ENTITIES addNewENTITIES() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITIES target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITIES)get_store().add_element_user(ENTITIES$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESImpl.java new file mode 100644 index 0000000..9f53ce6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: ENTITIES + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITIES + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML ENTITIES(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlENTITY. + */ +public class ENTITIESImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements org.xmlsoap.schemas.soap.encoding.ENTITIES +{ + + public ENTITIESImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected ENTITIESImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYDocumentImpl.java new file mode 100644 index 0000000..7f79ff3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: ENTITY + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITYDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one ENTITY(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class ENTITYDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ENTITYDocument +{ + + public ENTITYDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ENTITY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "ENTITY"); + + + /** + * Gets the "ENTITY" element + */ + public org.xmlsoap.schemas.soap.encoding.ENTITY getENTITY() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITY target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITY)get_store().find_element_user(ENTITY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "ENTITY" element + */ + public void setENTITY(org.xmlsoap.schemas.soap.encoding.ENTITY entity) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITY target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITY)get_store().find_element_user(ENTITY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ENTITY)get_store().add_element_user(ENTITY$0); + } + target.set(entity); + } + } + + /** + * Appends and returns a new empty "ENTITY" element + */ + public org.xmlsoap.schemas.soap.encoding.ENTITY addNewENTITY() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITY target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITY)get_store().add_element_user(ENTITY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYImpl.java new file mode 100644 index 0000000..77bfbde --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: ENTITY + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITY + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML ENTITY(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ENTITY. + */ +public class ENTITYImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.ENTITY +{ + + public ENTITYImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected ENTITYImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatDocumentImpl.java new file mode 100644 index 0000000..28cc174 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: float + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.FloatDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one float(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class FloatDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.FloatDocument +{ + + public FloatDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName FLOAT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "float"); + + + /** + * Gets the "float" element + */ + public org.xmlsoap.schemas.soap.encoding.Float getFloat() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Float target = null; + target = (org.xmlsoap.schemas.soap.encoding.Float)get_store().find_element_user(FLOAT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "float" element + */ + public void setFloat(org.xmlsoap.schemas.soap.encoding.Float xfloat) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Float target = null; + target = (org.xmlsoap.schemas.soap.encoding.Float)get_store().find_element_user(FLOAT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Float)get_store().add_element_user(FLOAT$0); + } + target.set(xfloat); + } + } + + /** + * Appends and returns a new empty "float" element + */ + public org.xmlsoap.schemas.soap.encoding.Float addNewFloat() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Float target = null; + target = (org.xmlsoap.schemas.soap.encoding.Float)get_store().add_element_user(FLOAT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatImpl.java new file mode 100644 index 0000000..09de043 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: float + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Float + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML float(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Float. + */ +public class FloatImpl extends org.apache.xmlbeans.impl.values.JavaFloatHolderEx implements org.xmlsoap.schemas.soap.encoding.Float +{ + + public FloatImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected FloatImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayDocumentImpl.java new file mode 100644 index 0000000..c69029a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: gDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GDayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one gDay(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class GDayDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.GDayDocument +{ + + public GDayDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName GDAY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "gDay"); + + + /** + * Gets the "gDay" element + */ + public org.xmlsoap.schemas.soap.encoding.GDay getGDay() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GDay)get_store().find_element_user(GDAY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "gDay" element + */ + public void setGDay(org.xmlsoap.schemas.soap.encoding.GDay gDay) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GDay)get_store().find_element_user(GDAY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.GDay)get_store().add_element_user(GDAY$0); + } + target.set(gDay); + } + } + + /** + * Appends and returns a new empty "gDay" element + */ + public org.xmlsoap.schemas.soap.encoding.GDay addNewGDay() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GDay)get_store().add_element_user(GDAY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayImpl.java new file mode 100644 index 0000000..1c5e781 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: gDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GDay + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML gDay(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GDay. + */ +public class GDayImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.GDay +{ + + public GDayImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected GDayImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayDocumentImpl.java new file mode 100644 index 0000000..59ee620 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: gMonthDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one gMonthDay(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class GMonthDayDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.GMonthDayDocument +{ + + public GMonthDayDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName GMONTHDAY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "gMonthDay"); + + + /** + * Gets the "gMonthDay" element + */ + public org.xmlsoap.schemas.soap.encoding.GMonthDay getGMonthDay() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonthDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonthDay)get_store().find_element_user(GMONTHDAY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "gMonthDay" element + */ + public void setGMonthDay(org.xmlsoap.schemas.soap.encoding.GMonthDay gMonthDay) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonthDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonthDay)get_store().find_element_user(GMONTHDAY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.GMonthDay)get_store().add_element_user(GMONTHDAY$0); + } + target.set(gMonthDay); + } + } + + /** + * Appends and returns a new empty "gMonthDay" element + */ + public org.xmlsoap.schemas.soap.encoding.GMonthDay addNewGMonthDay() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonthDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonthDay)get_store().add_element_user(GMONTHDAY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayImpl.java new file mode 100644 index 0000000..3b57758 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: gMonthDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDay + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML gMonthDay(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GMonthDay. + */ +public class GMonthDayImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.GMonthDay +{ + + public GMonthDayImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected GMonthDayImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDocumentImpl.java new file mode 100644 index 0000000..2d7f861 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: gMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one gMonth(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class GMonthDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.GMonthDocument +{ + + public GMonthDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName GMONTH$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "gMonth"); + + + /** + * Gets the "gMonth" element + */ + public org.xmlsoap.schemas.soap.encoding.GMonth getGMonth() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonth)get_store().find_element_user(GMONTH$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "gMonth" element + */ + public void setGMonth(org.xmlsoap.schemas.soap.encoding.GMonth gMonth) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonth)get_store().find_element_user(GMONTH$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.GMonth)get_store().add_element_user(GMONTH$0); + } + target.set(gMonth); + } + } + + /** + * Appends and returns a new empty "gMonth" element + */ + public org.xmlsoap.schemas.soap.encoding.GMonth addNewGMonth() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonth)get_store().add_element_user(GMONTH$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthImpl.java new file mode 100644 index 0000000..48f2f6e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: gMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonth + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML gMonth(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GMonth. + */ +public class GMonthImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.GMonth +{ + + public GMonthImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected GMonthImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearDocumentImpl.java new file mode 100644 index 0000000..c1fa647 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: gYear + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one gYear(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class GYearDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.GYearDocument +{ + + public GYearDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName GYEAR$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "gYear"); + + + /** + * Gets the "gYear" element + */ + public org.xmlsoap.schemas.soap.encoding.GYear getGYear() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYear target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYear)get_store().find_element_user(GYEAR$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "gYear" element + */ + public void setGYear(org.xmlsoap.schemas.soap.encoding.GYear gYear) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYear target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYear)get_store().find_element_user(GYEAR$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.GYear)get_store().add_element_user(GYEAR$0); + } + target.set(gYear); + } + } + + /** + * Appends and returns a new empty "gYear" element + */ + public org.xmlsoap.schemas.soap.encoding.GYear addNewGYear() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYear target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYear)get_store().add_element_user(GYEAR$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearImpl.java new file mode 100644 index 0000000..ecf6325 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: gYear + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYear + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML gYear(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GYear. + */ +public class GYearImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.GYear +{ + + public GYearImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected GYearImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthDocumentImpl.java new file mode 100644 index 0000000..8206daa --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: gYearMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearMonthDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one gYearMonth(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class GYearMonthDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.GYearMonthDocument +{ + + public GYearMonthDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName GYEARMONTH$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "gYearMonth"); + + + /** + * Gets the "gYearMonth" element + */ + public org.xmlsoap.schemas.soap.encoding.GYearMonth getGYearMonth() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYearMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYearMonth)get_store().find_element_user(GYEARMONTH$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "gYearMonth" element + */ + public void setGYearMonth(org.xmlsoap.schemas.soap.encoding.GYearMonth gYearMonth) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYearMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYearMonth)get_store().find_element_user(GYEARMONTH$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.GYearMonth)get_store().add_element_user(GYEARMONTH$0); + } + target.set(gYearMonth); + } + } + + /** + * Appends and returns a new empty "gYearMonth" element + */ + public org.xmlsoap.schemas.soap.encoding.GYearMonth addNewGYearMonth() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYearMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYearMonth)get_store().add_element_user(GYEARMONTH$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthImpl.java new file mode 100644 index 0000000..2b1be09 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: gYearMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearMonth + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML gYearMonth(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GYearMonth. + */ +public class GYearMonthImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.GYearMonth +{ + + public GYearMonthImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected GYearMonthImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryDocumentImpl.java new file mode 100644 index 0000000..f272124 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: hexBinary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.HexBinaryDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one hexBinary(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class HexBinaryDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.HexBinaryDocument +{ + + public HexBinaryDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName HEXBINARY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "hexBinary"); + + + /** + * Gets the "hexBinary" element + */ + public org.xmlsoap.schemas.soap.encoding.HexBinary getHexBinary() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.HexBinary target = null; + target = (org.xmlsoap.schemas.soap.encoding.HexBinary)get_store().find_element_user(HEXBINARY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "hexBinary" element + */ + public void setHexBinary(org.xmlsoap.schemas.soap.encoding.HexBinary hexBinary) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.HexBinary target = null; + target = (org.xmlsoap.schemas.soap.encoding.HexBinary)get_store().find_element_user(HEXBINARY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.HexBinary)get_store().add_element_user(HEXBINARY$0); + } + target.set(hexBinary); + } + } + + /** + * Appends and returns a new empty "hexBinary" element + */ + public org.xmlsoap.schemas.soap.encoding.HexBinary addNewHexBinary() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.HexBinary target = null; + target = (org.xmlsoap.schemas.soap.encoding.HexBinary)get_store().add_element_user(HEXBINARY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryImpl.java new file mode 100644 index 0000000..d36783d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: hexBinary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.HexBinary + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML hexBinary(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.HexBinary. + */ +public class HexBinaryImpl extends org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx implements org.xmlsoap.schemas.soap.encoding.HexBinary +{ + + public HexBinaryImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected HexBinaryImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDDocumentImpl.java new file mode 100644 index 0000000..e280880 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: ID + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one ID(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class IDDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.IDDocument +{ + + public IDDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "ID"); + + + /** + * Gets the "ID" element + */ + public org.xmlsoap.schemas.soap.encoding.ID getID() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ID target = null; + target = (org.xmlsoap.schemas.soap.encoding.ID)get_store().find_element_user(ID$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "ID" element + */ + public void setID(org.xmlsoap.schemas.soap.encoding.ID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ID target = null; + target = (org.xmlsoap.schemas.soap.encoding.ID)get_store().find_element_user(ID$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ID)get_store().add_element_user(ID$0); + } + target.set(id); + } + } + + /** + * Appends and returns a new empty "ID" element + */ + public org.xmlsoap.schemas.soap.encoding.ID addNewID() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ID target = null; + target = (org.xmlsoap.schemas.soap.encoding.ID)get_store().add_element_user(ID$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDImpl.java new file mode 100644 index 0000000..b9241e8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: ID + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ID + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML ID(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ID. + */ +public class IDImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.ID +{ + + public IDImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected IDImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFDocumentImpl.java new file mode 100644 index 0000000..3871513 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: IDREF + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one IDREF(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class IDREFDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.IDREFDocument +{ + + public IDREFDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName IDREF$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "IDREF"); + + + /** + * Gets the "IDREF" element + */ + public org.xmlsoap.schemas.soap.encoding.IDREF getIDREF() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREF target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREF)get_store().find_element_user(IDREF$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "IDREF" element + */ + public void setIDREF(org.xmlsoap.schemas.soap.encoding.IDREF idref) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREF target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREF)get_store().find_element_user(IDREF$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.IDREF)get_store().add_element_user(IDREF$0); + } + target.set(idref); + } + } + + /** + * Appends and returns a new empty "IDREF" element + */ + public org.xmlsoap.schemas.soap.encoding.IDREF addNewIDREF() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREF target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREF)get_store().add_element_user(IDREF$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFImpl.java new file mode 100644 index 0000000..a4a11ea --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: IDREF + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREF + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML IDREF(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.IDREF. + */ +public class IDREFImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.IDREF +{ + + public IDREFImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected IDREFImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSDocumentImpl.java new file mode 100644 index 0000000..759e8e5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: IDREFS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFSDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one IDREFS(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class IDREFSDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.IDREFSDocument +{ + + public IDREFSDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName IDREFS$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "IDREFS"); + + + /** + * Gets the "IDREFS" element + */ + public org.xmlsoap.schemas.soap.encoding.IDREFS getIDREFS() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREFS target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREFS)get_store().find_element_user(IDREFS$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "IDREFS" element + */ + public void setIDREFS(org.xmlsoap.schemas.soap.encoding.IDREFS idrefs) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREFS target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREFS)get_store().find_element_user(IDREFS$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.IDREFS)get_store().add_element_user(IDREFS$0); + } + target.set(idrefs); + } + } + + /** + * Appends and returns a new empty "IDREFS" element + */ + public org.xmlsoap.schemas.soap.encoding.IDREFS addNewIDREFS() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREFS target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREFS)get_store().add_element_user(IDREFS$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSImpl.java new file mode 100644 index 0000000..74c6f27 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: IDREFS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFS + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML IDREFS(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlIDREF. + */ +public class IDREFSImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements org.xmlsoap.schemas.soap.encoding.IDREFS +{ + + public IDREFSImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected IDREFSImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntDocumentImpl.java new file mode 100644 index 0000000..cd7f6b8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: int + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IntDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one int(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class IntDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.IntDocument +{ + + public IntDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName INT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "int"); + + + /** + * Gets the "int" element + */ + public org.xmlsoap.schemas.soap.encoding.Int getInt() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Int target = null; + target = (org.xmlsoap.schemas.soap.encoding.Int)get_store().find_element_user(INT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "int" element + */ + public void setInt(org.xmlsoap.schemas.soap.encoding.Int xint) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Int target = null; + target = (org.xmlsoap.schemas.soap.encoding.Int)get_store().find_element_user(INT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Int)get_store().add_element_user(INT$0); + } + target.set(xint); + } + } + + /** + * Appends and returns a new empty "int" element + */ + public org.xmlsoap.schemas.soap.encoding.Int addNewInt() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Int target = null; + target = (org.xmlsoap.schemas.soap.encoding.Int)get_store().add_element_user(INT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntImpl.java new file mode 100644 index 0000000..0e9f5f1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: int + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Int + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML int(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Int. + */ +public class IntImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.xmlsoap.schemas.soap.encoding.Int +{ + + public IntImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected IntImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerDocumentImpl.java new file mode 100644 index 0000000..5ef4e2b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: integer + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one integer(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class IntegerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.IntegerDocument +{ + + public IntegerDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName INTEGER$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "integer"); + + + /** + * Gets the "integer" element + */ + public org.xmlsoap.schemas.soap.encoding.Integer getInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Integer target = null; + target = (org.xmlsoap.schemas.soap.encoding.Integer)get_store().find_element_user(INTEGER$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "integer" element + */ + public void setInteger(org.xmlsoap.schemas.soap.encoding.Integer integer) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Integer target = null; + target = (org.xmlsoap.schemas.soap.encoding.Integer)get_store().find_element_user(INTEGER$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Integer)get_store().add_element_user(INTEGER$0); + } + target.set(integer); + } + } + + /** + * Appends and returns a new empty "integer" element + */ + public org.xmlsoap.schemas.soap.encoding.Integer addNewInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Integer target = null; + target = (org.xmlsoap.schemas.soap.encoding.Integer)get_store().add_element_user(INTEGER$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerImpl.java new file mode 100644 index 0000000..c06b182 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: integer + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Integer + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML integer(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Integer. + */ +public class IntegerImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.Integer +{ + + public IntegerImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected IntegerImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageDocumentImpl.java new file mode 100644 index 0000000..f603a59 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: language + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.LanguageDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one language(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class LanguageDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.LanguageDocument +{ + + public LanguageDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName LANGUAGE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "language"); + + + /** + * Gets the "language" element + */ + public org.xmlsoap.schemas.soap.encoding.Language getLanguage() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Language target = null; + target = (org.xmlsoap.schemas.soap.encoding.Language)get_store().find_element_user(LANGUAGE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "language" element + */ + public void setLanguage(org.xmlsoap.schemas.soap.encoding.Language language) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Language target = null; + target = (org.xmlsoap.schemas.soap.encoding.Language)get_store().find_element_user(LANGUAGE$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Language)get_store().add_element_user(LANGUAGE$0); + } + target.set(language); + } + } + + /** + * Appends and returns a new empty "language" element + */ + public org.xmlsoap.schemas.soap.encoding.Language addNewLanguage() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Language target = null; + target = (org.xmlsoap.schemas.soap.encoding.Language)get_store().add_element_user(LANGUAGE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageImpl.java new file mode 100644 index 0000000..44b49b8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: language + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Language + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML language(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Language. + */ +public class LanguageImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.Language +{ + + public LanguageImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected LanguageImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongDocumentImpl.java new file mode 100644 index 0000000..1e49f29 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: long + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.LongDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one long(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class LongDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.LongDocument +{ + + public LongDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName LONG$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "long"); + + + /** + * Gets the "long" element + */ + public org.xmlsoap.schemas.soap.encoding.Long getLong() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Long target = null; + target = (org.xmlsoap.schemas.soap.encoding.Long)get_store().find_element_user(LONG$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "long" element + */ + public void setLong(org.xmlsoap.schemas.soap.encoding.Long xlong) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Long target = null; + target = (org.xmlsoap.schemas.soap.encoding.Long)get_store().find_element_user(LONG$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Long)get_store().add_element_user(LONG$0); + } + target.set(xlong); + } + } + + /** + * Appends and returns a new empty "long" element + */ + public org.xmlsoap.schemas.soap.encoding.Long addNewLong() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Long target = null; + target = (org.xmlsoap.schemas.soap.encoding.Long)get_store().add_element_user(LONG$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongImpl.java new file mode 100644 index 0000000..ce7696a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: long + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Long + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML long(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Long. + */ +public class LongImpl extends org.apache.xmlbeans.impl.values.JavaLongHolderEx implements org.xmlsoap.schemas.soap.encoding.Long +{ + + public LongImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected LongImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameDocumentImpl.java new file mode 100644 index 0000000..15e35cc --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: NCName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NCNameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one NCName(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NCNameDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NCNameDocument +{ + + public NCNameDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NCNAME$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "NCName"); + + + /** + * Gets the "NCName" element + */ + public org.xmlsoap.schemas.soap.encoding.NCName getNCName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NCName target = null; + target = (org.xmlsoap.schemas.soap.encoding.NCName)get_store().find_element_user(NCNAME$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "NCName" element + */ + public void setNCName(org.xmlsoap.schemas.soap.encoding.NCName ncName) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NCName target = null; + target = (org.xmlsoap.schemas.soap.encoding.NCName)get_store().find_element_user(NCNAME$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NCName)get_store().add_element_user(NCNAME$0); + } + target.set(ncName); + } + } + + /** + * Appends and returns a new empty "NCName" element + */ + public org.xmlsoap.schemas.soap.encoding.NCName addNewNCName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NCName target = null; + target = (org.xmlsoap.schemas.soap.encoding.NCName)get_store().add_element_user(NCNAME$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameImpl.java new file mode 100644 index 0000000..b481372 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: NCName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NCName + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML NCName(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NCName. + */ +public class NCNameImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.NCName +{ + + public NCNameImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NCNameImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENDocumentImpl.java new file mode 100644 index 0000000..aba27d4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: NMTOKEN + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one NMTOKEN(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NMTOKENDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NMTOKENDocument +{ + + public NMTOKENDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NMTOKEN$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "NMTOKEN"); + + + /** + * Gets the "NMTOKEN" element + */ + public org.xmlsoap.schemas.soap.encoding.NMTOKEN getNMTOKEN() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKEN target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKEN)get_store().find_element_user(NMTOKEN$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "NMTOKEN" element + */ + public void setNMTOKEN(org.xmlsoap.schemas.soap.encoding.NMTOKEN nmtoken) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKEN target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKEN)get_store().find_element_user(NMTOKEN$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NMTOKEN)get_store().add_element_user(NMTOKEN$0); + } + target.set(nmtoken); + } + } + + /** + * Appends and returns a new empty "NMTOKEN" element + */ + public org.xmlsoap.schemas.soap.encoding.NMTOKEN addNewNMTOKEN() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKEN target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKEN)get_store().add_element_user(NMTOKEN$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENImpl.java new file mode 100644 index 0000000..076dcde --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: NMTOKEN + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKEN + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML NMTOKEN(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NMTOKEN. + */ +public class NMTOKENImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.NMTOKEN +{ + + public NMTOKENImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NMTOKENImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSDocumentImpl.java new file mode 100644 index 0000000..b148c12 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: NMTOKENS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one NMTOKENS(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NMTOKENSDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument +{ + + public NMTOKENSDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NMTOKENS$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "NMTOKENS"); + + + /** + * Gets the "NMTOKENS" element + */ + public org.xmlsoap.schemas.soap.encoding.NMTOKENS getNMTOKENS() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKENS target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKENS)get_store().find_element_user(NMTOKENS$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "NMTOKENS" element + */ + public void setNMTOKENS(org.xmlsoap.schemas.soap.encoding.NMTOKENS nmtokens) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKENS target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKENS)get_store().find_element_user(NMTOKENS$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NMTOKENS)get_store().add_element_user(NMTOKENS$0); + } + target.set(nmtokens); + } + } + + /** + * Appends and returns a new empty "NMTOKENS" element + */ + public org.xmlsoap.schemas.soap.encoding.NMTOKENS addNewNMTOKENS() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKENS target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKENS)get_store().add_element_user(NMTOKENS$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSImpl.java new file mode 100644 index 0000000..c2501e1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: NMTOKENS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENS + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML NMTOKENS(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlNMTOKEN. + */ +public class NMTOKENSImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements org.xmlsoap.schemas.soap.encoding.NMTOKENS +{ + + public NMTOKENSImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NMTOKENSImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONDocumentImpl.java new file mode 100644 index 0000000..01b09e9 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: NOTATION + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NOTATIONDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one NOTATION(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NOTATIONDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NOTATIONDocument +{ + + public NOTATIONDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NOTATION$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "NOTATION"); + + + /** + * Gets the "NOTATION" element + */ + public org.xmlsoap.schemas.soap.encoding.NOTATION getNOTATION() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NOTATION target = null; + target = (org.xmlsoap.schemas.soap.encoding.NOTATION)get_store().find_element_user(NOTATION$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "NOTATION" element + */ + public void setNOTATION(org.xmlsoap.schemas.soap.encoding.NOTATION notation) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NOTATION target = null; + target = (org.xmlsoap.schemas.soap.encoding.NOTATION)get_store().find_element_user(NOTATION$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NOTATION)get_store().add_element_user(NOTATION$0); + } + target.set(notation); + } + } + + /** + * Appends and returns a new empty "NOTATION" element + */ + public org.xmlsoap.schemas.soap.encoding.NOTATION addNewNOTATION() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NOTATION target = null; + target = (org.xmlsoap.schemas.soap.encoding.NOTATION)get_store().add_element_user(NOTATION$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONImpl.java new file mode 100644 index 0000000..47768be --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: NOTATION + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NOTATION + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML NOTATION(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NOTATION. + */ +public class NOTATIONImpl extends org.apache.xmlbeans.impl.values.JavaQNameHolderEx implements org.xmlsoap.schemas.soap.encoding.NOTATION +{ + + public NOTATIONImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NOTATIONImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameDocumentImpl.java new file mode 100644 index 0000000..3fa61c1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: Name + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one Name(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NameDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NameDocument +{ + + public NameDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NAME$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "Name"); + + + /** + * Gets the "Name" element + */ + public org.xmlsoap.schemas.soap.encoding.Name getName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Name target = null; + target = (org.xmlsoap.schemas.soap.encoding.Name)get_store().find_element_user(NAME$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "Name" element + */ + public void setName(org.xmlsoap.schemas.soap.encoding.Name name) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Name target = null; + target = (org.xmlsoap.schemas.soap.encoding.Name)get_store().find_element_user(NAME$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Name)get_store().add_element_user(NAME$0); + } + target.set(name); + } + } + + /** + * Appends and returns a new empty "Name" element + */ + public org.xmlsoap.schemas.soap.encoding.Name addNewName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Name target = null; + target = (org.xmlsoap.schemas.soap.encoding.Name)get_store().add_element_user(NAME$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameImpl.java new file mode 100644 index 0000000..0e6cf84 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: Name + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Name + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML Name(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Name. + */ +public class NameImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.Name +{ + + public NameImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NameImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerDocumentImpl.java new file mode 100644 index 0000000..bd012e0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: negativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one negativeInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NegativeIntegerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument +{ + + public NegativeIntegerDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NEGATIVEINTEGER$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "negativeInteger"); + + + /** + * Gets the "negativeInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NegativeInteger getNegativeInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NegativeInteger)get_store().find_element_user(NEGATIVEINTEGER$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "negativeInteger" element + */ + public void setNegativeInteger(org.xmlsoap.schemas.soap.encoding.NegativeInteger negativeInteger) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NegativeInteger)get_store().find_element_user(NEGATIVEINTEGER$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NegativeInteger)get_store().add_element_user(NEGATIVEINTEGER$0); + } + target.set(negativeInteger); + } + } + + /** + * Appends and returns a new empty "negativeInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NegativeInteger addNewNegativeInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NegativeInteger)get_store().add_element_user(NEGATIVEINTEGER$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerImpl.java new file mode 100644 index 0000000..678f668 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: negativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NegativeInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML negativeInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NegativeInteger. + */ +public class NegativeIntegerImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.NegativeInteger +{ + + public NegativeIntegerImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NegativeIntegerImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerDocumentImpl.java new file mode 100644 index 0000000..1f5c791 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: nonNegativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one nonNegativeInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NonNegativeIntegerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument +{ + + public NonNegativeIntegerDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NONNEGATIVEINTEGER$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "nonNegativeInteger"); + + + /** + * Gets the "nonNegativeInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NonNegativeInteger getNonNegativeInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonNegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger)get_store().find_element_user(NONNEGATIVEINTEGER$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "nonNegativeInteger" element + */ + public void setNonNegativeInteger(org.xmlsoap.schemas.soap.encoding.NonNegativeInteger nonNegativeInteger) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonNegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger)get_store().find_element_user(NONNEGATIVEINTEGER$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger)get_store().add_element_user(NONNEGATIVEINTEGER$0); + } + target.set(nonNegativeInteger); + } + } + + /** + * Appends and returns a new empty "nonNegativeInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NonNegativeInteger addNewNonNegativeInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonNegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger)get_store().add_element_user(NONNEGATIVEINTEGER$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerImpl.java new file mode 100644 index 0000000..49e3d62 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: nonNegativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonNegativeInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML nonNegativeInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NonNegativeInteger. + */ +public class NonNegativeIntegerImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.NonNegativeInteger +{ + + public NonNegativeIntegerImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NonNegativeIntegerImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerDocumentImpl.java new file mode 100644 index 0000000..a646508 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: nonPositiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one nonPositiveInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NonPositiveIntegerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument +{ + + public NonPositiveIntegerDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NONPOSITIVEINTEGER$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "nonPositiveInteger"); + + + /** + * Gets the "nonPositiveInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NonPositiveInteger getNonPositiveInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonPositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger)get_store().find_element_user(NONPOSITIVEINTEGER$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "nonPositiveInteger" element + */ + public void setNonPositiveInteger(org.xmlsoap.schemas.soap.encoding.NonPositiveInteger nonPositiveInteger) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonPositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger)get_store().find_element_user(NONPOSITIVEINTEGER$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger)get_store().add_element_user(NONPOSITIVEINTEGER$0); + } + target.set(nonPositiveInteger); + } + } + + /** + * Appends and returns a new empty "nonPositiveInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NonPositiveInteger addNewNonPositiveInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonPositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger)get_store().add_element_user(NONPOSITIVEINTEGER$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerImpl.java new file mode 100644 index 0000000..d2fac26 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: nonPositiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonPositiveInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML nonPositiveInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NonPositiveInteger. + */ +public class NonPositiveIntegerImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.NonPositiveInteger +{ + + public NonPositiveIntegerImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NonPositiveIntegerImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringDocumentImpl.java new file mode 100644 index 0000000..3ed230e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: normalizedString + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one normalizedString(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NormalizedStringDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument +{ + + public NormalizedStringDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NORMALIZEDSTRING$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "normalizedString"); + + + /** + * Gets the "normalizedString" element + */ + public org.xmlsoap.schemas.soap.encoding.NormalizedString getNormalizedString() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NormalizedString target = null; + target = (org.xmlsoap.schemas.soap.encoding.NormalizedString)get_store().find_element_user(NORMALIZEDSTRING$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "normalizedString" element + */ + public void setNormalizedString(org.xmlsoap.schemas.soap.encoding.NormalizedString normalizedString) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NormalizedString target = null; + target = (org.xmlsoap.schemas.soap.encoding.NormalizedString)get_store().find_element_user(NORMALIZEDSTRING$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NormalizedString)get_store().add_element_user(NORMALIZEDSTRING$0); + } + target.set(normalizedString); + } + } + + /** + * Appends and returns a new empty "normalizedString" element + */ + public org.xmlsoap.schemas.soap.encoding.NormalizedString addNewNormalizedString() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NormalizedString target = null; + target = (org.xmlsoap.schemas.soap.encoding.NormalizedString)get_store().add_element_user(NORMALIZEDSTRING$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringImpl.java new file mode 100644 index 0000000..a7f7377 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: normalizedString + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NormalizedString + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML normalizedString(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NormalizedString. + */ +public class NormalizedStringImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.NormalizedString +{ + + public NormalizedStringImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NormalizedStringImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/OffsetAttributeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/OffsetAttributeImpl.java new file mode 100644 index 0000000..9519b3f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/OffsetAttributeImpl.java @@ -0,0 +1,118 @@ +/* + * An XML attribute type. + * Localname: offset + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.OffsetAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one offset(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public class OffsetAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.OffsetAttribute +{ + + public OffsetAttributeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName OFFSET$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "offset"); + + + /** + * Gets the "offset" attribute + */ + public java.lang.String getOffset() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(OFFSET$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "offset" attribute + */ + public org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(OFFSET$0); + return target; + } + } + + /** + * True if has "offset" attribute + */ + public boolean isSetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(OFFSET$0) != null; + } + } + + /** + * Sets the "offset" attribute + */ + public void setOffset(java.lang.String offset) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(OFFSET$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(OFFSET$0); + } + target.setStringValue(offset); + } + } + + /** + * Sets (as xml) the "offset" attribute + */ + public void xsetOffset(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate offset) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(OFFSET$0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().add_attribute_user(OFFSET$0); + } + target.set(offset); + } + } + + /** + * Unsets the "offset" attribute + */ + public void unsetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(OFFSET$0); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositionAttributeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositionAttributeImpl.java new file mode 100644 index 0000000..f119c43 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositionAttributeImpl.java @@ -0,0 +1,118 @@ +/* + * An XML attribute type. + * Localname: position + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositionAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one position(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public class PositionAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.PositionAttribute +{ + + public PositionAttributeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName POSITION$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "position"); + + + /** + * Gets the "position" attribute + */ + public java.lang.String getPosition() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(POSITION$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "position" attribute + */ + public org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetPosition() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(POSITION$0); + return target; + } + } + + /** + * True if has "position" attribute + */ + public boolean isSetPosition() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(POSITION$0) != null; + } + } + + /** + * Sets the "position" attribute + */ + public void setPosition(java.lang.String position) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(POSITION$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(POSITION$0); + } + target.setStringValue(position); + } + } + + /** + * Sets (as xml) the "position" attribute + */ + public void xsetPosition(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate position) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(POSITION$0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().add_attribute_user(POSITION$0); + } + target.set(position); + } + } + + /** + * Unsets the "position" attribute + */ + public void unsetPosition() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(POSITION$0); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerDocumentImpl.java new file mode 100644 index 0000000..1a593e3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: positiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one positiveInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class PositiveIntegerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument +{ + + public PositiveIntegerDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName POSITIVEINTEGER$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "positiveInteger"); + + + /** + * Gets the "positiveInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.PositiveInteger getPositiveInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.PositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.PositiveInteger)get_store().find_element_user(POSITIVEINTEGER$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "positiveInteger" element + */ + public void setPositiveInteger(org.xmlsoap.schemas.soap.encoding.PositiveInteger positiveInteger) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.PositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.PositiveInteger)get_store().find_element_user(POSITIVEINTEGER$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.PositiveInteger)get_store().add_element_user(POSITIVEINTEGER$0); + } + target.set(positiveInteger); + } + } + + /** + * Appends and returns a new empty "positiveInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.PositiveInteger addNewPositiveInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.PositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.PositiveInteger)get_store().add_element_user(POSITIVEINTEGER$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerImpl.java new file mode 100644 index 0000000..64d00d5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: positiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositiveInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML positiveInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.PositiveInteger. + */ +public class PositiveIntegerImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.PositiveInteger +{ + + public PositiveIntegerImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected PositiveIntegerImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameDocumentImpl.java new file mode 100644 index 0000000..3a06cf6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: QName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.QNameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one QName(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class QNameDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.QNameDocument +{ + + public QNameDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName QNAME$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "QName"); + + + /** + * Gets the "QName" element + */ + public org.xmlsoap.schemas.soap.encoding.QName getQName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.QName target = null; + target = (org.xmlsoap.schemas.soap.encoding.QName)get_store().find_element_user(QNAME$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "QName" element + */ + public void setQName(org.xmlsoap.schemas.soap.encoding.QName qName) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.QName target = null; + target = (org.xmlsoap.schemas.soap.encoding.QName)get_store().find_element_user(QNAME$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.QName)get_store().add_element_user(QNAME$0); + } + target.set(qName); + } + } + + /** + * Appends and returns a new empty "QName" element + */ + public org.xmlsoap.schemas.soap.encoding.QName addNewQName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.QName target = null; + target = (org.xmlsoap.schemas.soap.encoding.QName)get_store().add_element_user(QNAME$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameImpl.java new file mode 100644 index 0000000..26ec8ec --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: QName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.QName + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML QName(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.QName. + */ +public class QNameImpl extends org.apache.xmlbeans.impl.values.JavaQNameHolderEx implements org.xmlsoap.schemas.soap.encoding.QName +{ + + public QNameImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected QNameImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/RootAttributeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/RootAttributeImpl.java new file mode 100644 index 0000000..45343de --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/RootAttributeImpl.java @@ -0,0 +1,144 @@ +/* + * An XML attribute type. + * Localname: root + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.RootAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one root(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public class RootAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.RootAttribute +{ + + public RootAttributeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ROOT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "root"); + + + /** + * Gets the "root" attribute + */ + public boolean getRoot() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ROOT$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(ROOT$0); + } + if (target == null) + { + return false; + } + return target.getBooleanValue(); + } + } + + /** + * Gets (as xml) the "root" attribute + */ + public org.xmlsoap.schemas.soap.encoding.RootAttribute.Root xgetRoot() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.RootAttribute.Root target = null; + target = (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root)get_store().find_attribute_user(ROOT$0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root)get_default_attribute_value(ROOT$0); + } + return target; + } + } + + /** + * True if has "root" attribute + */ + public boolean isSetRoot() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ROOT$0) != null; + } + } + + /** + * Sets the "root" attribute + */ + public void setRoot(boolean root) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ROOT$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ROOT$0); + } + target.setBooleanValue(root); + } + } + + /** + * Sets (as xml) the "root" attribute + */ + public void xsetRoot(org.xmlsoap.schemas.soap.encoding.RootAttribute.Root root) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.RootAttribute.Root target = null; + target = (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root)get_store().find_attribute_user(ROOT$0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root)get_store().add_attribute_user(ROOT$0); + } + target.set(root); + } + } + + /** + * Unsets the "root" attribute + */ + public void unsetRoot() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ROOT$0); + } + } + /** + * An XML root(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.RootAttribute$Root. + */ + public static class RootImpl extends org.apache.xmlbeans.impl.values.JavaBooleanHolderEx implements org.xmlsoap.schemas.soap.encoding.RootAttribute.Root + { + + public RootImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected RootImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortDocumentImpl.java new file mode 100644 index 0000000..5b3f4b1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: short + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ShortDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one short(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class ShortDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ShortDocument +{ + + public ShortDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName SHORT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "short"); + + + /** + * Gets the "short" element + */ + public org.xmlsoap.schemas.soap.encoding.Short getShort() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Short target = null; + target = (org.xmlsoap.schemas.soap.encoding.Short)get_store().find_element_user(SHORT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "short" element + */ + public void setShort(org.xmlsoap.schemas.soap.encoding.Short xshort) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Short target = null; + target = (org.xmlsoap.schemas.soap.encoding.Short)get_store().find_element_user(SHORT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Short)get_store().add_element_user(SHORT$0); + } + target.set(xshort); + } + } + + /** + * Appends and returns a new empty "short" element + */ + public org.xmlsoap.schemas.soap.encoding.Short addNewShort() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Short target = null; + target = (org.xmlsoap.schemas.soap.encoding.Short)get_store().add_element_user(SHORT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortImpl.java new file mode 100644 index 0000000..4ee356c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: short + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Short + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML short(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Short. + */ +public class ShortImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.xmlsoap.schemas.soap.encoding.Short +{ + + public ShortImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected ShortImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringDocumentImpl.java new file mode 100644 index 0000000..40e5e48 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: string + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.StringDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one string(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class StringDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.StringDocument +{ + + public StringDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName STRING$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "string"); + + + /** + * Gets the "string" element + */ + public org.xmlsoap.schemas.soap.encoding.String getString() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.String target = null; + target = (org.xmlsoap.schemas.soap.encoding.String)get_store().find_element_user(STRING$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "string" element + */ + public void setString(org.xmlsoap.schemas.soap.encoding.String string) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.String target = null; + target = (org.xmlsoap.schemas.soap.encoding.String)get_store().find_element_user(STRING$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.String)get_store().add_element_user(STRING$0); + } + target.set(string); + } + } + + /** + * Appends and returns a new empty "string" element + */ + public org.xmlsoap.schemas.soap.encoding.String addNewString() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.String target = null; + target = (org.xmlsoap.schemas.soap.encoding.String)get_store().add_element_user(STRING$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringImpl.java new file mode 100644 index 0000000..d8a6313 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: string + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.String + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML string(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.String. + */ +public class StringImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.String +{ + + public StringImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected StringImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructDocumentImpl.java new file mode 100644 index 0000000..63ef673 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: Struct + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.StructDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one Struct(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class StructDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.StructDocument +{ + + public StructDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName STRUCT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "Struct"); + + + /** + * Gets the "Struct" element + */ + public org.xmlsoap.schemas.soap.encoding.Struct getStruct() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Struct target = null; + target = (org.xmlsoap.schemas.soap.encoding.Struct)get_store().find_element_user(STRUCT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "Struct" element + */ + public void setStruct(org.xmlsoap.schemas.soap.encoding.Struct struct) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Struct target = null; + target = (org.xmlsoap.schemas.soap.encoding.Struct)get_store().find_element_user(STRUCT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Struct)get_store().add_element_user(STRUCT$0); + } + target.set(struct); + } + } + + /** + * Appends and returns a new empty "Struct" element + */ + public org.xmlsoap.schemas.soap.encoding.Struct addNewStruct() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Struct target = null; + target = (org.xmlsoap.schemas.soap.encoding.Struct)get_store().add_element_user(STRUCT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructImpl.java new file mode 100644 index 0000000..c86fade --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructImpl.java @@ -0,0 +1,211 @@ +/* + * XML Type: Struct + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Struct + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML Struct(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a complex type. + */ +public class StructImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.Struct +{ + + public StructImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeDocumentImpl.java new file mode 100644 index 0000000..37d331e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: time + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.TimeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one time(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class TimeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.TimeDocument +{ + + public TimeDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName TIME$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "time"); + + + /** + * Gets the "time" element + */ + public org.xmlsoap.schemas.soap.encoding.Time getTime() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Time target = null; + target = (org.xmlsoap.schemas.soap.encoding.Time)get_store().find_element_user(TIME$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "time" element + */ + public void setTime(org.xmlsoap.schemas.soap.encoding.Time time) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Time target = null; + target = (org.xmlsoap.schemas.soap.encoding.Time)get_store().find_element_user(TIME$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Time)get_store().add_element_user(TIME$0); + } + target.set(time); + } + } + + /** + * Appends and returns a new empty "time" element + */ + public org.xmlsoap.schemas.soap.encoding.Time addNewTime() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Time target = null; + target = (org.xmlsoap.schemas.soap.encoding.Time)get_store().add_element_user(TIME$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeImpl.java new file mode 100644 index 0000000..34a8f41 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: time + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Time + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML time(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Time. + */ +public class TimeImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.Time +{ + + public TimeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected TimeImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenDocumentImpl.java new file mode 100644 index 0000000..306d1e0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: token + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.TokenDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one token(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class TokenDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.TokenDocument +{ + + public TokenDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName TOKEN$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "token"); + + + /** + * Gets the "token" element + */ + public org.xmlsoap.schemas.soap.encoding.Token getToken() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Token target = null; + target = (org.xmlsoap.schemas.soap.encoding.Token)get_store().find_element_user(TOKEN$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "token" element + */ + public void setToken(org.xmlsoap.schemas.soap.encoding.Token token) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Token target = null; + target = (org.xmlsoap.schemas.soap.encoding.Token)get_store().find_element_user(TOKEN$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Token)get_store().add_element_user(TOKEN$0); + } + target.set(token); + } + } + + /** + * Appends and returns a new empty "token" element + */ + public org.xmlsoap.schemas.soap.encoding.Token addNewToken() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Token target = null; + target = (org.xmlsoap.schemas.soap.encoding.Token)get_store().add_element_user(TOKEN$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenImpl.java new file mode 100644 index 0000000..0048f82 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: token + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Token + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML token(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Token. + */ +public class TokenImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.Token +{ + + public TokenImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected TokenImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteDocumentImpl.java new file mode 100644 index 0000000..6225bc0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: unsignedByte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one unsignedByte(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class UnsignedByteDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument +{ + + public UnsignedByteDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName UNSIGNEDBYTE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "unsignedByte"); + + + /** + * Gets the "unsignedByte" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedByte getUnsignedByte() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedByte target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedByte)get_store().find_element_user(UNSIGNEDBYTE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "unsignedByte" element + */ + public void setUnsignedByte(org.xmlsoap.schemas.soap.encoding.UnsignedByte unsignedByte) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedByte target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedByte)get_store().find_element_user(UNSIGNEDBYTE$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.UnsignedByte)get_store().add_element_user(UNSIGNEDBYTE$0); + } + target.set(unsignedByte); + } + } + + /** + * Appends and returns a new empty "unsignedByte" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedByte addNewUnsignedByte() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedByte target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedByte)get_store().add_element_user(UNSIGNEDBYTE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteImpl.java new file mode 100644 index 0000000..8e0d805 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: unsignedByte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedByte + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML unsignedByte(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedByte. + */ +public class UnsignedByteImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.xmlsoap.schemas.soap.encoding.UnsignedByte +{ + + public UnsignedByteImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected UnsignedByteImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntDocumentImpl.java new file mode 100644 index 0000000..4661ccb --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: unsignedInt + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one unsignedInt(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class UnsignedIntDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument +{ + + public UnsignedIntDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName UNSIGNEDINT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "unsignedInt"); + + + /** + * Gets the "unsignedInt" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedInt getUnsignedInt() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedInt target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedInt)get_store().find_element_user(UNSIGNEDINT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "unsignedInt" element + */ + public void setUnsignedInt(org.xmlsoap.schemas.soap.encoding.UnsignedInt unsignedInt) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedInt target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedInt)get_store().find_element_user(UNSIGNEDINT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.UnsignedInt)get_store().add_element_user(UNSIGNEDINT$0); + } + target.set(unsignedInt); + } + } + + /** + * Appends and returns a new empty "unsignedInt" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedInt addNewUnsignedInt() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedInt target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedInt)get_store().add_element_user(UNSIGNEDINT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntImpl.java new file mode 100644 index 0000000..44a8c59 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: unsignedInt + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedInt + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML unsignedInt(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedInt. + */ +public class UnsignedIntImpl extends org.apache.xmlbeans.impl.values.JavaLongHolderEx implements org.xmlsoap.schemas.soap.encoding.UnsignedInt +{ + + public UnsignedIntImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected UnsignedIntImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongDocumentImpl.java new file mode 100644 index 0000000..6d04cb5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: unsignedLong + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one unsignedLong(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class UnsignedLongDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument +{ + + public UnsignedLongDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName UNSIGNEDLONG$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "unsignedLong"); + + + /** + * Gets the "unsignedLong" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedLong getUnsignedLong() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedLong target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedLong)get_store().find_element_user(UNSIGNEDLONG$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "unsignedLong" element + */ + public void setUnsignedLong(org.xmlsoap.schemas.soap.encoding.UnsignedLong unsignedLong) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedLong target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedLong)get_store().find_element_user(UNSIGNEDLONG$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.UnsignedLong)get_store().add_element_user(UNSIGNEDLONG$0); + } + target.set(unsignedLong); + } + } + + /** + * Appends and returns a new empty "unsignedLong" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedLong addNewUnsignedLong() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedLong target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedLong)get_store().add_element_user(UNSIGNEDLONG$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongImpl.java new file mode 100644 index 0000000..29acb8d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: unsignedLong + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedLong + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML unsignedLong(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedLong. + */ +public class UnsignedLongImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.UnsignedLong +{ + + public UnsignedLongImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected UnsignedLongImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortDocumentImpl.java new file mode 100644 index 0000000..8094c9b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: unsignedShort + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one unsignedShort(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class UnsignedShortDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument +{ + + public UnsignedShortDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName UNSIGNEDSHORT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "unsignedShort"); + + + /** + * Gets the "unsignedShort" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedShort getUnsignedShort() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedShort target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedShort)get_store().find_element_user(UNSIGNEDSHORT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "unsignedShort" element + */ + public void setUnsignedShort(org.xmlsoap.schemas.soap.encoding.UnsignedShort unsignedShort) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedShort target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedShort)get_store().find_element_user(UNSIGNEDSHORT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.UnsignedShort)get_store().add_element_user(UNSIGNEDSHORT$0); + } + target.set(unsignedShort); + } + } + + /** + * Appends and returns a new empty "unsignedShort" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedShort addNewUnsignedShort() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedShort target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedShort)get_store().add_element_user(UNSIGNEDSHORT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortImpl.java new file mode 100644 index 0000000..4e61254 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: unsignedShort + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedShort + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML unsignedShort(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedShort. + */ +public class UnsignedShortImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.xmlsoap.schemas.soap.encoding.UnsignedShort +{ + + public UnsignedShortImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected UnsignedShortImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/test/org/tempuri/FileServiceTest.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/test/org/tempuri/FileServiceTest.java new file mode 100644 index 0000000..e85735f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/Java/test/org/tempuri/FileServiceTest.java @@ -0,0 +1,50 @@ +/** + * FileServiceTest.java This file was auto-generated from WSDL by the Apache + * Axis2 version: 1.0 May 04, 2006 (09:21:04 IST) + */ +package org.tempuri; + + +/* + * FileServiceTest Junit test case +*/ +public class FileServiceTest extends junit.framework.TestCase { + /** + * Auto generated test method + */ + public void testSayHello() throws java.lang.Exception { + org.tempuri.FileServiceStub stub = new org.tempuri.FileServiceStub(); //the default implementation should point to the right endpoint + + org.apache.axiom.om.OMElement param4 = (org.apache.axiom.om.OMElement) getTestObject(org.apache.axiom.om.OMElement.class); + + // todo Fill in the param4 here + assertNotNull(stub.SayHello(param4)); + } + + //Create the desired XmlObject and provide it as the test object + public org.apache.xmlbeans.XmlObject getTestObject(java.lang.Class type) + throws Exception { + java.lang.reflect.Method creatorMethod = null; + + if (org.apache.xmlbeans.XmlObject.class.isAssignableFrom(type)) { + Class[] declaredClasses = type.getDeclaredClasses(); + + for (int i = 0; i < declaredClasses.length; i++) { + Class declaredClass = declaredClasses[i]; + + if (declaredClass.getName().endsWith("$Factory")) { + creatorMethod = declaredClass.getMethod("newInstance", null); + + break; + } + } + } + + if (creatorMethod != null) { + return (org.apache.xmlbeans.XmlObject) creatorMethod.invoke(null, + null); + } else { + throw new Exception("Creator not found!"); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/schemas.microsoft.com.2003.10.Serialization.xsd b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/schemas.microsoft.com.2003.10.Serialization.xsd new file mode 100644 index 0000000..3beda49 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/schemas.microsoft.com.2003.10.Serialization.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/tempuri.org.wsdl b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/tempuri.org.wsdl new file mode 100644 index 0000000..aa1963e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/tempuri.org.wsdl @@ -0,0 +1,191 @@ + + + + + + + + + + + 32 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://localhost:8080/FileService + + shawnc@corp.avanade.org + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/tempuri.org1.xsd b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/tempuri.org1.xsd new file mode 100644 index 0000000..09a790e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WSDL/tempuri.org1.xsd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/App.config b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/App.config new file mode 100644 index 0000000..bdb8a5a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/App.config @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/App_messages.e2e b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/App_messages.e2e new file mode 100644 index 0000000..8ed20c2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/App_messages.e2e @@ -0,0 +1 @@ +0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:feec5c8b-7f6b-4f5f-af31-d6549d275bf3http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8080/FileServicehttp://schemas.xmlsoap.org/ws/2005/02/trust/IssueYHsGBisGAQUFAqBxMG+gJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqJHBEVgQwYKKoZIhvcSAQICAwQAMDOgAwIBBaEDAgEQohMwEaADAgEBoQowCBsGc2hhd25joxIbEGNvcnAuYXZhbmFkZS5vcmc=2561118812713952 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:feec5c8b-7f6b-4f5f-af31-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1118812767230 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:8399e045-1f31-421d-8414-2f16e9b37425http://www.w3.org/2005/08/addressing/anonymoushttp://localhost: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 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:8399e045-1f31-421d-8414-2f16e9b37425http://schemas.xmlsoap.org/ws/2005/02/sc/sct256oYGTMIGQoAMKAQCigYgEgYVggYIGCiqGSIb3EgECAgMCAG9yMHCgAwIBBaEDAgEPomQwYqADAgEXolsEWZnp5NMxQpfm+jPsR0NzQjLq7r2tQGysFbYNoMVT+4u4G+WdJS4Kn7mGZhI6Hn6uQJpU/M/kjx/UX6efDVsGArNDLDl/Ak8Yhj8Q4Su85hsqCOFjjNnAMigN2006-06-15T15:09:43.088Z2006-06-15T15:24:43.088Zurn:uuid:4243e84f-ee75-441c-803d-a66cca9b8389YE0GCiqGSIb3EgECAgMCAREAEAD//yOt2dxT3E6Lu3pslBU1x4oONtLFXjcuJll7jqaT0xaXp+O2/wqyuYIEgwOSkWpCaoQ1WV0pCDBYAA==2TmPUy46GIp4i+TKdBTuXhYWwjyzuiDfyZ/FE+EWrv4=1118813055269 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:be8ce278-d4df-4379-8347-1d4b8d60864ehttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8080/FileService2006-06-15T15:09:43.138Z2006-06-15T15:14:43.138Zurn:uuid:4243e84f-ee75-441c-803d-a66cca9b8389024tRzMmEAIj9mTF5jE3xK0mgZ0gKo=iUJaKOpE0muECa03PrpIX30ltdc=joxqL7EHLyDUnJ9ej2xdjreMQNY=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=OUzs7EGgam0s0YWI2gmW23vl/jA=kZb/irmESIAkSO5gtGB36NzFl6o=jGqqDCH9Jh1y45z/h4uf6Lq1Avw=+dZELLuym2X0HXBzpNQ/L+wHGQ3hkaDYh53OWO/oB8ve8hLZOdAzRNLGQuKRiu/iI1LXU20Rfe5stayyvQqFrg9tw8pWwg/e1a5AjnFuBaPqJMJheEop+9bK4bmLje54pHrGU1Vid7eXYEdWh3/b2xjJpOLCSKoYdIoxkLku5G951aL0/JIFol/7QUX16t+b4oXvNwhIalNB5wqsGooN4x3RQoUIuDeWhO65PPK1kCy32qexOzalaW3Nm4zvg3yY6Jgl8Gxnfd9pfmP47DpXqj6HUOuG5ifpNET69ge4dDvEAog8CpIThZph2dyrF99rUt2bw0nz9Torv2MiwxttBbOz/gcotIx/rPjhFbWNT/UzeGgPvwWadjnjSWM7cO4+5HjHF+Bjk9OOHZ6SoTT9FvXiIFksS9rBiNyhpA9uLoee0Bz6TZiZ18rv8gO3Zl3k46akybhPna/1bJxLDKUNVzD+EExokYx2SwPI0MfJOUkdtOygjitl5gBAHDL79OwVHqYEkIEHNMv9NhjF+1oBE5q/k/bDBIDQGof5jOEa3Ny8P6JZ+fKcHrbMDPViQi7fr3EWFgs6VQXIKWirUkssUcJWc9qep/2JG3IsqPia68TY2Z95KmbvonwHc64Z+unL6/YylNeuJi1O5u9W1uyIPhQnxkVczO01O+52B6eSaGGVGs0rZ5NlJMIDUy4EC9hcshnfnrh/KRhHu0ZFv8naotOc+YPNKzruv6HN5fjJ6WLh3ZCFkBV9mJ9b0zMPZe+ElT6oX5sZffOMD2CQEN12VpcuBwJ+uTEekXZUFrGxb5k=1118813119470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:be8ce278-d4df-4379-8347-1d4b8d60864e2006-06-15T15:09:43.168Z2006-06-15T15:14:43.168Z024KgPlsJXFSYAdZ+XH8FeaYlYAgQg=QTczwetKuk9Jf4Y+fTE6AQPGsOY=peCxeEsOBjOuRGCc/jl+99CGyDA=SvEoRZNq6BVacMNfROZF8nA4iNA=pH8lhfLM0XtWpynGj4ZNuG3fJ2c=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1118813178098 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveItemAndVerifySecurityAsyncResult`2.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequenceurn:uuid:677fd7c5-59d8-4dd9-9b3d-0c6a26b4931ehttp://localhost:8080/FileService2006-06-15T15:09:43.168Z2006-06-15T15:14:43.168Zurn:uuid:49b11cd4-4e68-4d9c-8231-c2460c6bde38024ybfRTy0jjAtk0MgxvbZiKr4zpfQ=IHDAWjOKa6uAZz0AwPaXuB6da3E=Dxj6hU32gEGGt0YoT8zjilEhmjk=5N/KGEoFd5sDmxLIvm91TosuJIY=cXsjt/iQk2A2wgF/umQh2vAH/PQ=vOcG9nQq1t/raIEtZPuTdMQSgBc=http://www.w3.org/2005/08/addressing/anonymousurn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3c1118813219921 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequenceResponseurn:uuid:677fd7c5-59d8-4dd9-9b3d-0c6a26b4931e2006-06-15T15:09:43.188Z2006-06-15T15:14:43.188Z024u6aajp/eJm/bQ2plAM+Kj++ccaI=kE6w0FsFJ6pMk96XxoIakxF8b+k=g1Eg0RoB2uodBk9XDh+uTHT6gSk=+/L7RnBAGE9SknVLesD7RsD+dvQ=YmRgsovjA6azxrI4Q/qm7SlNQgo=urn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d1http://localhost:8080/FileService1118813270226 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.RequestRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessRequest(IRequestContext context, WsrmMessageInfo info) at System.ServiceModel.Channels.ReliableReplyListenerOverReplySession.ProcessSequencedItem(IReplySessionChannel channel, IRequestContext context, ReliableReplySessionChannel reliableChannel, WsrmMessageInfo info, Boolean newChannel) at System.ServiceModel.Channels.ReliableListenerOverSession`5.HandleReceiveComplete(TItem item, TInnerChannel channel) at System.ServiceModel.Channels.ReliableListenerOverSession`5.AsyncHandleReceiveComplete(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d11http://tempuri.org/IFileService/GetFileurn:uuid:ab194523-4b69-462e-8d26-b574e83abcf0http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8080/FileService2006-06-15T15:09:43.208Z2006-06-15T15:14:43.208Zurn:uuid:49b11cd4-4e68-4d9c-8231-c2460c6bde38024KJtWsBEVzFqNvmHW5qFOrspbvrA=sD5X/NZ37rPFwU1tavp9puilu/I=/sDIGlW+aablfm5f+fsU5ANFGW8=VQaJyW6I89vQ2MDpnBYbjW1TgM8=k69pykploFPkXhw5ogDHcjcJUI0=k9uD5/ISnOO4YM7XEmx501B/2uM=5rOg3wKRYXVxzdcw51wI83Rx8pA=qf583+w8mbxsysSUkbKnr6DkORo=Gc0fSdE4Y7PCextaMzaZNlkJ0eZp+UCcZoIgoNrswnX42KjSu0mk0vgV1JRwDCnOVW40HfUfDVbzXxGCyl/xgPeIDJl90DnHWl8ijjVLUB93ZDw1EgaH46oaQiVvkzLEVZljv6GpQkLASEFDRuuJfQ==1118813348361 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3c1urn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d132http://tempuri.org/IFileService/GetFileResponseurn:uuid:ab194523-4b69-462e-8d26-b574e83abcf02006-06-15T15:09:43.228Z2006-06-15T15:14:43.228Z024qWZ8QNUBp1mPExr7mmavMHxCMl8=Ri/dBSJi9P84sqKpIqd6WMUkwNQ=IcOaliPZad0H5Cdt7uH2o78R2ns=rQz2LW16uy2FkWk8M21wxoocWn4=P5jPYLtn5WjPHY99HcDxwrv/Afw=iPxeQN9ljcQe4uQ0w3cWmYvtVgA=ruZOE5I5wgXKB/S/WzzQNoiul/w=2klHeN3CQDL8ffFgGlfK2K5BRunYF/JgQF2SmUq1zDG/mwSvQDWmH5J65VV9k176YtEy1iB6OsTYbxX0xRtW6HF55ADllrbN9Z7wfCEiEgujfMpTbRo0LVxiaByfD3IvmUHS76QdKNk4lpD9JxTCBtXsJqpkA3c2YouueMmmQ+kWBDwsp0PIvMlBoorTQCuG/GY6UPKNuEqfJxww9JWWK7SDQa0bGngShkM0snOz0YT9ZCPTMeMXwCLzqNpnDgcnKm3f4rx4LI8frdCfEkGSo878EJcKMsVmAC4sQnzXeQ0tPsZ+W8Kb/ietGNQYxHVgmQiOdzEAoAXk/iJnmqfQ93Xp48ExcsgrwJn8vixeitJ9oFXmnCJjHcTVPI5f9ZsfeVbvsjY0cziXOJ0JBG8CXNSMMmu76cuJFA0QlVH0HzCXm/281Etn9tzU9EoJRS5tgZaxq1DlXO/o3obyVTwMayfHW6m0BvlykB0WItI7tQy0uGsOILUsBZzFBiVpgNEfClIMrFvgmA0qiIJ6X7xSXXzEhF61+EcYsZnchGNjEoovdYKGSC9SnoXDMsykQlZ70QCnJFPpzLAc7N3cX82yC/sfvaOGxJqi47yQRv7ZAkVvLf82347nqe326qgHEITHShtPqs9KYFcmXq+gr+p/VgJr/Y2xP9tze/zeqvXdVjH9wMgABvxO+rN9KgL7dgTXt2l3ecRc/xV0a6CQHoqpzSVs4EOsGyLnAJ5hvcUZZfgmJZ/8CYlZtAxZdU+cROmV5Mw3gVsYvAzZ4VMZK96zXSvYiONgRWDcGIOPRn652/SXIyqryimhL2mMHEShLQ4wxanTXxui6Jiu+WQKFYVlu4dAp4skVl0rd8lWpYHj9FtMh5bJHAE2PUNEUfQbmeImUrWtnd0lXVyxXaNyIxjM8izcghP5H/CfIHlodvgrJuVqrBa2/+dICWRHjCoIKO5VPvlPmTDOrNNj+iMdMf0Xrw==1118813406214 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.RequestRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.SendReply(IRequestContext context, MaskingMode maskingMode, TimeoutHelper& timeoutHelper) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.SendReply(IRequestContext context, MaskingMode maskingMode) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.OnReply(Message reply, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.DatagramAdapter.ReplyDatagramAdapterListener.Enqueue(IRequestContext request, ItemDequeuedCallback callback) at System.ServiceModel.Channels.DatagramAdapter.DatagramAdapterListenerBase`3.DatagramAdapterReceiver.FinishReceive(IAsyncResult result) at System.ServiceModel.Channels.DatagramAdapter.DatagramAdapterListenerBase`3.DatagramAdapterReceiver.ReceiveCallback(IAsyncResult result) at System.ServiceModel.Channels.DatagramAdapter.DatagramAdapterListenerBase`3.DatagramAdapterReceiver.ReceiveCallbackStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessSequencedMessage(IRequestContext context, WsrmSequencedMessageInfo info) at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessRequest(IRequestContext context, WsrmMessageInfo info) at System.ServiceModel.Channels.ReliableReplySessionChannel.HandleReceiveComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableReplySessionChannel.OnReceiveCompletedStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3curn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d12http://schemas.xmlsoap.org/ws/2005/02/rm/LastMessagehttp://localhost:8080/FileService2006-06-15T15:09:43.238Z2006-06-15T15:14:43.238Zurn:uuid:49b11cd4-4e68-4d9c-8231-c2460c6bde380243gVmAaye1xmL7Y+rC2iGKxAsT6w=j+TmSbGC/xQzHZck7hYkAvyJUfY=MaDY8f1Gt6NDlOjpXC6O+h8yrHQ=fC4H478ZsiD6dheirOiLCe31Y1s=bV0IM1F7SmitWspWOdNFOfESSxU=S0drTyoFw+9MobJ/5rPB5OkhEFs=KTGEjLSH2IjJqPjdLAideG6MpXU=1118813473211 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3c2urn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d132http://schemas.xmlsoap.org/ws/2005/02/rm/LastMessage2006-06-15T15:09:43.258Z2006-06-15T15:14:43.258Z0243gVmAaye1xmL7Y+rC2iGKxAsT6w=IjCRKvuR68As8gqYfondx8GHc1s=2gYM79zpg7W/Wgr3tLIvFvHzw2A=fC4H478ZsiD6dheirOiLCe31Y1s=zyY5F9Bp0fIa4FTW7UycYOIYWXQ=peiPDv6i1g24RHmjB64mZx8GI2E=1118813500525 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.RequestRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.SendReply(IRequestContext context, MaskingMode maskingMode, TimeoutHelper& timeoutHelper) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.SendReply(IRequestContext context, MaskingMode maskingMode) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.InnerClose() at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessSequencedMessage(IRequestContext context, WsrmSequencedMessageInfo info) at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessRequest(IRequestContext context, WsrmMessageInfo info) at System.ServiceModel.Channels.ReliableReplySessionChannel.HandleReceiveComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableReplySessionChannel.OnReceiveCompletedStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3chttp://schemas.xmlsoap.org/ws/2005/02/rm/TerminateSequencehttp://localhost:8080/FileService2006-06-15T15:09:43.258Z2006-06-15T15:14:43.258Zurn:uuid:49b11cd4-4e68-4d9c-8231-c2460c6bde38024iDm/6sQnspOYPA0nvQNdbKwvTWY=dsonoXBgeXAbCPTYztBTN1OGkOE=c+/4W4WgzA23xuCzbu1havqSl9o=5N/KGEoFd5sDmxLIvm91TosuJIY=AADRVlc/2fq+gvDJGJbAhMMUfvU=fj7E/30rU5YTwDvz/xTX/UAJNaw=urn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d11118813520850 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d132http://schemas.xmlsoap.org/ws/2005/02/rm/TerminateSequence2006-06-15T15:09:43.268Z2006-06-15T15:14:43.268Z02470l5c+GNXJto1qtJ+9hXjxTeuEY=cn2eBfNmfZcY82Z1Ic/scUo3UGQ=c+/4W4WgzA23xuCzbu1havqSl9o=5ubeAhVb7/BeLFtcsZGRHvanTD0=5vaZRtfcRf6d/kyLbXd8G6KM+dc=urn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3c1118813530202 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.RequestRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessTerminateSequence(IRequestContext context) at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessRequest(IRequestContext context, WsrmMessageInfo info) at System.ServiceModel.Channels.ReliableReplySessionChannel.HandleReceiveComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableReplySessionChannel.OnReceiveCompletedStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT/Cancelurn:uuid:b24f134c-2463-426b-a2bc-d321109ea1c7http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8080/FileService2006-06-15T15:09:43.268Z2006-06-15T15:14:43.268Zurn:uuid:49b11cd4-4e68-4d9c-8231-c2460c6bde38024CDUQUeGjvaqYs7n8p0B2E3rQ1zY=GA0icwQsAzfUOq7Gy1Cg8CTTk6o=O0JJEh+vjjrO1MdwGaIt2JlSm04=o3ibE52LCPwycD7dwAsKtJa+WMw=bV0IM1F7SmitWspWOdNFOfESSxU=SPaEaY6BFiOWXnJh6oA3yH1/6ek=8tgxa3IZKWC4AczzSoOwgFiKzv8=http://schemas.xmlsoap.org/ws/2005/02/trust/Cancel1118813549074 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT/Cancelurn:uuid:b24f134c-2463-426b-a2bc-d321109ea1c72006-06-15T15:09:43.268Z2006-06-15T15:14:43.268Z024BXF6YVgC7GaFcATWlFL6EsPDNMk=Co+CdLM6yrXJYKmiLC3jm2Mbk1E=mDiRhnQV6KB02ztJgWrbfdXSJ3w=jVU2DwBDizqT+jMS/aJ8cNmTKAc=kJmwjr9V2UO+0/4JbAN0waxWyZk=1118813558170 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendResponse(IRequestContext requestContext, Message response, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendCloseResponse(IRequestContext requestContext, Message message, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.CheckForShutdown(IRequestContext requestContext, Message message, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnCloseMessageReceived(IRequestContext requestContext, Message message, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState, Boolean& isSecurityProcessingFailure) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2004/09/transfer/Geturn:uuid:372e1ec7-97dd-4dc7-89bf-9a3771951a4fhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8080/FileService/mex1119676686925 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponseurn:uuid:372e1ec7-97dd-4dc7-89bf-9a3771951a4f32http://localhost:8080/FileServiceshawnc@corp.avanade.org1119679325836 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIGETlocalhost:8080http://localhost:8080/FileService1119679412354 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIGETdiscolocalhost:8080http://localhost:8080/FileService?disco1119681129477 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIOKtext/xml; charset="UTF-8"1119681133952 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIGETwsdllocalhost:8080http://localhost:8080/FileService?wsdl1119681142463 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIOKtext/xml; charset="UTF-8"32http://localhost:8080/FileServiceshawnc@corp.avanade.org1119681148767 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIGETxsd=xsd0localhost:8080http://localhost:8080/FileService?xsd=xsd01119681175842 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIOKtext/xml; charset="UTF-8"1119681179494 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIGETxsd=xsd1localhost:8080http://localhost:8080/FileService?xsd=xsd11119681204151 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIOKtext/xml; charset="UTF-8"1119681207996 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP) \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/BigTextFile.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/BigTextFile.txt new file mode 100644 index 0000000..ae46b41 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/BigTextFile.txt @@ -0,0 +1 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/LogoText.JPG b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/LogoText.JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c968d5974da9e61b9f62ab0e6ba26dcec2cb24c GIT binary patch literal 2265 zcmbW1dpOkV7RTQ)#xRtI5y>T&LP!{qYsr|HGE8V9Y@x|554r4(nkbj#(qx<3GSncX z)VMUIo60pE<1V)@ayN39%b4GpcIP?gdG;UsIp=)eXTATd^}f>o5t~eSkiLE%vr{ zwg3hL046v9>Ia8_sE7zs1R;t8JvF~l1D_yi^+A-8FhoPmmhioyRZs0N@#fjNkU z!&HF~8U{zhpjx0T$P)qkQ{Z2M3BiRCB1lm&l(-hU4TzEue)UUrqU%H%-n3Q}a<$C7tS@at>|Hx+M z7ZlztDlWNKUQt=~nEm8w^_#b~b@dI6P4C(}I=i}iKJ@l|8TvXrGCDRsF*!HCu(-7R zePwm+2Nw*$e_{#lpJ0FCLJPQrgoWY4$RAuVp(ugD(ZUE7eG#dHPDt-iX;p(bQH(Y1 z4(qj;njvXc=2Tc4YO6Z-%g(tUXn&IZcVO}V7umnT{=?M=B;YVX^WbP;1tv;ZX-5(4#ly(Hku1T4&9`g+rimwB9+(R4OM5ZxwO2`$kwl3y~jI zkiJqJuv`HFl~T?c_ft!8kEJR~#!rrWi}#NbyLaf!$@mn_`vjCG^CF7VZFJQ_(&75@ z@`2*~xWSCu`Q&b$MGI3xf3FZT9T{mE|Gdz3tbxro{m2gQi%P^U*LJ`%bK7jJQe1f# z_gnHGpP&=BS^E1Uo^7D(QtR=O+jV_g^4`8Q>RL*w?g}}@>UeJG`)NWp%$CcI!70Co z+kd=SGZ{nKH}myXGHKGLT~~+8#n2>xLGhtQ!?mcK)cFtk*oe0|HY8pVoCL-3dLsi;ECg zn=s}#d%^IZOC}(|wppvr!&p#lDQ!413zzBmI4#ko&=Jp4WnKQQAb+6Up{e3Qd-#-x z>=Az33wVq6Gj+-t3-G$EQ%P{^aY>ojYm=3y)2 z2l>fE^*(AzY4q}6{_aJrBxa?sYAn8`Wq^E!exNYzGDTbd`)RA%=}y*gw)wFkdQYyn znOUee^Mnw6A3EoL;NVRNNV7=|*8_7ORu|f1Zr?%pX57dbAvutuf;5>at(PVP+MXiU z#fc^+Qb!CS5ZfK$UjAa;a=ehZuaCGy%UsK_wg_C1H%J*xt*mC>E#W8iIUnsK6s?j= z9MWx5oN1Qxd%c%rPA@le*Zr>W`u(lC8j<7YMHla7Nu`#&5WlterNV%)he^S zQf_hl)>wq7MPz!>9KTADb2V6ZNPl9vHn;Bg-5E91rP8eG>g?q&MU3XgK|8*SRB2*O zn_#lXawmXVq%Ya}&-?b;Y<_176q^C4HXE>7r$_@Yuw6hEw?=Cj=Mls*nj zMGtoPf0XO!mp&rm5QE#o*K(f+!|MwpfB4R2j?%BWziQj=qfdKV-+W@P%hS2(=@#~b z!F`M`X%;MOjqg~cljKm=s~ww(FOey+q`rmM6v|m0EMW(!{*7T)T1Hhk#}NcfEPzwJz!yHO6cM zIrJ$xd}@i`o)aJ+m~+yt^6;&sd*#I{Nj|GRhhq6gPZ?*Q8xCpf;txOZGWdAnZbiI{ zaNc#B^981~OL3Pvqa~G@w_bZQGK&<=uhDmv_l3+*N`qF4AYj!O#Yg%>fakK^QVRl{ zWrm>ZeN+g@cpk&)6@Q_QbzT_ZANrYxg*&CrYL(ydYSxShfuZ8wIU=80Im6p5SVJrK z=Cd`|(q;MQ@!!0LmE9ilW@ab_11lk(U1t+!(v7aVd+chH$RunUsVqk~G%1AYH?vHH qQ#Tj2&h!7alujO7E_*AHwe{4r>`76X&jcI1_!=`s69^0r_5Kq(b}4KC literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/Program.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/Program.cs new file mode 100644 index 0000000..ae8b7e6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/Program.cs @@ -0,0 +1,54 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel; +using PracticalWcf; + +namespace WcfHost +{ + class Program + { + static void Main( string[] args ) + { + try + { + MyServiceHost.StartService(); + Console.WriteLine( "Press enter to end host..." ); + Console.ReadLine(); + MyServiceHost.StopService(); + } + catch( Exception ex ) + { + Console.WriteLine( ex.Message ); + Console.WriteLine( "Press enter to end host..." ); + Console.ReadLine(); + } + + } + } + + internal class MyServiceHost + { + internal static ServiceHost myServiceHost = null; + + internal static void StartService() + { + //Consider putting the baseAddress in the configuration system + //and getting it here with AppSettings + Uri baseAddress = new Uri( "http://localhost:8080/FileService" ); + //Instantiate new ServiceHost + myServiceHost = new ServiceHost( typeof( FileService ), baseAddress ); + + //Open myServiceHost + myServiceHost.Open(); + } + + internal static void StopService() + { + //Call StopService from your shutdown logic (i.e. dispose method) + if( myServiceHost.State != CommunicationState.Closed ) + myServiceHost.Close(); + } + } + +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..461140c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "WcfHost" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "WcfHost" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "f564e868-3aa7-43e1-a8ae-e1b64bb16635" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/SmallTextFile.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/SmallTextFile.txt new file mode 100644 index 0000000..ce16fc4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/SmallTextFile.txt @@ -0,0 +1,7 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/WcfHost.csproj b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/WcfHost.csproj new file mode 100644 index 0000000..a5cc437 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/WcfHost.csproj @@ -0,0 +1,69 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {F869E0F0-7F0B-41E2-98D7-607343493646} + Exe + Properties + WcfHost + WcfHost + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5} + FileSvc + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/WcfHost.csproj.user b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/WcfHost.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/WcfHost.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/BigTextFile.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/BigTextFile.txt new file mode 100644 index 0000000..ae46b41 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/BigTextFile.txt @@ -0,0 +1 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/FileSvc.dll b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..347d2c20c0bfbaabea6ea24f84fada00deff417f GIT binary patch literal 16384 zcmeHNU2Ggz75--ZlhkP)LQ2}GrJcw@P1<<0{)^XX0&B1B#H}40k7HA^qM4n&UQaVS zv&_sI8>GqzR5|SnNC64)RKY{bOL;&dLZX%WP{Bh5LP)$uJn+&7o{*qOgzw&&wbwtY z1TU!KUTe-h=bm%VJ?Fc3Z|k3}-c57p!iGua2w<@KZ_3Gh4ky@={ZAkwZFHRbEYQ>Q9J-%{nD0cxe^u8N5zDr(S zcl)m1n3-gKm$J{H`zHLbLRl7eH?BUG!$VT|*cig8G{;9N%4@%TXrm%xj5wb05(nAN zu(N2pF^eg5BSD4q`-=V+KO_GqML$w4orcstt>`61ZAE=W-%#`|MgL&DXFQL;aG-8{ zF84R18zZDW2y-`cJ=iAg##_1c<%o<%#%SP8)~C>yNe1)JQ|h87jTZQz%T_Tjm^7k) zDdkXC(rb^GnW4ccgvz2kDTa&*K64 zn~HxC&(YFW{B0D-e+w^=y2?Y0aifIqaBaMc&aHGlnPygO=GwwXHW|3AG!ltcF>teG za(OPSHhu9$Onbht*IldX`;>v!iJs3660#qtL}O!h4p1G_A0*EZEFo%YWhhtIz+J)IaN`2qT7e`2^*V{ zS6fRCsum&w=pLeA3=JpPJlLZY2CH7J895S-gX&2UyOGy8T)E^W?Kx$jOnOc&2xHDt zj7d>x)@sh4)YCTZE1YZ*?@UPsr3{o)5$#}^HmL9xh3{-AF5Znan*)_#;#EA~OWM-R z7E)`J%&Q#PMvp<;s%}1wRfAt9*{pB~y%cqC$-{~}s-rf#ckuiED$#s#O zxFXr3owD=R9k~rH-3T(6uZzU8h1-mnuf=&!(gi&$)`fq;OpPv>*~+~lcYFR_FtY`B zB@j(!P0NL5#rND7#pY6YTLf1sqodAmh`61&&gYDjbzi4%r$afDFXN9K_)BrbHn78 zc~5(pbP9{)W-yQIlxIk%$;fLZB>rj*b~uC$2H`uXBcdW^QtI?L~WkKb4>+8Uc-fMnEH= z5zq)|1T+E~0gZr0;M0VFnf{;gM&Z*Gw2oCHpb^jrXaqC@8Uc-fMnEH=5zq)|1T+E~ Jf&T=7e**-!kQD#` literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/FileSvc.pdb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/FileSvc.pdb new file mode 100644 index 0000000000000000000000000000000000000000..f98de2f1776effbcfa7e555a7a75268d118fda8b GIT binary patch literal 11776 zcmeHLU1%It6h5zlO35^ z6DxvIum*g|gA|JTAfi6>!3RqzwS_!Lqjdpk3}&!|D%q`|0x>}jkOoi zeEGS)x#o+BnIg^Z{Ur49*8|TS|Mi#e5;J{nJ@(Pj7ZcTsiF2Jq^O2!*hd!(A{G8p#j#o90+4Kbn1_)ScsUwmjS8f3sa> z+qP%hDZ93@R+X4vLJUlZN9MH-6nDHl@^eO+Vy&5DZ*Kgw`5WcG=6TTPBSHsrND#(h zD>H2OzE^qY0GFZXkCEWAq?LgHzMU@Wbf*2BH~7IdfXDQHcM2nZmafr;K>vR6S{>%r1=@!8614~F z-n3HS$-+5`-W=%L_iC-KkBb!R=>=uHsQ_ZxbaQ_ZHm@Q@+@d?Z_~3e~82DqHy?p z-*0nY9=tqsc1tw$)rpgbxQhz3hx>@ad^2K2u7h_RfZ)FCEPI(j3jcf@F!#VVh|kTZ zfXl-y*RyPA8D*5>lqSeOxGlmA9T3VO)?XGvPTw9)UqfuI9Nb2h@FmF0;)s06T_fOp zcXzFQZxmbajTvcWg(1*JTbyYN@03D|6MP$O3$$mR#B`a#WGJbj5Wu{DEArQdTlLHK z)sFzicru!G^8Oa0=@>me*GipK;n0%IJD5kAeQM(Zas;B^XC1*8_jE9LKIr#AMyc0J zZuWBx#od=%kP12Utfg{RsHw(?R!s%=jx^ZapWT)1?`Ex?XHwS`FVpgKEbn$lgg6_E zJI_#Vo>4+C;%!I}BNQQ#r@3A%?RMASS9@;Z@h-s$mm-csZrSf$c6qz=|7rFnJ*?Np zhH6!l(lwQLZvCYiQ zUR{dYBM|3q>@|L3&N091ys$(+a(RmR0P|Mn54n8@e@~bXu(!b;$HyOQNR%1l0Nf+Y mF=ph9u#b;@9kZmBhrouF=aTeDA|Mfv2uK7Z0uq5GM&K{#Yl@rz literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/LogoText.JPG b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/LogoText.JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c968d5974da9e61b9f62ab0e6ba26dcec2cb24c GIT binary patch literal 2265 zcmbW1dpOkV7RTQ)#xRtI5y>T&LP!{qYsr|HGE8V9Y@x|554r4(nkbj#(qx<3GSncX z)VMUIo60pE<1V)@ayN39%b4GpcIP?gdG;UsIp=)eXTATd^}f>o5t~eSkiLE%vr{ zwg3hL046v9>Ia8_sE7zs1R;t8JvF~l1D_yi^+A-8FhoPmmhioyRZs0N@#fjNkU z!&HF~8U{zhpjx0T$P)qkQ{Z2M3BiRCB1lm&l(-hU4TzEue)UUrqU%H%-n3Q}a<$C7tS@at>|Hx+M z7ZlztDlWNKUQt=~nEm8w^_#b~b@dI6P4C(}I=i}iKJ@l|8TvXrGCDRsF*!HCu(-7R zePwm+2Nw*$e_{#lpJ0FCLJPQrgoWY4$RAuVp(ugD(ZUE7eG#dHPDt-iX;p(bQH(Y1 z4(qj;njvXc=2Tc4YO6Z-%g(tUXn&IZcVO}V7umnT{=?M=B;YVX^WbP;1tv;ZX-5(4#ly(Hku1T4&9`g+rimwB9+(R4OM5ZxwO2`$kwl3y~jI zkiJqJuv`HFl~T?c_ft!8kEJR~#!rrWi}#NbyLaf!$@mn_`vjCG^CF7VZFJQ_(&75@ z@`2*~xWSCu`Q&b$MGI3xf3FZT9T{mE|Gdz3tbxro{m2gQi%P^U*LJ`%bK7jJQe1f# z_gnHGpP&=BS^E1Uo^7D(QtR=O+jV_g^4`8Q>RL*w?g}}@>UeJG`)NWp%$CcI!70Co z+kd=SGZ{nKH}myXGHKGLT~~+8#n2>xLGhtQ!?mcK)cFtk*oe0|HY8pVoCL-3dLsi;ECg zn=s}#d%^IZOC}(|wppvr!&p#lDQ!413zzBmI4#ko&=Jp4WnKQQAb+6Up{e3Qd-#-x z>=Az33wVq6Gj+-t3-G$EQ%P{^aY>ojYm=3y)2 z2l>fE^*(AzY4q}6{_aJrBxa?sYAn8`Wq^E!exNYzGDTbd`)RA%=}y*gw)wFkdQYyn znOUee^Mnw6A3EoL;NVRNNV7=|*8_7ORu|f1Zr?%pX57dbAvutuf;5>at(PVP+MXiU z#fc^+Qb!CS5ZfK$UjAa;a=ehZuaCGy%UsK_wg_C1H%J*xt*mC>E#W8iIUnsK6s?j= z9MWx5oN1Qxd%c%rPA@le*Zr>W`u(lC8j<7YMHla7Nu`#&5WlterNV%)he^S zQf_hl)>wq7MPz!>9KTADb2V6ZNPl9vHn;Bg-5E91rP8eG>g?q&MU3XgK|8*SRB2*O zn_#lXawmXVq%Ya}&-?b;Y<_176q^C4HXE>7r$_@Yuw6hEw?=Cj=Mls*nj zMGtoPf0XO!mp&rm5QE#o*K(f+!|MwpfB4R2j?%BWziQj=qfdKV-+W@P%hS2(=@#~b z!F`M`X%;MOjqg~cljKm=s~ww(FOey+q`rmM6v|m0EMW(!{*7T)T1Hhk#}NcfEPzwJz!yHO6cM zIrJ$xd}@i`o)aJ+m~+yt^6;&sd*#I{Nj|GRhhq6gPZ?*Q8xCpf;txOZGWdAnZbiI{ zaNc#B^981~OL3Pvqa~G@w_bZQGK&<=uhDmv_l3+*N`qF4AYj!O#Yg%>fakK^QVRl{ zWrm>ZeN+g@cpk&)6@Q_QbzT_ZANrYxg*&CrYL(ydYSxShfuZ8wIU=80Im6p5SVJrK z=Cd`|(q;MQ@!!0LmE9ilW@ab_11lk(U1t+!(v7aVd+chH$RunUsVqk~G%1AYH?vHH qQ#Tj2&h!7alujO7E_*AHwe{4r>`76X&jcI1_!=`s69^0r_5Kq(b}4KC literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/SmallTextFile.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/SmallTextFile.txt new file mode 100644 index 0000000..ce16fc4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/SmallTextFile.txt @@ -0,0 +1,7 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.exe b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.exe new file mode 100644 index 0000000000000000000000000000000000000000..3250c426d753429b61ce0243bb1448f0150d0b07 GIT binary patch literal 16384 zcmeHNTWlOx8UAN>vvxL#6+3B~w22wVA#x(TSzqE9lQeeLcI-5cU9T@~V@PIqkJppT z&TMC9ja{nB2!!YZg(^boMLd91Xc6KfRU#me03ifYBlQI#AyGxDkU&Bpgv3K1TE73x zjP12erM^*d&T78-FX!@~Z_b%HXJ#j!{2C>QD2e0!_lfS}%xO^K2g4fNO&|Md6TPwf zUfW&m>bl zBTqmI(|u~v_Gpbn`=J}5%{d*(gRBD#oZ#oUImKsMgTm#I&@Y&wNIgEUyJen(sCS;F zL85*pVr#ldv=_E#P7xj5>iZzwAVLq;QzP`Tb&V(!h?M|(kOsgfV~pa4CX+#QGvoPQ z5t@u`5CZ2haBND0h(6;9+eJo>m2TqTd|4cu(jd{LO{x+V1BwB~fMP%~pcqgLCEWzKqbPu~%|sp8QK!g*QtiNo zG))~arcZWYTaKFFKAxtO+X74I+?J2tCPI7~?`2VA+i^O65JIcoaR7x*AIK)DA0D0C z^3I_VAMSMetwYGv@c_gJzXH_uG#pBOtHFmgy@pVd&oa0VLM7CpQ!DB~pv@FI4#V-# zds;fxxhFInkvUrr%EG7P*0Gt+U%8}lPmy@vz1*G2X3l2Mbt4o4mp1UX2(JBEqFyu* z;AqbWp5>H%&hZ*Jcn0V8**u+S2)FF*muJU^Ve5sy7ge`kvfTn_MnYBE`~y1eX60S2 zhq#{*AHspErOX$MZHSrn;fU>E94Q?|o1$U50PPmd;X?d?z5#qwVp97vC@`UP0N4{V}e16$}%`dje+Roed! zOw*Y}OCn8Ui8&c($Z5#!esr@HY{uHjNK4QGTBd_EWpI%f=uz3bH>CEZ!&7(xqSMc$ zc89)5hnc-L&UpuUS?iWsob$BQUO0R^A#H9&0=Cg7r932YT;gLA zpO9!uv?M+yaTR!yo&$aYZF6KV(JOiv@KwE!zDalW0bEnIzYaV~Kfz_oVK`3F75W|J z68nMI6W4(Pa)$O$3HUHQ1#G8RfISjFg}O47qhA0YrF+17N7#LO2lzSq z8$E(NHz~OmjvCMtC7u&tY&~hzD`g%}andk)IMwI7AZ_6llp=sdObF7esE#2X1v;mi1?*#iES{EZ3nS-xrmFy*g^yVorEIY(oKNaG@56 zb>}um7-wd><^)znWX7F9cZ)gzmxAps&|In&cW@wvs_Cq5FOhSdMXOx%OlD)ddsz5I&#Lb1oUww4Ft7;W}8Wx3Gxop;TJ+$E#$yd>juWU>u2Z~GKMOVzH&>+K`7Ph$}C4VE*sG#g% zU==Le3O04q^l&FeAAQ#rH1An~xN13qriEFO!pKTd$lg&|1UDvx@0(>ovz|pfAo9ya zj9e2VrD)n1&Y>|JxHPj`MMdEVV0p}RN@(P=2v{5S+)8ALc!_!>$8ILKgm>q{mffq= z9MsPgN8^67Dje?jh64i{!;wP_rJU{h0#ifI4a~c&MN+atO<&3;pKimpOmZ=ulD*Vl6v4{VKZQLP#s$;DI1_|@yi(6Z@ZvKigk zY@d84H$-=?P>I}l+mBXd4G_XN|ENl%8U4__XI8Jd&iY`QS@PV^`ZDkOcMrZnK8@o= zd}nwO5AW&xaK8E9-+T27OMkicqnH1A=ntR&<-fQ@ZeU?PH+so+Z!hGQx_TDQWxM-} z5K3Knub9J>f!VC$egogUk11jC^a@8VCRN5amlvY=7u>?F1v%YfOQu>XppEm1(`VLfmII6~8q#%YqSK_3T>Lgw`Ik<>|7z*Tua^pt__KN=%H~jC1*;=&V--Czq4A1`Xb9^c zwwlJ9&Iqn@u`$#Z@Ft*mY5jIZSoc=gf$ z3a+q?o*Nil^=xk~Cp)M>F`yVw3@8Q^1BwB~fMP%~pcqgLe3Te4@ERNORtG*xL9195 h1BwB~fMP%~pcqgLC + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.pdb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.pdb new file mode 100644 index 0000000000000000000000000000000000000000..bc2eee3f45c9106f179623c2e2633a4a2df53806 GIT binary patch literal 13824 zcmeHNU2IfE6rNq`(iVy=VuccM#Uho${*=-plF)Xy6=E0A#qg6Ru)V#d8o4 z=Ay*#V&s7rjKmm3A2dcI`k;_tB=sk#i4f$$Cqs-HLqUn*!L)wgy)*3vY>PI;vc0FA z`^}x1bN0-cnKM6^WJWWMywP0<#Ut_B+E6mp7HSMfqZQ>n&W`? zECLUl9`tB3dtikS1CzP^lfCWJzKZ!U285U?88AZ(4we9?Sa^6;)E<~p)UERxHTZ7%_f~OV>alLfysqJs( zn!fFNzWt*sE$8=}Zyn*bfz)n%v!t*8jdv66pY82`IsTH9>pkxl4;+(*D!g0l_Us&= z2L}2F`nk5hM>X-49h>59ErzkPBi<8R*3lTPTcIJ*6-${~-00Ggo$f8@CdxMDpV70K zbZ1si>iK+nM<%x;oKNrW*rau@G4h3u4W_ZfOz#S7c_Flw9ecFyPU@vPm)^XoY1FF? z>D`kzrQTgP=!JqF>g^rY%Qb2XQ&igUyvsiiSnYqWOe(w9X`#jdi z6`|b+L=yX=229<9Mr@VpBO=RmutyWa1Dr!)u{cO;YGmiPxlBV=fUkB@GM&jGT`8sn zDR%{|>ax6CR0p3;?aLSRU1I)lIvh8$SzRk+j9fnaq@L5wj3#Ee$~WqJ3lJAouDq0P z?#^g>62T$MGQ0i;GYvIbI*TBKJlatY{0;mN_z^Jes1zZ)JxJS#ETQk^I1SibCrV1b zT>Wd`2U{+zJ-M*V|H<1YwzE!BBt#vs1cGcI_ck2U_t+Q^zXLCUNk06kw)00W+POkZ z7s8?qGk}!67g!2}F6%xZ>RNMwvw*Z2c~%H`xqrY~0Gy3?w&Q+aHLwyG1wH_L0yqcQ z41^A=1xUGs#8x2g>8&#KLtp=O`Bx(1 zsp@ET6oh=116<`obf)uqb61y%H6Qr_jNIFpqrO?3Z?r8y8P$$n+gSe2Frl4+=bXAi zqzXpwa5L<7oJH9x$WcbsQ+C1!?sn9xcKla6RlGef?VLJnCR!l^uPQsknpQB(+w{e2 zC2n6ZR&4}3ed4qGhd;wuwuT81;*3QT9tBdi2Dk)R3v2`;En~?##EX<2Hy9g~ZpTl) zAwRoyM<7exF(6`~9j6fU7+O$B5$tpHRMGEM+_-g&+$***eR_ zN@m>>uMj6iJGcjIfvN8V_$=6?VGr<5r>ZP+wFz0(aB>F7etTHra*6vTel78+#H7Rz zB?3kz>K=wqe{Oq{i1LYqz!L3g*6T8;ne@zVXi}{E?O+wKw1-C`CQ4jpJJ%C#VxfHmm68Kl^x3S0(h|g;*?3 z!Y2s-JOhZV%Rjh};N1i0@@X6JaJ~+@zYnSsVwqSX2hCr2V{-eMavlk6lGnvyd0i}` zZHdNZ4a*a%e01IA;-VUmKqi|m+^RddPagJoF)dmX&5t)X)Zrkq^yBbVCC+ow&E&(b zh570{tm?8J(>(w1yhysajOPt?c5#>av0_!&8NQ+KsmD;4^NYm(P{_K}%s)kU>WW@{ z2au+zpK}bNQG1n%OdTW+|ISRZbL+JX?&3p5qz?V^yuj> z-R#U7+D<2NV&BnK0Qp-C k{4>G0_vRhAx>!TXqyNJL_^#lQ=K;?Ho(DV+OhOO*4d+NB;{X5v literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.vshost.exe b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.vshost.exe new file mode 100644 index 0000000000000000000000000000000000000000..ce3f102c36be07551ba7c7fad64c8b24709bdb91 GIT binary patch literal 5632 zcmeHLX>3&26+Umg;MiccvX$*QEU{T$9osBr9ou8T!CO4GX{f1rGjlzDVoO|!Prgq~qltDz9r~?B;$Ix=|OT07mVmN>1Z}RE2drlP`Q)*5X zG<6uR8guNZqj#!d-Lh;?4GGnWTdHBHf%>4@X-9-MYENnj=gbf*dm1jLN#cftptQL=|aWNfvWlQP?*hWf2t+?Lo}%k$q{6hp9nL zgjRO$01v%$;r&I$YdXI8&)FG$2N&cn{PM~EIUlboSblZ6|HQ<{cD(w-H$Pi{GB!Q7 z|H6B@KUnhF)GHNJoBn(6mQTf)Ia@0-J4*9+&;GPbIdCa>RcoH#{Qln`m|0=hKQWNC z!#y@@!#j(1Un%|Q)aTD`kDfW+w4v>(rqa#M$bmyo{cgLmeRW{M$FpYm3da-W&f8x& z0nLKxvau(Eo?AGHIeD_NCo>0YuLwR+p^ze1#Ifrt(TcT2#Y;+-Fe_7rvIeo7wS(yA zX#bP}I_Nou6?Iv{Lq2$0&05=B9YEWMekRLTn0AN-P|#J@A{QJ}x~7y8++mAT5@Rw| z@Q22sG9U6Nxk<0GsfFs1h&|K+JVrkSo|br>`a#cB7|RvrMHFKBr(Uw zl5-@k@UiBtzD8d*9q>KoTQAp`O~3WAt@psmrLqha^n)4xjBMH^@f9F@n1~ujPf^Cu z1X8hoxc8RIqmNGBB-e08_V!a4+g72m#M~*saoB2`Xc84k`hJPumRK&aTH=EeACjm` zG$d}7*dy^#;3Rrn;NPL;}jK9&ZX=lbcdYSfRoToq2>!3ASPn#8u z^5_H5<0%vLR4N9}qQ$`Zh^$7XR0mux@nJd(I!OC~-=*IJ!;-UI&T=Kai#`PZNxBT& zOIH;?y#RZey+d~b$L>D*2U4BLHo7PZt&wf=(v$RGXdorBqSlVYO|go)+z#9IG|?@n z%JQ6^2HUVasx`un?b_|0)?&DE-3)s1h+%8%Ad2nU;Mif|y42~0ZO1f16zp+5(Mk28 zEh6lZ7WQn1YIVa(4rq;W%QHHKR%v&}3{yBk;dB{LLCFE;>z)xZOvCFb_i!dcaZe1+ z7VReV8n#8{t}8l2X3u)jvj&QWL{kF+Vd_0WBWeu|C7jb5g=@zhHd-g*o}-(Cj2hjF z#`S2LwxI3_6TXN_8!^$tUW;&C*dJ1wvR7@j+fFBZw=LZqR*HQcc5v8%N;}r$7|{;z zRXI0nx6BteC@kn? zx7}3wC`~t$^_JixeXZ}r;oYm_b%)++Tlw0>+HX%C`+@-Ake_bp%{*%iWKZ&%~jNE(TX9o*6g%-Rh7EHhP*OlHTd*KJ4?D*a4-;jvD#}$T zOIQn=@p>DHr7y*I8$Y743XSBB{D^C1B}AnPX@5AP4(=bd(sp9DBln=DmYb$353H*? z$g9&OB6vF%DKvX%LSbW(nz&Qd#HFe-r=+-e5z#jlnlL1prkZH9Lb+*IH9O7$Qj&K* zi1dqo@D0qF`iTGURq zl$y==AvIxC2iL{8P9EfJ^b+N0<`}+a;gbg`1N`W1H1*>kDp+;uS4JU@0csxjmC)CT zpTKMnR`9n2umfBdeGU9>R4z4m@TcTs(x)CoK$mlQycQmW;RnyOu?i1|k+nM%lbG(k zU)oNsIsglXDI;B4QqNAHkZxdK@%Jm&3M+mh+d;;>sRJgjdxC zjKDHcB4+hTNzOL=or(eXIE%yQ&!joDM74@5pgblnV%bN-JGR6=O_ohmcu4Tp%XjSM5Nh|8#A5K!MWx={dKuZ TBcLY!&!}P9UAq3eeA)j4ZC9R* literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.vshost.exe.config b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.vshost.exe.config new file mode 100644 index 0000000..bdb8a5a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/bin/Debug/WcfHost.vshost.exe.config @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/obj/Debug/ResolveAssemblyReference.cache b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/obj/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..11fc80514bb31ad3f97d392eb7071cb8bb7126ae GIT binary patch literal 37450 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 h1BwB~fMP%~pcqgLCo4 z=Ay*#V&s7rjKmm3A2dcI`k;_tB=sk#i4f$$Cqs-HLqUn*!L)wgy)*3vY>PI;vc0FA z`^}x1bN0-cnKM6^WJWWMywP0<#Ut_B+E6mp7HSMfqZQ>n&W`? zECLUl9`tB3dtikS1CzP^lfCWJzKZ!U285U?88AZ(4we9?Sa^6;)E<~p)UERxHTZ7%_f~OV>alLfysqJs( zn!fFNzWt*sE$8=}Zyn*bfz)n%v!t*8jdv66pY82`IsTH9>pkxl4;+(*D!g0l_Us&= z2L}2F`nk5hM>X-49h>59ErzkPBi<8R*3lTPTcIJ*6-${~-00Ggo$f8@CdxMDpV70K zbZ1si>iK+nM<%x;oKNrW*rau@G4h3u4W_ZfOz#S7c_Flw9ecFyPU@vPm)^XoY1FF? z>D`kzrQTgP=!JqF>g^rY%Qb2XQ&igUyvsiiSnYqWOe(w9X`#jdi z6`|b+L=yX=229<9Mr@VpBO=RmutyWa1Dr!)u{cO;YGmiPxlBV=fUkB@GM&jGT`8sn zDR%{|>ax6CR0p3;?aLSRU1I)lIvh8$SzRk+j9fnaq@L5wj3#Ee$~WqJ3lJAouDq0P z?#^g>62T$MGQ0i;GYvIbI*TBKJlatY{0;mN_z^Jes1zZ)JxJS#ETQk^I1SibCrV1b zT>Wd`2U{+zJ-M*V|H<1YwzE!BBt#vs1cGcI_ck2U_t+Q^zXLCUNk06kw)00W+POkZ z7s8?qGk}!67g!2}F6%xZ>RNMwvw*Z2c~%H`xqrY~0Gy3?w&Q+aHLwyG1wH_L0yqcQ z41^A=1xUGs#8x2g>8&#KLtp=O`Bx(1 zsp@ET6oh=116<`obf)uqb61y%H6Qr_jNIFpqrO?3Z?r8y8P$$n+gSe2Frl4+=bXAi zqzXpwa5L<7oJH9x$WcbsQ+C1!?sn9xcKla6RlGef?VLJnCR!l^uPQsknpQB(+w{e2 zC2n6ZR&4}3ed4qGhd;wuwuT81;*3QT9tBdi2Dk)R3v2`;En~?##EX<2Hy9g~ZpTl) zAwRoyM<7exF(6`~9j6fU7+O$B5$tpHRMGEM+_-g&+$***eR_ zN@m>>uMj6iJGcjIfvN8V_$=6?VGr<5r>ZP+wFz0(aB>F7etTHra*6vTel78+#H7Rz zB?3kz>K=wqe{Oq{i1LYqz!L3g*6T8;ne@zVXi}{E?O+wKw1-C`CQ4jpJJ%C#VxfHmm68Kl^x3S0(h|g;*?3 z!Y2s-JOhZV%Rjh};N1i0@@X6JaJ~+@zYnSsVwqSX2hCr2V{-eMavlk6lGnvyd0i}` zZHdNZ4a*a%e01IA;-VUmKqi|m+^RddPagJoF)dmX&5t)X)Zrkq^yBbVCC+ow&E&(b zh570{tm?8J(>(w1yhysajOPt?c5#>av0_!&8NQ+KsmD;4^NYm(P{_K}%s)kU>WW@{ z2au+zpK}bNQG1n%OdTW+|ISRZbL+JX?&3p5qz?V^yuj> z-R#U7+D<2NV&BnK0Qp-C k{4>G0_vRhAx>!TXqyNJL_^#lQ=K;?Ho(DV+OhOO*4d+NB;{X5v literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/obj/WcfHost.csproj.FileList.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/obj/WcfHost.csproj.FileList.txt new file mode 100644 index 0000000..315fe67 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WcfHost/obj/WcfHost.csproj.FileList.txt @@ -0,0 +1,11 @@ +bin\Debug\WcfHost.exe.config +obj\Debug\ResolveAssemblyReference.cache +bin\Debug\WcfHost.exe +bin\Debug\WcfHost.pdb +bin\Debug\FileSvc.dll +bin\Debug\FileSvc.pdb +obj\Debug\WcfHost.exe +obj\Debug\WcfHost.pdb +bin\Debug\BigTextFile.txt +bin\Debug\LogoText.JPG +bin\Debug\SmallTextFile.txt diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsReliableMessaging.sln b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsReliableMessaging.sln new file mode 100644 index 0000000..b5cb11f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsReliableMessaging.sln @@ -0,0 +1,32 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfHost", "WcfHost\WcfHost.csproj", "{F869E0F0-7F0B-41E2-98D7-607343493646}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WsRmClient", "WsRmClient\WsRmClient.csproj", "{9F49FBE9-9E6A-4598-9257-AEF78D709BF6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSvc", "FileService\FileSvc.csproj", "{EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F869E0F0-7F0B-41E2-98D7-607343493646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F869E0F0-7F0B-41E2-98D7-607343493646}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F869E0F0-7F0B-41E2-98D7-607343493646}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F869E0F0-7F0B-41E2-98D7-607343493646}.Release|Any CPU.Build.0 = Release|Any CPU + {9F49FBE9-9E6A-4598-9257-AEF78D709BF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9F49FBE9-9E6A-4598-9257-AEF78D709BF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9F49FBE9-9E6A-4598-9257-AEF78D709BF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9F49FBE9-9E6A-4598-9257-AEF78D709BF6}.Release|Any CPU.Build.0 = Release|Any CPU + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsReliableMessaging.suo b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsReliableMessaging.suo new file mode 100644 index 0000000000000000000000000000000000000000..b75a0f1c78cc12e5e648d7746a85f068cc5ed552 GIT binary patch literal 27136 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.Designer.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.Designer.cs new file mode 100644 index 0000000..e564478 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.Designer.cs @@ -0,0 +1,120 @@ +namespace WsRmClient +{ + partial class Form1 + { + ///

        + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose( bool disposing ) + { + if( disposing && (components != null) ) + { + components.Dispose(); + } + base.Dispose( disposing ); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.button1 = new System.Windows.Forms.Button(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.textBox2 = new System.Windows.Forms.TextBox(); + this.button2 = new System.Windows.Forms.Button(); + this.textBox3 = new System.Windows.Forms.TextBox(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.SuspendLayout(); + // + // button1 + // + this.button1.Location = new System.Drawing.Point( 36, 36 ); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size( 75, 23 ); + this.button1.TabIndex = 0; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler( this.button1_Click ); + // + // textBox1 + // + this.textBox1.Location = new System.Drawing.Point( 130, 38 ); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size( 200, 20 ); + this.textBox1.TabIndex = 1; + this.textBox1.Text = "SmallTextFile.txt"; + // + // textBox2 + // + this.textBox2.Location = new System.Drawing.Point( 36, 76 ); + this.textBox2.Multiline = true; + this.textBox2.Name = "textBox2"; + this.textBox2.Size = new System.Drawing.Size( 421, 260 ); + this.textBox2.TabIndex = 2; + // + // button2 + // + this.button2.Location = new System.Drawing.Point( 36, 356 ); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size( 75, 23 ); + this.button2.TabIndex = 3; + this.button2.Text = "button2"; + this.button2.UseVisualStyleBackColor = true; + // + // textBox3 + // + this.textBox3.Location = new System.Drawing.Point( 130, 358 ); + this.textBox3.Name = "textBox3"; + this.textBox3.Size = new System.Drawing.Size( 200, 20 ); + this.textBox3.TabIndex = 4; + this.textBox3.Text = "LogoText.jpg"; + // + // pictureBox1 + // + this.pictureBox1.Location = new System.Drawing.Point( 36, 386 ); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size( 449, 224 ); + this.pictureBox1.TabIndex = 5; + this.pictureBox1.TabStop = false; + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size( 552, 622 ); + this.Controls.Add( this.pictureBox1 ); + this.Controls.Add( this.textBox3 ); + this.Controls.Add( this.button2 ); + this.Controls.Add( this.textBox2 ); + this.Controls.Add( this.textBox1 ); + this.Controls.Add( this.button1 ); + this.Name = "Form1"; + this.Text = "Form1"; + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.ResumeLayout( false ); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button button1; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.TextBox textBox2; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.TextBox textBox3; + private System.Windows.Forms.PictureBox pictureBox1; + } +} + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.cs new file mode 100644 index 0000000..7783af8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.cs @@ -0,0 +1,46 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; +using System.IO; + +namespace WsRmClient +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + + //byte[] GetFile( string fileName ) + //{ + // FileService.FileServiceProxy proxy = new FileService.FileServiceProxy(); + // proxy.ClientCredentials.Windows.AllowNtlm = true; + // byte[] result = proxy.GetFile( fileName ); + // proxy.Close(); + // return result; + //} + + private void button1_Click( object sender, EventArgs e ) + { + FileService.FileServiceProxy proxy = new FileService.FileServiceProxy(); + textBox2.Text = proxy.SayHello( textBox1.Text ); + proxy.Close(); + } + + //private void button2_Click( object sender, EventArgs e ) + //{ + // byte[] result = GetFile( textBox3.Text ); + // Image jpg = Image.FromStream( new MemoryStream( result ) ); + // pictureBox1.Image = jpg; + //} + + + + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.resx b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.resx new file mode 100644 index 0000000..19dc0dd --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Program.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Program.cs new file mode 100644 index 0000000..c3d43e8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Program.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Windows.Forms; + +namespace WsRmClient +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault( false ); + Application.Run( new Form1() ); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..49a84fa --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "WsRmClient" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "WsRmClient" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "2a710312-fbf8-48e6-930b-65aef07999b7" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Resources.Designer.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Resources.Designer.cs new file mode 100644 index 0000000..e0f644d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WsRmClient.Properties +{ + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute( "System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0" )] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute( "Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode" )] + internal Resources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute( global::System.ComponentModel.EditorBrowsableState.Advanced )] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if( (resourceMan == null) ) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager( "WsRmClient.Properties.Resources", typeof( Resources ).Assembly ); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute( global::System.ComponentModel.EditorBrowsableState.Advanced )] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Resources.resx b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Settings.Designer.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Settings.Designer.cs new file mode 100644 index 0000000..f673886 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WsRmClient.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute( "Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0" )] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized( new Settings() ))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Settings.settings b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Service References/FileService.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Service References/FileService.cs new file mode 100644 index 0000000..1e291b1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Service References/FileService.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + +namespace WsRmClient.FileService +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute()] + public interface IFileService + { + + [System.ServiceModel.OperationContractAttribute(ProtectionLevel=System.Net.Security.ProtectionLevel.EncryptAndSign, Action="http://tempuri.org/IFileService/SayHello", ReplyAction="http://tempuri.org/IFileService/SayHelloResponse")] + string SayHello(string name); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface IFileServiceChannel : IFileService, System.ServiceModel.IClientChannel + { + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class FileServiceProxy : System.ServiceModel.ClientBase, IFileService + { + + public FileServiceProxy() + { + } + + public FileServiceProxy(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public FileServiceProxy(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public FileServiceProxy(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public FileServiceProxy(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public string SayHello(string name) + { + return base.Channel.SayHello(name); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Service References/FileService.map b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Service References/FileService.map new file mode 100644 index 0000000..9b94fe6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/Service References/FileService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/WsRmClient.csproj b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/WsRmClient.csproj new file mode 100644 index 0000000..c48d0b5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/WsRmClient.csproj @@ -0,0 +1,85 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {9F49FBE9-9E6A-4598-9257-AEF78D709BF6} + WinExe + Properties + WsRmClient + WsRmClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Designer + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + True + Settings.settings + True + + + FileService.map + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/app.config b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/app.config new file mode 100644 index 0000000..466149e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/app.config @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.exe b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..1a2e629a5a0ee0f31ca3056a03e65c1b95f3c34b GIT binary patch literal 20480 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 P5Qq?n5Qq@?A0zNzkmz%a literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.exe.config b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.exe.config new file mode 100644 index 0000000..466149e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.exe.config @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.pdb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.pdb new file mode 100644 index 0000000000000000000000000000000000000000..f3ec790593ce0fe2e3603f77b27931891b377931 GIT binary patch literal 24064 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.vshost.exe b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.vshost.exe new file mode 100644 index 0000000000000000000000000000000000000000..ce3f102c36be07551ba7c7fad64c8b24709bdb91 GIT binary patch literal 5632 zcmeHLX>3&26+Umg;MiccvX$*QEU{T$9osBr9ou8T!CO4GX{f1rGjlzDVoO|!Prgq~qltDz9r~?B;$Ix=|OT07mVmN>1Z}RE2drlP`Q)*5X zG<6uR8guNZqj#!d-Lh;?4GGnWTdHBHf%>4@X-9-MYENnj=gbf*dm1jLN#cftptQL=|aWNfvWlQP?*hWf2t+?Lo}%k$q{6hp9nL zgjRO$01v%$;r&I$YdXI8&)FG$2N&cn{PM~EIUlboSblZ6|HQ<{cD(w-H$Pi{GB!Q7 z|H6B@KUnhF)GHNJoBn(6mQTf)Ia@0-J4*9+&;GPbIdCa>RcoH#{Qln`m|0=hKQWNC z!#y@@!#j(1Un%|Q)aTD`kDfW+w4v>(rqa#M$bmyo{cgLmeRW{M$FpYm3da-W&f8x& z0nLKxvau(Eo?AGHIeD_NCo>0YuLwR+p^ze1#Ifrt(TcT2#Y;+-Fe_7rvIeo7wS(yA zX#bP}I_Nou6?Iv{Lq2$0&05=B9YEWMekRLTn0AN-P|#J@A{QJ}x~7y8++mAT5@Rw| z@Q22sG9U6Nxk<0GsfFs1h&|K+JVrkSo|br>`a#cB7|RvrMHFKBr(Uw zl5-@k@UiBtzD8d*9q>KoTQAp`O~3WAt@psmrLqha^n)4xjBMH^@f9F@n1~ujPf^Cu z1X8hoxc8RIqmNGBB-e08_V!a4+g72m#M~*saoB2`Xc84k`hJPumRK&aTH=EeACjm` zG$d}7*dy^#;3Rrn;NPL;}jK9&ZX=lbcdYSfRoToq2>!3ASPn#8u z^5_H5<0%vLR4N9}qQ$`Zh^$7XR0mux@nJd(I!OC~-=*IJ!;-UI&T=Kai#`PZNxBT& zOIH;?y#RZey+d~b$L>D*2U4BLHo7PZt&wf=(v$RGXdorBqSlVYO|go)+z#9IG|?@n z%JQ6^2HUVasx`un?b_|0)?&DE-3)s1h+%8%Ad2nU;Mif|y42~0ZO1f16zp+5(Mk28 zEh6lZ7WQn1YIVa(4rq;W%QHHKR%v&}3{yBk;dB{LLCFE;>z)xZOvCFb_i!dcaZe1+ z7VReV8n#8{t}8l2X3u)jvj&QWL{kF+Vd_0WBWeu|C7jb5g=@zhHd-g*o}-(Cj2hjF z#`S2LwxI3_6TXN_8!^$tUW;&C*dJ1wvR7@j+fFBZw=LZqR*HQcc5v8%N;}r$7|{;z zRXI0nx6BteC@kn? zx7}3wC`~t$^_JixeXZ}r;oYm_b%)++Tlw0>+HX%C`+@-Ake_bp%{*%iWKZ&%~jNE(TX9o*6g%-Rh7EHhP*OlHTd*KJ4?D*a4-;jvD#}$T zOIQn=@p>DHr7y*I8$Y743XSBB{D^C1B}AnPX@5AP4(=bd(sp9DBln=DmYb$353H*? z$g9&OB6vF%DKvX%LSbW(nz&Qd#HFe-r=+-e5z#jlnlL1prkZH9Lb+*IH9O7$Qj&K* zi1dqo@D0qF`iTGURq zl$y==AvIxC2iL{8P9EfJ^b+N0<`}+a;gbg`1N`W1H1*>kDp+;uS4JU@0csxjmC)CT zpTKMnR`9n2umfBdeGU9>R4z4m@TcTs(x)CoK$mlQycQmW;RnyOu?i1|k+nM%lbG(k zU)oNsIsglXDI;B4QqNAHkZxdK@%Jm&3M+mh+d;;>sRJgjdxC zjKDHcB4+hTNzOL=or(eXIE%yQ&!joDM74@5pgblnV%bN-JGR6=O_ohmcu4Tp%XjSM5Nh|8#A5K!MWx={dKuZ TBcLY!&!}P9UAq3eeA)j4ZC9R* literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.vshost.exe.config b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.vshost.exe.config new file mode 100644 index 0000000..466149e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/bin/Debug/WsRmClient.vshost.exe.config @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.Form1.resources b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.Form1.resources new file mode 100644 index 0000000000000000000000000000000000000000..06c24d06c1cab750788146ce052b37770f3fa530 GIT binary patch literal 180 zcmX?i>is@O1_p+SK%5g?SzMBus~417oL^d$oLUTL1*ImYq!#HYis@O1_p+SK%5g?SzMBus~417oL^d$oLUTL1*ImYq!#HYK1vb}!ET!!M&nMadZcQb^p|&$n{Jp0=^BHg?9)^)w93-b?%z+-cR_b?}GlMUCcz2mE)R z-n``o(zHX^ju{eyE@xawSo0Iovj88+oiAjVD}4@_kw=$Fi^}Q5`T4N=?(*SkB5g|A zDM8HHu->eP?r+mlB_p17>=CMg$DI_r3RN8114nf qMpTKcn&uA04|{9B-dsl!ORltUaKi10n~RTET-)UB9GhI@===iHPVpoF literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.exe b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..1a2e629a5a0ee0f31ca3056a03e65c1b95f3c34b GIT binary patch literal 20480 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 P5Qq?n5Qq@?A0zNzkmz%a literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.pdb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/Debug/WsRmClient.pdb new file mode 100644 index 0000000000000000000000000000000000000000..f3ec790593ce0fe2e3603f77b27931891b377931 GIT binary patch literal 24064 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/WsRmClient.csproj.FileList.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/WsRmClient.csproj.FileList.txt new file mode 100644 index 0000000..4cca682 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging.sav/WsRmClient/obj/WsRmClient.csproj.FileList.txt @@ -0,0 +1,9 @@ +bin\Debug\WsRmClient.exe +bin\Debug\WsRmClient.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\WsRmClient.Properties.Resources.resources +obj\Debug\WsRmClient.csproj.GenerateResource.Cache +obj\Debug\WsRmClient.exe +obj\Debug\WsRmClient.pdb +obj\Debug\WsRmClient.Form1.resources +bin\Debug\WsRmClient.exe.config diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Capture/Ack.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Capture/Ack.txt new file mode 100644 index 0000000..2ff72e7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Capture/Ack.txt @@ -0,0 +1,5 @@ +Content-ID: +Content-Transfer-Encoding: 8bit +Content-Type: application/xop+xml;charset=utf-8;type="application/soap+xml" + +http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequenceResponseurn:uuid:c6394bb0-069a-4bd6-8115-04d9a22058da2006-06-16T18:11:57.272Z2006-06-16T18:16:57.272Z0240XGwcLLWATNl97GUPcAF8w==QZQ/mNoHv1Jv8XyufEnF8LmO8lU=kE6w0FsFJ6pMk96XxoIakxF8b+k=KaInF5o+wEgBKufqwzMbK3uFfPQ=I3oEHp5gMNKbPy639ep6eVqh9cY=04B13X5llpeu19bgSkgoAbToVYE=urn:uuid:ca1b5a78-a67e-439a-b49c-a9db4646f80chttp://xpshawnci:8080/FileService \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Capture/wsrm.log b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Capture/wsrm.log new file mode 100644 index 0000000000000000000000000000000000000000..505647c784b749e3670ec22b5e2c6211becc39f6 GIT binary patch literal 68701 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 J0v8*2{XYmPh?W2V literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/FileSvc.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/FileSvc.cs new file mode 100644 index 0000000..2d91078 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/FileSvc.cs @@ -0,0 +1,33 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.IO; +using System.ServiceModel; +using System.Runtime.Serialization; + +namespace PracticalWcf +{ + [ServiceContract()] + public interface IFileService + { + [OperationContract + (ProtectionLevel=System.Net.Security.ProtectionLevel.None)] + byte[] GetFile( string fileName ); + } + + + public class FileService : IFileService + { + + public byte[] GetFile( string fileName ) + { + byte[] result = File.ReadAllBytes( + Path.Combine( + AppDomain.CurrentDomain.BaseDirectory, + fileName) ); + Console.WriteLine( "Request for file " + fileName ); + return result; + } + } + +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/FileSvc.csproj b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/FileSvc.csproj new file mode 100644 index 0000000..9fa759c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/FileSvc.csproj @@ -0,0 +1,51 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5} + Library + Properties + PracticalWcf + FileSvc + 3.0 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..952a16b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "MtomSvc" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "MtomSvc" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "9c69204a-b3ec-4339-ac5f-cdb5c637a8a9" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/bin/Debug/FileSvc.dll b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/bin/Debug/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..8017c30341432dbbbe7eb7dd8f607cd8a7e40e18 GIT binary patch literal 16384 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 FTnD7AjMxAG literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/FileSvc.dll b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..8017c30341432dbbbe7eb7dd8f607cd8a7e40e18 GIT binary patch literal 16384 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 FTnD7AjMxAG literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/Refactor/FileSvc.dll b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/Refactor/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..36caf02c3f15b8184d7b5e680ac1c4320a6e9cef GIT binary patch literal 16384 zcmeHN-D@0G6hC*9Eoo~*MTre!osb9$W>~VDrh%fHWYZYQm)SHG8)#-{C&|d{%rY|@ z69vgb5CoC>C`eThd@B_S7SUIqtoSG7$tOVtUlcL^&YjuaY?Uh72f=f~oO{p5Js-cB zJe--Gf9V=^5m7g;!$YFmSec5N-<$2h-23=vy>#pNoq^kG?#{rX@faoft|(FHIB8sV@4&dZ*OPc0j!YCshy8X=sc@dt)%& z7g+`~u)xlBGc{M*gTUuN=nHBHT5hf_v-Vj-+(q6Mi9X0^RVP~~dZ1JD_auV|9ki$i z@^dYT$c&wx81gL!A2wZMS~nz32GP11MxhN!*H*-aeGFVjsEF##(D4E|>RQ)fWWOA) zBUB`sJR-_g5D)|e0YN|z5CjAPK|l}?1Ox#=;D3a`HO#+EJey`HOG^f3NX(>)mH&Vy z%g;}$^fb?++aqSq9LYzgaokn1c@dO-y%6I5#E5u)QP{G#&Im(ZrawdEjXvEvL(UuMg#m_*+ymYTLV&RoF>u0hdH zDepqB57HHSnEJu{X#o5*nRJrQf~LCw{5fPc{Hm9C){>zhn7Oij$PaGF54T4S8Aw5b`W}Qh0428?9^zn^0H&cG~>j4 zoJ>0o!qjFiH~iSGIp(Y%J7G{SCm|x5X}Hyi827Z&h@HEgr-E7?k;0aDqOf8&@RuFW z+R?kHeLl^?ZZK6`&y9E6*0e*~K+FZJ=4cSQ488pN!_Qx>z4qh8=hxr;`2BA(2h{WF zt81(Mg@ZS@;3V`VE0UWwE`KPo9*=e^OCI@jj^V4}S` z6@(?vo3~t_^xbeAegD{c_yifn#7(#$AP5Kof`A|(2nYg#fFK|U2m=2K0iJ0wpA!b* z4&pgSe@^~`p56G}!HY$r(vg9*lqo>FN@cnVK26Km&EiY@0_0ini^*4a`l9>$-*|ex zo1RS-JjWjitF<`JKv>x~4h!Z0ZwJ=(bL~x~fguLR~}# zuA+{=nCiK6j^9L)rF-Wo=zf-PK0xjUYKU~66@|oKz3IthR92B31gk>VtFKqD>i3dE zb!X|#PpFrO`tTeb5#7bgRMh<8tO@tv)87ozS7+~!-Zd8QkFM{ybu)^??b!BB#}0xp zF{{dq8-eKtW@)8j`e993=g$vZN>i`S6D=COG-ZEUYM=Ii21m~s{X|2sm@Vt)*;FpF z4rXG3pX+97uhfLX`#|UmW++;3ug7j3a}{|jEES1v_h?f$+a!9V+w#velL#FgQ$O^p z#~P89sJ#UG0fP^pt}(3}nkJKI(~9e{15MXfgupQ-o)c6=^;WFB5P`bZO*lC&hvx(p ziDplzA_@Y6fFK|U2m*qDARq_`0)l`bAPD@A5NKllW#ZYihcdKk68(ZX*kI$opxMgn zvqrj`XVKkpD`!pQrpBi@S%y6D3rL=QkLVWGpP*+eN$dvOb&iN|HqXu3>lNCA%wueJ z;d;4*^+V_p>$6^1#mWSevG4@ZSyp~E@-*D4o!1tWnZ?Z@w;fGuW>H& zjj#6%--zvKISl6a92If(>pOAyPTh#I9r!N&h#%I=nWlb@**c5Envg(Ve~njP(X;N)YA3zWo=OnmQ(j z&*-h60#)@V^_NhQaU5U5>2-2+o~Y{_6Nlw6K6YX^5E~=9Q%epLe&->&j4$|x?k3T( z0c!VvmrXu&q9vRVLayLlg@e5{c=?^m^SY)*#BA#wbBKy)UsttFJJ>~fBrWRvE2*73 z=lpFHS$p_71>Mgo_J=sTff^FrM0Z!6ez-U8i7}W#-*rU#K+!{G=HKqaRv|$^5D)|e z0YN|z5CjAPK|l}?1O$Q8LcnbO&-m^9X(g0Af`A|(2nYg#fFK|U2m*qDARq_`0)l`b I@LxmVcMX3bV*mgE literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/ResolveAssemblyReference.cache b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/FileService/obj/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..4a7c7d8e1dafdc23a20498c1f3b9eebd366b9328 GIT binary patch literal 35643 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/offset.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/offset.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/position.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/position.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/root.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/root.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/contentType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attribute/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/contentType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayAttributes.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayAttributes.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayMemberAttributes.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayMemberAttributes.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/commonAttributes.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/attributegroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/commonAttributes.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/element/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute/ContentType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute/ContentType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument/ExpectedMediaType.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument/ExpectedMediaType.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURI.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURI.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Array.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Array.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64Binary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64Binary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Boolean.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Boolean.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/BooleanDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/BooleanDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Byte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Byte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ByteDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ByteDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Date.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Date.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTime.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTime.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Decimal.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Decimal.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DecimalDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DecimalDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Double.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Double.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DoubleDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DoubleDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Duration.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Duration.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DurationDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/DurationDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIES.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIES.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITY.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITY.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Float.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Float.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/FloatDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/FloatDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDayDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GDayDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GMonthDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYear.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYear.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ID.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ID.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREF.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREF.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Int.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Int.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Integer.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Integer.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntegerDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/IntegerDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Language.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Language.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LanguageDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LanguageDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Long.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Long.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LongDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/LongDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCNameDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NCNameDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKEN.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKEN.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATION.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATION.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Name.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Name.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NameDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NameDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedString.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedString.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositionAttribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositionAttribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QNameDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/QNameDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute/Root.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/RootAttribute/Root.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Short.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Short.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ShortDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/ShortDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/String.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/String.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StringDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StringDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Struct.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Struct.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StructDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/StructDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Time.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Time.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TimeDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TimeDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Token.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/Token.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TokenDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/TokenDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedInt.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedInt.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLong.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLong.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShort.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShort.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/javaname/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/modelgroup/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/xmlns.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/xmlns.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Ftempuri_2Eorg_2FImports/xmlns.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Ftempuri_2Eorg_2FImports/xmlns.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/xmlns.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/namespace/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/xmlns.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/TypeSystemHolder.class b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/TypeSystemHolder.class new file mode 100644 index 0000000000000000000000000000000000000000..06fdf5ebeccc3d724b7cc4f176c713a9585b2e1c GIT binary patch literal 2054 zcma)7TT|Oc6#ljt%P0y2L()K-RB4@HJ5(~)q(ClMhK7WaHl`ORZK;rDFqI{bBq#7Q z`YZa>nKYSkm@;kp)|vjOPR~jP*{*5wqSc=B?YVsCoZY|w`Rxw?Ic$kIi=2Qd0n;M- zFvCByB8D-Oz}x_?U_OBxBCR($@)Q195U|KKO9|ZK``ZHUh`5Vo0eJyh0tFGHSP`%) z;8PJ7xv6`6T@&#x?kDhoZ|-xW>)g&~0yY>#|DbLb4?N$jF&C9B?$@ks zQ@1^}NV}T8d4gMHC>fUSc_}Z@(3!39%+~Rllowb`dGqtyTp^b)Oy%;kH>dNHC$m~7GDw{6D@cN$qR97wC-cdE~hWrf_4{U$e^s5HL`Or59r8p=R zfEeOSRlDlnX6Q?2zG8@JPT6D_v>d%0IblerGjE$^JoLnHHQg3d(RZu%&SIubbR1@4 z$*_VTBs_$|Aa`Z5;rOdg!!EDv8)n_FIyS@Q2(sY>b_!-C1i7x`N=PFk;d6Y!FiS)$ zA<@b)(Mq*ex0J9BN_U~wNGBnMs|>|cOQnRRQr=i9C1Nowm4uI>NO*)IPj{1HD9R%jb5&Gfwo@w|3zLxL}N(`yDX+wtb$ikzB?N@7N8?lC_+qUD& zy#Dg3%=MydL9XdPnzGk$O?jV>fU>8%a@CU^Tc#$I4c?S>-QT6;(|F7<62;LLz=cQ} zwoJZJsqhA$)SQM@mU(bh+w*mbT=z}6S158?!V`Qe;X8cKFp*i{VelB9nyyFvBRiG0 z5Dmw5iN`w-D;6m%9k>aWA#^9R;88olwFs+Cg>eC_M^S=m`S7MPs~s=r6&q575g%|9nRSeX@(; z9ez8}K1;e`S{beV*;k1F%F!6-eb`d}f_R|*DJjHWAn_N5k^_ejOD~c58F7*{apn+G z?01|k^}WC#2MmRP!2mE=Y~mcLhq=1Pc~U3;#K`jpM;I+7&r=i^UI+h2xLA6HvE+CY z?`4~KpO)k$`ZRGl08tje7Jg{07Cn|cQ@Yzo!ZW)@E5{_WhhWdwkI+ZT8wUWz%YAl9ty(vNq`pp|~zDs!H~Q^r-nw3S}Yt z-*SfnI)5x;}`ZpPHAP wpOTrEuFt@pm{%E6S&+)W9q;5B596=^4T1qi21cOK3}BKOCdk0>9|&MP0LrKxx&QzG literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/anyuri77b6doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/anyuri77b6doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..5d73654f0385904c4d99b548a298e2345155c7d6 GIT binary patch literal 368 zcmah^%L;-(6up{S5d^LJhBi(s#dbv-w^3^`6&0KZJ|O$F7JW!RQ+GxUY10gIABS`9 zx%0X|o}j}T0OK4M!NCtg)}C9Dz?PS(eWOLiLt$4@me8=WRgx~|Hz|; zCaebUzapoi_>uVt!6vI~u_I*g8GLafk)CAmBw*o!=n6~BO_|4D=+tuGRoA=j)rone zAgfytewRSH(kh=7D_x$M4AUH|W_YI7LuiqKD36-fMZ>Jf2i^$XT~_|;a$ZGO`ojfPMK z;wP_!v0P_4D^g>%)Amgx;xB<2m-t~3$2j5Hm+(9i%#jA)$Rl_YEP_6<=y~5WV#=48 j@^dW7BH|wEluSz8_xY=@sL!ZJTnn6Gg*B09d=2+6odsI^ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/anyurielement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/anyurielement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..9316ac0dfd4fde9ec4182293682116dba34d9ca0 GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt@hm{%DZ8hY!3*R?t&iPMbWk1zz~ t3j=2lMvM)o4&Wxh$1YGHzI%X^4*`rB;nH0rHsKyj1{z|JhWH-_ya8JNRgC}u literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arrayattributesattributegroup.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arrayattributesattributegroup.xsb new file mode 100644 index 0000000000000000000000000000000000000000..fb7ffb334815652a1190c3da54805a208040049c GIT binary patch literal 349 zcmcarwQC;(6N5Md0|Pq)D}!c6NlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt@qSX7i)=~z-yl$lgol3L8bU7A-|nwXQBmYJHu@WG~{*eVew>0XpyTA+}Z zn44;=gr-eN0cb~Fu~kW4v8@u(w!?H)AT*Vim+O@qgI#K5U|^^p;p-C&_JxuimjV!= zI7p!=HO*EDXr~p}IU$t=sY?2I)#az96{nU!6xrxwc+QT25g3e&z+hwsVwV3vz`y_i D=!bS9 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraycacdtype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraycacdtype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..0085965e13bcb304f68159357a6450968888d114 GIT binary patch literal 847 zcma)3+e!m55S{IPTWh`2*U*>ZOSe`8DYc;Z;DRD}0pCixn{5N_X4yo#_0xRt3;Y6q zMkm>}f-Ptu$uMVT&dJH=>)ShIpbmiNAsmgBin@*?y)m0o*-EApDQMIZ@yOAE!$ME^ zJRCWYzldWxhsxm69nf(8IFA^7^b*i&Sac;nO|#jo zH9IjnI_>tc^L%^rU^F)RWt%jOmL}nnP~wScG+_x*sE7n2Ce-tolp>ad`>2ZtocUxp zCy|g`Ys3Mh=loXQhbF#y<-pPrW5?2kR_a0f??R56(rOnYu&FlBcvjX1N)@B2P!K^N znS#23Jt1QBnkqKzoSo|D=wISK6m*Mw1-Ws|0x$#c2cGU-sHTn7^G&&J^ckAMT{=4B z`jETUeHQ*W;F&cyh8XAcg)0w*G{7^9JBL^iN~=l(e&NEr4do5_3T#1jV}2WI8}eF> z1r;+mv*Ihl4ral^y;!@*R>C;tUB~wjFC(7vujBiORt>Iotm6lW*9@0-##*p1`7LzD N6iV`cG^Ye><{KS$}2CjG~&-mh!BA_gTAy5NcGt4lsNiYNS9MQB}5!RBK zTabgU&l4!dz)?_?TAW%`mdd~g^acY1GY~TV2Ld3Qg@F}Ff&e2JasuUe7}&skurQDh F1^@(OPF4T_ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arrayelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arrayelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..188aad2b04fb5ddef9753167adc210c1725f3ec5 GIT binary patch literal 127 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP wpOTrEuFt^gSX7i)$-tWkqLLGnQ%WieQh`Pw03!n<&}arQ$&3*G4+JnC0NGX^2mk;8 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraymemberattributesattributegroup.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraymemberattributesattributegroup.xsb new file mode 100644 index 0000000000000000000000000000000000000000..68358b81bcd21231f23a72ce88c18fe1a681ebd1 GIT binary patch literal 323 zcma)&zY4-I5XR4c2s(>v$>!2j-GUXITy%1AO*Ps;lhh=o)kkyi8Jv9?O$$Xt2M-Po z?moWXeUHoa22B_OKo>eNimgov#%32YL5*LC#3-8jN*{4KU?z8J&*c%rfND+8YbGM5 z7uISXWtJJ}XY!QMgdaHD!+lm5LhI#Ht1R^-6)Z$Q#mIAh(hw_6i2f$2RmEGB=eeIx zE9yxQjPZ88+EgE*dCzn8f#qp-2$Az7sWRMhB@r&qX7~$!4h;2;s&fppVE+L1T?KlpV5MFJyk-mtg_f`&tb*(rILZh-xhpmA8!8y5y ztAM*8`)T7$kC(XaTw15U2^YnrC1nC=tIU0L3W_4Ctf z0_F9bQ618~-UWixN9CwV+%qHNi&DYSwt#OoV51w(Oou16KMH<{9 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraytype1ac5attrtypetype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/arraytype1ac5attrtypetype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..15ea630d0589db6db4bdada2108459126ac85735 GIT binary patch literal 354 zcmah^OA5j;6rB3&#{-B*aMK{@MsQJg-McTbmbTEQp^acYnhOu&W%MO9;zDr33ony- znaT5Ze_(_KK)a85a)=Wy`eQFMY??L?uXWWmT!vj*WHs+XbI3&6oJ*01QQLAOj+AQ4 z(?w<2|DP&rS^XG|iN>l>O70l5e%7B}W!jrrZw8-RcLX|jM-fDhrJ)u5V9nDlr(n9* s1^<(m{;T2W^&(I|!q{-0;q~1FQ_P6}!l1Q`)wpm;4~J@ihk#}YZFRpjOr=O-5E)YKyd~}plQrNj0FAz0Rsa7r-U9l literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/base64binarybb46doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/base64binarybb46doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1d456b7abfeb5fe5e36ba22e175477ccc3e744ea GIT binary patch literal 404 zcmah_OAdlC5FHTwM3yF;!3|wVNOWUD+^}~~3N%0hEdfl#qq*=PUPh-COcy3j)A_vl zz4m##KfnYR0QCyiaTvvv59gs_5QsMSu65N3+IU@Bu$p$B3K&mCR`T2nX~zOTEIDn5 zlSnT$<2@Yz_my>1{cMgf0o$VQn*$-!&WQugC2~KR_7iXtjR9;vQKI;;{VwR`J6s)2 z5iJP#{dSt~C JudM%6z#GAKWikK& literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/base64binarye936type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/base64binarye936type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f43b9ce6a4f9e39191234eed3e71a14615eb06f9 GIT binary patch literal 474 zcmah_%TB{E5S+LnO+$blkoX2J@c~o>$A|;IB5|(V#x#+d#Ihqq_%sfD2tNbsJSwVI zVpq1;vpb`)zdt^|z;Ff7KF4+5H2Q&ayUtZ9ZSr1jZ7p?Dn+V!4Mn&W=Cobz-ANlKxe=`+vSD^>&XW2yo7e41qHs9^vOky&`fqS+y_E z0++q5RcBP)-z=I|D=?A4f7;F3#?Y$}YNM<&Zwem$2QZ;zKNM8^IHA1{=5PdHMTDNYH6M{9_f*df)u&SC$I`VsX#${EfPfnI)5x;}`ZpPHAP zpOTrEuFt@elvtc{|5pX F4*)QUB4_{r literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/base64c455type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/base64c455type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f001aec6f6245095d181db802b27b43babed79a2 GIT binary patch literal 258 zcmcarwQC;(6N5Md1CZok(99?)DX`MlFHX)#%}p%UtH{kM&QC1R%P&gT2QlqDlr0plY~Im`Pw`V7m33AbJf6tIW(T$bl;N z1Tq=8K-LwP6an49z)?_?TAW%`mdd~gbUgzDGY~TV2Ld3Qg@F}Ff&e2Jax$o@e02)H1Q6$f%f;#{SPX(A=DWk-neX&m?veg?*Q^a2vQ z@_Kf6X1)G;|M-N94Zyg@w(L4}pCl$PMU$EMt*MR7R4nx|u^e2 zcYWO-Pq1MNfO!e4B#M(%^rybz;LA%+Zgthlv>`1kc%8OHKe%8rD@9HsDJ!0eqh!~b ziw?s7lCo~9UtNqC?24{yLP|%c(HTclfnI)5x;}`ZpPHAP xpOTrEuFt@pl%JoInwZDH4`moy7$=uh7Ni1=K>$VuMxgNwV3HXj{2vHlJOFtVA0hw% literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/byteb91edoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/byteb91edoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..268943bbb3a6e2d3e129951ec135d739a3fc90a5 GIT binary patch literal 356 zcmah^I}XAy40TG%M<6kB29^Y-3dV}1JA2hn)K+SniUx^tGzJdBWxx(Cf(cvk=jqwc zd0cOIa9{<1aR&3y55lPKj$NZb=u;*xRoUvO5p9yIDr$voRGsLws59YrMjdo=u2gNn z`_C_`ru-QS5P)@VOtY7A&=@pvpCmmw=tTQ&vJD1eOyRAxfVgXKP;g84| v`4bIm2SyhAu6n>G1{^cP0ru%#tT?zZwulY=HewU*z~pO&7*l-2e>30(5GPcs literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/byted70etype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/byted70etype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1e573f1395db306ecc30b75021d14a8471723654 GIT binary patch literal 504 zcmah_%T9w(6dWFHDaE(OKQM72wB6JgSB(qVnz(Kdu0X;oK#cflF8mOGM(2R-Mib}e z-poBSbME8w?fnBf&H=7xxJ=r%y79awOjI5;?rWYkWl*_g9eYANRfJ`f7O@BOscRLi z&D!7e?1G-1f1B^a+l;%Gg!jKM&8w_8`y_I+G{RU8^6y|KwR(mvyP)VEAAC4+e6*UY zwyP9$KZ1ELo|$;kqE)e~VO}kk*Dw~#6}0&fZ`zsNa(a gcQUch`~i2Po*j}|Jv*X4#W5V5kQuBCPC4288)7nMng9R* literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/byteelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/byteelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..75fe844ac4ec6391e15e8b2ea9d2566eddf103c7 GIT binary patch literal 125 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP upOTrEuFt@dR9TYBzyl&v%nedYDhpD91|R?<10&F21~AEt5dIGYFdhJLbsY5o literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/commonattributesattributegroup.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/commonattributesattributegroup.xsb new file mode 100644 index 0000000000000000000000000000000000000000..107892762162ae036bf75428a57f4879f3e6a1dc GIT binary patch literal 1239 zcmeHHO>fjN5cQTXQ7+uLj?xR2ASrNLwJV`QQKeF(QY5Z!GHEOv+j#8mZhsP2ZXEa_ z{F;uFCfzO);=~C{wnp~6nKv^}{&o4|r`Qlrgb)wJeX-qy;HE`EWrMAxe9>yM(&g5l z7s)8ll(tglybzB|+qTxc4#BIl7?8xHXud|NRjshv_`bWKsT>~Pc^e%V+2UTdj>~|v z7@7t{d)Z&-A5e=M(0o46=dU`hFL!oc6rbN8eeCMUW}CpPV`PjCGAL_in-BY|%9gQ3 zvvLb?Qx)`dAy|-F18PjZ1fh`u>S)Ro3nXM_2AKYBnE&o6*}aD?Wb+j zK|S|aZ^MPu5h)+xrwu~GFEI8F6frs^Y?Wx7Aw*(Raaw4lG3ZCMR$mbIKOCRDJ;(u0 z6GuhQm@E#=xt)b)nWu2pGS(*f zH6w(Pwka=%yevx|Uq{gmkE2^&sZ2?Q{AH8<=Chu*CzmY}UU!~LWwL)W#$IUW)H`&I z#RBad;k`##krT#bawfvnuO@%clfjnl uJ$w|8JQ(qyKk!cjV6f+3$9{Y@cpnZL9vJgGgJZ9r!eQfNaMWm>jpG+L%W^FM literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/contenttypeed83attrtypetype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/contenttypeed83attrtypetype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..81d637cad9c16743e21660a97103aba2ce9aef7b GIT binary patch literal 361 zcmaJ+OAdlC6nx+ZlmoDE3V(*@yG)lrRq^9E0TzC*KqpuYV3*$6x-s{Yp zPM^2?19Y$f@SK1ZZNn%ontf9-Sd{gN2$u*UNVIeuk3^17u6dTHIU~EW;H=T%3|Q@~%025D zv1ILbM#{|U<;G7-XmY&}SnDvrZitns7|D)cj5j*=U$pA3?=%J&s0R&q3lpZw4c<;1 BUp)W- literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/date9844doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/date9844doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..5c67ca7c893349677dac6ec8580e49e78c742978 GIT binary patch literal 356 zcmah^OAdlC5FHTwL=%^u!A-l6_*)t_?A;SA4UhmOQWNoLEMRAqb$Wo{{D--5NTKY;{3R!B{ z{O4yymH!L{2*5Jcy4rKzX>^*nkCPtn^f)*%D#DE7X}$6^-8rXjxAnYO2?IEE7XFCL wB7dP_ZNtD|{i+2_vcSP?;ehq+U922%VQ3H&+HJ%p+=fwah8Saf#Q!kh4OTZ(od5s; literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/dateb634type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/dateb634type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..4169478c8979b7102a34be6f2ed08ff9fc4148f4 GIT binary patch literal 434 zcmah^%TB{E5S*kYO+$Fx_yZ&^@d3nvBkBQPkvLbOF-@cKFULVAJO|kR}`9H5|%{Gt~f#0mDkoZAr2~iLF1(|=9-R|j8A@}2-Z?A9M z&S=D{f_OM^tQ)v3QZs0)hgXe={{&|A_?t#7aKz|Mu*N(R%#jA(m}d;!1Pf$;fnI)5x;}`ZpPHAP upOTrEuFt@dl30?;zyl(a%#2M+DhpD91|R?<10&F21~AEt5dIGYFdhJ0ryQ67 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/datetime4161type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/datetime4161type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..ec4dfe4de773cc60304e2f6df0871994eb61ebc9 GIT binary patch literal 454 zcmah^%TB{E5S*kTO+$d*_y#z{sz4k#q8{+If^!u$ris)fmSZ8xr*Ysz_!$`IbpeT8 zdA&P3vtEC_e|*BnCBV4ERbj2Z7oy!2s><5*tva+#rqjmkg-e90cTHZ_dx0p=ta>Ud zg=G66w^MaZ?xY*%bVEjMx*nA`|8vVqA0~lh;WjOEgzizfMo<{_g4k7AeSF?XEZr)W zi`}m7R`#eBe3>J7oOrD@`~f0uRIALZg2%rDGrIpxV;UcfQ*l|NF u5dVR@nI2Wne0r~+Y3mFl>NM^!4;P`Py~h?=9hPCL z5(D~nRs1Q1L+6Qsy$cfnI)5x;}`ZpPHAP zpOTrEuFt@cl30=&l9`*zAOK>O09hu6W`-q|1*t%T5P*?^5oiGem}Eu>{|5pX4*OM(yR>(Tl@mpQ#HdS%k9TNi**<@{AHpc{hF0-;u zD=ZINahNY_D$lNY$}nPf#=FV4`CnSrs+#qJ*lbzm@XU*12e;_t3qo^Co74VDAe#1g z&Ng@bNlDluhx>Sz>AvIg2vjGv>|P}-ej9L@_BVsr#RaPYx8&G|2Oq(p8wu7y>tTWL vkG`2{(PhGBj(#6Yc46^Mv7$R59_Re#FUg1GE#?AOSRo>ECbxrV`vCj^NW@|6 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/decimale015doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/decimale015doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..c22b0cbdbf477cd718a3311b2a7fc609148dcc9a GIT binary patch literal 374 zcmah^u?~VT5Iqn?<6z?AH@LK7!op}+*xd=121qC+f{FNP4t|I~qt{Xlaq*hoU0>e2 zcYWO-Pq1MNfO!e4RxrwTkX+v68aFMn|KX}b#R@OO*I4eb3MUq_w zuR93;OG?pHzq%MP*cDyZgp`g>qce`A%9W0;6ufNkg|%tU>=1Nn=ZyjQ-VZX#H0GHt z@sBDjb>0}*+c4AEv@?J%7C2Zf6jfnI)5x;}`ZpPHAP xpOTrEuFt@plA4^Eo0!AE4`n1J8=00=7Ni1=K>$VuMxgNwV3HXj{2vHlJOFxxA1wd? literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/double6057type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/double6057type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..e98e33a97aee16b7e096e5c85f8246caf564a94a GIT binary patch literal 444 zcmah^%TB{E5S*kTO+zWY@dF&-62k$IIHDe!D-!1_G^UA^m+XKjpT>a?;b&kRyS;$a zU3op)nOU#DKR&_Xm=nw}#VOIqx!wH>4Lx61 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/doubleelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/doubleelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6526dfa419b91d5b46184f457d5d525131af3afd GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP wpOTrEuFt@hl3$vXlghvcq0J0T%}Xi^Qh|mb03!n<&~OGY$&3*G4+JnC01{UoDF6Tf literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/doublefe67doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/doublefe67doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..a965b42eb77fc9a2f96d4aadbda4b237dd96d738 GIT binary patch literal 368 zcmah^OAdlC5FHRuV`AdUGq|B_gy_<+Veg(GR3M=(5lFgFwS8SAEG$n{jskpc;b?~S5`G5sof?mC`%ewHI%0!D|zmQqB~VI6lupO zZ(;XeQL?)Fkwpl>rfA!GPsr#q`rK?JZ*ZXz7o(eDVRt7D5FmlJfs%-y=HQ3;GkUGmm^gS%@2)TJ z-Mc=nw>vnn2EaUrMRJN0#)tDDa|lIS1ed1n1d~CRmU+Xvz&vuEimc*A5cMrnmEe&` z`zGfKj{h}PBkLbwj38`ErR0H9>t(%hCe^;w`cm+-(HWMu%l2EQ^xi9r?81;`A~m3I zSH+*|Ao@HpuybZ()w~5pwmTeH_(>U-U{0xlqx`4#4 zyxyIiS+Bp|KR)4O1u!mgU0SOivdrvCSr;aKtBfnI)5x;}`ZpPHAP ypOTrEuFt@cQd*Q)l9`{!AOK^fSQsXjR2HNH4MG4$21cL-3}BKOA^aZ*U_1cxKOkQK literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entities1417doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entities1417doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..735dc6f2baa404c50e660247f529f9902cb61e29 GIT binary patch literal 370 zcmcarwQC;(6N5Md1CZok;Es3lj8Dv~45=(gWiZMwO4qB%%_+`LEYK@X&PdHoEY<^a zQuC7YQ!?|?^<4czJVQKPgI)5IOLJ56N*JsO>&eV5$idL)2^3_|%qS@-u+rCu*#)y3 zXr?~MUVWIo`V1T}n;8Uv)@GJurWPk98km=W+${_fF*GqWPsvXP3j#d|1dJf~9|(YK zCI)7(7%~eg0HzojSb#JmPy-{J&kAI*Ft9SPfknUs)HIN4kT??qJCYud3XmR^&k*j*hysu-(D(a@CrpQ2yK;Co5y>B zDOE-qN%}cGzcQPK;ED|1t>sNDPgaIX92tlJrlX|5NZHIhfnI)5x;}`ZpPHAP zpOTrEuFt^X>KEb};^`X9Ads3@l39|OTAY+w=ffg`;NoIube;|PI E0IRegSpWb4 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entity23f9doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entity23f9doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..48387cca3d6bc5dee325f71fea0913c853a9b93c GIT binary patch literal 360 zcmcarwQC;(6N5Md1CZok;Es3lj8Dv~45=(gWiZGuO4qB%%_+`LEYK@X&PdHoEY<^a zQuC7YQ!?|?^<4czJVPQ~@{>z*Q}ap~ED7t#%q_@4)8+{jV$jSeDJihh*N52yvlnQh zKFCgen4S6zY!F)+_<&YsmQ-4prdpPO+$#v-8yTlrrsOAsg@E1y0!9%04+KCq69Y3? z44DNL08@+%EI^tOsDTmAX9coY7+4wDz#?D*Y8ps2NSuj*9Z3&J1xOD_Jwycq047{j AQvd(} literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entity85e9type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entity85e9type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..3479c240ed8f31456a346dca584f5b942d65661d GIT binary patch literal 444 zcmah_y-ve07(AyTO+yK6yaFt-7?6MwfrOV1s0>V1)R-nx^P|{8ghylGL3kNBH)$4- zILr3g-`)A=>;2;s9!>#{CpgcoZEmDA>s*(qN#4q>snaH@+l_QY>S|qQMYWL#?iWk7 zd`7goRjYxYQ8#+_8M}bJFBy~<|0|2K*$#3=>TXzM2;6b%4u0P1m;Ugy>Yg4IVqMw7 zc2}4B+IEeGr!x2tqsrKp_eR*X+UWLGL-55whzY!Jg51XeM?$#Y;64IOsc^axJ8gg& uqCfUsrl8BgW9$7>9J)xsK44CFNZ#lCt{<@;u`bwVh%v`8SChdV_wx@;XkB6e literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entityelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/entityelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..448eea9ecd6c82d0eb5b4a69efceb85f7eeb1704 GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt^c>KEb}63M`qnpcupQfXnDYFScQkP0*e0T>w=frc}HNoIube;|PI0Q?ah A<^TWy literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/expectedmediatype0e08doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/expectedmediatype0e08doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..26459df6975c83708d2034723a7a5132262a17ce GIT binary patch literal 422 zcmcarwQC;(6N5Md1CZoo;Es3lj8Dv~45=(gWiZPxO4lnl)+;YB*NZnYFfh@JH!#zy z$j!;k%uUsEttd!ME=f)CO-;#61gUq)PcF?(%`0KB$Ez26jgKR3)>|Bu9 zB|x*24NMbLb5e6bYzD=Ql9B=|eSMI-fX)NjrVnzRzJZxO)Nu@gFcaXeV~~Lf!3{M? zHLys@PX?PQh~XVzh=2ei2>u5GAe)JS8OUP+i-Xvh03yo>)WQgsWMp7vU<0y1Bt#!r a7-}9wmIY`oJ4gdm4@d1lTW literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/expectedmediatypec05aelemtype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/expectedmediatypec05aelemtype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..e70274df31402043d97865422f8efe539f4ef632 GIT binary patch literal 361 zcmaJ-Jr4mv5Pj#HXjBw*>dgibwUAJ#P+!j7L^ip-yPW0l(-eM)Kf?~X3sX#H-elgJ zd5`Pujsn_%&2@C?oRDuQ&=e@oToRHbCqe9UiIzKEx?XfyE1iV2VW^W^ppZ0028%e| zi)<*eEEDcP%8_v8Se$jJl_oL&>a19YnP#znzU4RF(oXY~jH1Ec989XB zJ!(lx2TD(bUhW}fNCyMCds|?Af@7^Jz?LXuHIq{_e!;GE883Cn@UZzzEygvI#)Y#2p8A|Ttu|b zXvxez0u~V+oRyD7xrz-fE0{3XE5L zi`d0vLa1qBBKc(^XDUqQ-I7mhvgniZ7VFgI^IV#Iqw~Ah@knLae7CSY{`1qz^#}w% h2VlT0ez?-TY&dhrK_5Se*9~S`YIj$>XhPy1&+e)^%PT$%__xX_aYL{7%$!^;hb+^kfFPlC$ zh&T6Qo{^eO`r! rw=+GuZ1_y)U*LpYc>JbV(j5`IIluW8`Gma3jB$!3&WL7{dpdsr?nhmS literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/floatef20doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/floatef20doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..b1369c48d744cf4ea1765a8af0353d3d72fa64d2 GIT binary patch literal 362 zcmah^%L;-(6up}EAcA&%LmNkGBP}BW_w7Y=e1JNV6J(#(q7Uh3>fW1%t(sx(<8aPB zcb>QV158)}V4T4`*!w|PwWqe0Ak;Z^u4U1vuy&d#lV#XA+{h|YabBg)u~4BtsOVD4 zN`v=bke7AwtMU@&Bn|H&1 x(J|=0@L+Aih_PYS0h|o5FdHZ^zP*i=1vZQs;m}PZHsK~r1{z{a@e%*SfHw^$R>=SW literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/floatelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/floatelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..ea7264758fe8abe2caf4c3ff6d8824e9c0d8ccdf GIT binary patch literal 127 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP vpOTrEuFt@lmXn`Y!oUlrEYge(N-7Idfkq$zBLgGQXa+FJj1c}01TY=|z*HTK literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gday0d8bdoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gday0d8bdoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..7a270d71479115fbecc15a70a8e9f6e948dfc83e GIT binary patch literal 356 zcmah^OAdlC5FHTwL=%^u!A)!2U|bp!!`?k9p8yHaMrtA+&4mZ?GCEVi;L4eFJ}+

        18i6UV4T4`JOrVr+f%DjVDg-?YgIN?&GA#dp!wS}zbuJy p)1%9U&m8@8oRfveHAPH!NIcH@-M?TzV&7vfaETaKM6<~~?LW=KTGjvn literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gdayelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gdayelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..73218a193add39d2458700d8f06045c68bd0245c GIT binary patch literal 125 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP wpOTrEuFt@d?vhx^z>}VmSZS1Go>Wpw=fd(^xNoIube;|PI0AU#%v;Y7A literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonth32efdoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonth32efdoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..c9454eb6c3c7e64ae6f2cd41c3af8966b8f5b979 GIT binary patch literal 368 zcmah^%?g4*5FSmf2!c*MLl-xyiyb2f58b+p=%#_YE4e}TXdQZxUZ!SNjp))YJ3k-a zH{a~@c7K2kQvi%Z7)6^fie-JMOAd2&&itz=DixQ0mE>H+m2Vm@6P2E1=I{1O>U^t` zi{Mg2@LzEfW$_~m5rSE+b-8A&^XYtXA|p@Mc{1=a;|k+UkbAI7kDB(KH2reHkEu!w z)#512D7FvmI3#Jl~y2NqdhasU7T literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonthday0707doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonthday0707doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..dbdb8fefd9abd683101a6cdce06b631a8d080d50 GIT binary patch literal 386 zcmah^!3u&v5FJe`=@bNgLl@WRAVjAS!b7+2v8bug?n-WueOiY;q@SsoEhXsCEITv% zcyHe9<9fS;4O0Nj9*p+uc+X|CYpM(u>XiEzajX@u{5mNz!E4_S}3r(w~L(vF7ypz(q|g63AbVJr6I-; JFY(_Dcmd3oU%mhU literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonthday1f17type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonthday1f17type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..cfe7cd9e4b9a2ddf6df98d355099604ada29a985 GIT binary patch literal 459 zcmah_O-sW-5PeBwn#5M?$=@JCmVzL7l!E5ai{QD0W}5_>4|anXf0_q>h<`@kCTV(5 z=nOkMGw;3GkMEDqFW9&S7#Fz7nx=jbLT@u!#5#O0_PUDeuu`coiIC;CO7b!l@Y8iw zHrXm}G2c8!n`3!P_NY8e>c$+@;nS$SJ5A1udVf?ztjulm1g<$ZTEWSb+#xVkT(++- z5w6n0TrP>*fnI)5x;}`ZpPHAP zpOTrEuFt@k?wg-ilHrnA$sm}X3u2}uRvM-mnwL}-qymjX07eEzpcM>Yk{KcV9|&MP E0607#yZ`_I literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonthelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gmonthelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..569bf9d0f6891cfa8fe615e81cf8bf8775594bec GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP ypOTrEuFt@h?wg-ilEJ{2o(rNaO;XZIDhpD9h9CeV10&FI1~AEt5dIGYFdhIWo*t3_ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyear1c08doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyear1c08doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..075e8ca4eb2acd9acee99d3282e4aaeb8124a67f GIT binary patch literal 362 zcmah^OAdlC5FHTw#F)7A3~s3Gh)ZK)*t>B>urxqITLPGfM|0spyo}CNFu1Z!=kxO3 zyy^3He}D}u0E{!3N4qeJReNkp0Zdn^ca=r0(aD7-vo)~264@9 z_%AvZ-4`CLZ5SDBSapC&7C4wK6j@vaSpJqaas0#cPoU>N?E5mey?}BO}n^Ng)l(KCTsJmDFo)lvrHAj z?On39@Pev?V?SZE?_Kf3=(##Btm-)tiLF#{x5^`@fnI)5x;}`ZpPHAP xpOTrEuFt@l9+{e0#K4R6h353~7 zCVE*{CdX`j8?O)YOY-;H-K=iVP9NR>s2BgUi&AY5Br#LFagoBeSI2koaxI?`+AOKs zr^gs)S<3}WyWsUgUYS-&xN!>aVb5%g=D#3NS~gO@NH}~2U_^7j2*w_c=q)_ zf{xeM={v5E3Bo_>cBVs>g-h%8V;r*zhu?rH)dAyv&hP#S`yu-dZGsu5IAt^%)Wi7= Dcm`)k literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyearmonth9bf2doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyearmonth9bf2doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..2a55aafdf9eb273c8d600e80d100832eea133c16 GIT binary patch literal 392 zcmcarwQC;(6N5Md1CZoo;Es3lj8Dv~45=(gWiZJvO4qB%%_+`LEYK@X&PdHoEY<^a zQuC7YQ!?|?_1q&<6N`NF^GY&Y@{>z*Q}ap~Yzgbi%q_^lqSX^9%%GW3Qc_^0uMe{i zWB6{Fc-qnKwpCZ zBMANn0w9}-ff+1@%z_GlDMkhsAk7HWzzFBF0$D5!tPE^m5ikKY4Wt?*&cwiuqz9ye L1BgNDAu1RE#nWQo literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyearmonthelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/gyearmonthelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..cd0b29bcc30b1d962b00f4fc313218faea7e7102 GIT binary patch literal 137 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt@g9+{e0{|5pX F4*;T8A*lcW literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/hexbinary0440doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/hexbinary0440doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..85b6a2521eaef05439a50bf6804ec40254b1d914 GIT binary patch literal 386 zcmah^u?~VT5Iqo7;$&jtH@HxYxELqmAiF!k(f|px1TXU-U{0xk<^#Bs{ zWcw{M&(HpP|M-NBD}eh2uCu18AEQVonJi)*9*VuL;ySFnRh$4*_FQ5~))?fw7cyr}m_g~Q8$XufLAN2rFxUF_yNF-W`7g(9h`9QVVgW$%;9ysF^`Vx v!bk8&-t@GnGO%gAevVUSVQ~#uQ0>w0`~0piSr1sZXgfnI)5x;}`ZpPHAP zpOTrEuFt@kky_!DnU`2p$sh=1CV`oT$)*M+l?AClqY!|Rfe~m01DIq+2>%BH7!LqG C^&r#$ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/id4da1type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/id4da1type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1d44705bd595ff3d24056b4ebc269a046fa1792b GIT binary patch literal 416 zcmah^F;2rk5S()oCpHNw^8p$Pd_tn4L=?D1qK>Tih%LqT>CQrgr%~__J`-lo#0>>w z-R|Db%zE$pf=Ah}CQ<-s8Qb zecc~V@L&mmbqe$3$P!+)r?$>utuJ|aQ)Q!h9X4r^Dc*z*WL2t#tn!e>u}-fls|@V^ ztEH;TfrTN2RbfnhptRrL-@|Rx-lF|23LcALCdF3p$k_KSq}XrHkfnI)5x;}`ZpPHAP spOTrEuFt^a>B7L3nPQTXXjoENkP6g{0E`TbKtmb8Br`(zKM=rp0Hb>v-2eap literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idref033cdoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idref033cdoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..9aa4e9af65d81513c1530eb9f6dee21d4e3965ae GIT binary patch literal 355 zcmah^%?g4*5FSk{h@e}~&}BEULv#!ayheACbyLB07d6NptwRse%hc?uVW(zbem=f$ zzTMaT@dO)|09dCm3->`770tO(9H=Z4auazaBSk8fauHR;EWBVc&WeNt{^@Y^CA$h< z)Uf?8$b`y&RRJQfO6ywfDD7Q(S3F3yBkdh2xW*IaSzPi<X?k-LaxG*+|Dcv>A*0>Fmfkrd5M)O++d;m6kQse*t literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefa34ctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefa34ctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1a915c1466529f1cf40397742068a7a5af6b7251 GIT binary patch literal 439 zcmah_OHRWu6db2%nuNBn;|PdNj07u|2oTv;VqHavX(Ba=Wk-l|G!`6$%fPs9vjK^* z{5*bd=K1sW{_%+b=K$jwF6&{?w^G`&R&8Okw{~m$LTA0%NJpgV%D!s4jl?v+Up+h` zS>NSrPcNt%9mfuP`_Ywo;nn}brqx@o&dJ>EnhKFW3t?^43sSc$y4~|C$D*m2Dz0zJ zVW$;>yh8XiitJ!`WyIPjtIVr{;A4Rp69nG`d59?^A>2nWj|ej=oNmNk8zDjZN8a@m pbU6eZ-ao^MYbiJnnA07T`#!(x3)WNC1xJD<<~ZeUa&RyG`UAAFTOI%a literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..d76a44e5aef51ed594cba36ad5edf04e87765268 GIT binary patch literal 127 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP ypOTrEuFt^g=@R7X#=x7IQk0sOXl#;PQdy7+Gy(w_85n^^Gk{5Egz$eLfbjsDEFAs- literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefs0de1type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefs0de1type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..a797efe28752f39a1ddc4acf5c19e75e934791f9 GIT binary patch literal 451 zcmah^K~BRk5S+LnO+qPf;tTC1rdNWW`mTt&5MA~lI+M~Lz?4m^aH*0};DT%VTQmxvf zR$xLRd>&P{HMBQkZIo5!O(7W+G5n+nB(+xa2ZG;5rKfIe6 pkjn+5^!_Q%iA6xCj~TgR!hX)*{sr|@>QBg*V2&9syPLOP0l%*9Uz`8{ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefsabf1doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefsabf1doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6fda5204afeb63f22b1f3fe043b0c46274ecb5b0 GIT binary patch literal 360 zcmah^%L;-(6up{S5CpCIhBl5aYZ(@}t@bkM_yBbVHOM}#MIX}7)SXd7+H^16$KjlN zW?uKl6LeSsV4cA{*!cl1+jA=zIJ`>iTankC3cC(dR?ym33oAn&Wo2Uf-f@38c|5!p ztZZQOUy&6e|B?9!!8&aku_a{i8GP{~k)CAmBw%%}u*jl{#kCVLw~_B%c00YqZp1?c z;kPg}nQsi7b(kn@JoSKT8W`9$6lmYw#K`~?EQP4jUz2Q!>o6T@BtvQ>zhl4$>)2H& literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefselement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/idrefselement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..58457a2b357a90804e0f6633833c0c4f5bf9bd62 GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt^c=@R7X7Rw=frc}HNoIube;|PI0P`Xp A#Q*>R literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/index.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/index.xsb new file mode 100644 index 0000000000000000000000000000000000000000..83c099560f0df89b3355fbdab04e6930e0ffe3aa GIT binary patch literal 11059 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/int8ec3type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/int8ec3type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..226b18cf1b014cc0ec729562c57099174c4460b2 GIT binary patch literal 513 zcmah_%T9wp6g@mzDAc#cts56E1hvEx@t%>V~zz8I~0>rd_nhQU~pV2eWcB6@R zGM6*=oO9<6U+*8EP;m+{pWq_xy86y_+b9)9*gDH1Z>z9&swQzIa77taaaJZSw5;r4 zEFOY|1m{$2)f;zj-8h_pGTG=KSyt4!)CT;@sj?Vjc}wsJJ#EA*EO`pc)ys1Ln|J#n znsuvMKn-H(Pf}v9#}bKXU|-%`dvnj9-FiN(EuKTU8hW)|!xzD<8_|m9O$_!}L|GB$ zQ21kjF*K;(3}PK4W(n@eu};>2+3N;^xz~;{f%QjS_EhMSp>hp=12(HrxYseI+aw

        EnKci=O*l6M< zb93gN2RHNi_Wl7AmjL?(HhJH-cTv!eAGI*Z^GbuTli z;2(D4Fkd!Q{ru;$>rvVDiu=QDmF%Q?k>mcUOo}QlVelCM3k#TEtO1{}Yj8!5bJ%d; z4!V(GAG9`>@cx+VOoJ|6Ccn||z~>YO&r~bAUE(q4H-AdrBd_yZZsOyNc!>Zjtcey= K&N+hJJ@5^G%4X#N literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/integer95c2doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/integer95c2doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6ff8b6fbfa931f1c6fe69c44c933a1609fbd3adf GIT binary patch literal 374 zcmah^u?~VT5Iqn?<6z?AH@MJ1VvLN&h25Qy(f|px1ZpCFnu8zW&*-%jLtMP3ch{Hq z?p+@d|_>xLy(11?YuF-aZkfcP>p$J zOZ=k>OPx0c_BPBkHth_civfnI)5x;}`ZpPHAP xpOTrEuFt@pnOBmUo?67f4`rAerWln}7Ni1=K>$VuMxgNwV3HXj{2vHlJOF?uA3Xp7 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/intelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/intelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..7f4354dcabbabc5263bc576c30fa4a77074079d9 GIT binary patch literal 123 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP tpOTrEuFt@nnODNV4J0g5lZ{I%3sQmF5rC0_5ojy}m}Eu>{|5pX4*(Z&93%h$ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/language02eedoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/language02eedoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6b2206563ad7516cdc7e224f102b4a19cbb4b069 GIT binary patch literal 380 zcmah^u?oU45WUn^D=vbA-{8_nC(%t@3Xbk2q#-S|NwFzmjmH?QiFiZDI%2a>qYXPx7%ji;-jb?S!@LW`^iR?otuCqeP=*X1pm=p)i zyGp1QcKP&L zt%^T2LCkq#VDG`mV&B~W*h0X^N>D&P?*Ka=0vKDwreT_48{C7*m&PzcyoUc~zzZXH BUQYl3 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/languagea8detype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/languagea8detype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..cf2ccd693c699f6caa392d529d15a7e8c7b4172d GIT binary patch literal 454 zcmah_yH3L}6g^Hunubui@eMG<0}EnA3`Al=>RefkNh0N8IRQ~Vje!s0XW%$#vVg?3 ze0{Ia!;i1`k572G0GKzpEc)KuO4;oTU8^p6tE;Y6CTVRhT_JU|Z?m$=CBjNI`HRXm z;@w@ko4YG=XWis8m`vK_aZ+CY&n;_H&4QGTyJ?vraEGS%@C&P-5xGt^hwW2}&2$xY zlj;6oG`uu}|1k5q-tq+qjn$pDuNs1H2LdeMeKT15IALZ8_b=QhxVw|&E9M$V_{Q)C#W5fUe literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/languageelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/languageelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..716bc1a4bc09a4972fa2a06dc270f0c57fc7107b GIT binary patch literal 133 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP ypOTrEuFt@clbDxYnwXx-AOK?}TBM|wR2HNH4MG4$21cL-3}BKOA^aZ*U_1cr6Ch6j literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/long0d92doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/long0d92doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..354aae0c69e12d51c7be78184f80c4578a7c4f9f GIT binary patch literal 356 zcmah^I}Uw0X+J;fAnnPn!VEUA?i!3W08&-)tm2t&vlPaN;LS<~PRkqXOEK^m( z@;|?jru-QS5rBDK*Ji_cr_pKRK2CbP)8pWks0b5^!EqJTbmx@1MY0YOEiB;CS@# z_=ibD_aJ%V3n>6FAy5xt# zEJ{&{@wE{zZ@*tQ3qZYV4zfE==WX1fI&9#v_$C9p%fnI)5x;}`ZpPHAP upOTrEuFt@dlb@H)zyl(Uk}Ql$DhpD91|R?<10&F21~AEt5dIGYFdhJ93mm%u literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/name8b01doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/name8b01doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..81ae9c99a10fe5c79f78b1b3bd0a9fc477fad301 GIT binary patch literal 350 zcmah^y$*sf5IzvpL=#7!!KIZ+;%Ho0oZLyp3M8~8f{FNO4nBx4qjwbyPTnQ=^X2>Q zYoE9K16-H`U>(CG-bAs`&AurmFmq1XRTY&HC99H5Dp4`JNS&Btu2Z%XN^VVZQBv2i z`p?f*S^S711YnWXb-Cue^XNSB9w$HE`El^b5vCfe2v0#x@0`&V9+tt;Bo@HWU^tX7 t44hpUSgb#_fNc(V*c}u&-`&T_10RMKv8BC6Y{Fd_^)$pF4e>t=cmwZuQds~1 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/namea8f1type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/namea8f1type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..129098490f8748bfec3602dabdff0644441f1919 GIT binary patch literal 434 zcmah_u};G<6g;OPO+zSb{6VEIvDgqJV!#Un5_4rWZWF0VtT;lHPh;Ri_!&4mZ5NPu zmY>hQyXR+ry?=Zn!ZpBrg=IAi_D)K-u1up{@z(5Ir)|;oTj_x`?Yb-Lb}JD->Bb;k z-K$kV3u;dKqd%CBo+9Yv|GK)dyC7BszO%YS;xAGUh^yXgkolc%_b<;1dCNxh?dE3K zTZ2fIh#yZHH}vclsqKw3{i}iCJAnifMBfbJ7-!53;s1c=WT!}jZX}q4Ho*+pALqWN qpvy!rm0J%0 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nameelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nameelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..3cb33dde8f5b33d08a16a90e9b527869df09c76c GIT binary patch literal 125 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP vpOTrEuFt^YmzbN%z>^0g6D`sVODYRefd(J|BLgGQUBg1&5@WQ5=7X(ZJ(>#-;$?J_wjyqvf%!b% zo0mLq_Xqee0l+$dVX}%7rm9_K1kCjLM6NO~G&7{&sgSH7ZV`&>L#9q-yWTP>Hkx0g zP$fkF6`3^ok1R$ArfFH4C8e!T>x&nu^`xyQg?Ap5Rr- literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/ncnameelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/ncnameelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..ea7950111cc36e9a79dee9f677f0259ebd407777 GIT binary patch literal 129 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt^c=j@l5o65kKmz)Qr)65giN-7IdfrcOeBLgGQa0W2Rj1c}01TY=|2^k(4 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/ncnamef7a6type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/ncnamef7a6type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..c42e30f71a8f0154e0f88605739d070099dad692 GIT binary patch literal 444 zcmah_%T9wp6g@+cQmp9CU(gN2jV3PDMQ77R6W7fIriG*o1c-v6}nPg@?Pz_S~W@CZc__VZL&Hq%{E1_d|s+b zBU(Sn^@wk%J9&;7L%`9OjLN(Jm1WiJM!6)k6P7swdz^fMU$lDT4p(OXx{`=ZW;oF1 zLEZQJM#Gai{KZMt^)2T{*tELS?VE<+9|KcN;Qg?OeVnngguM;!BOo6RI!CY%+5j^| tf9%^#L6O+SaZ5VVwdxqzaSrx7hE&MnB$UPlhGZ!_W@&}UNZmy literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/negativeinteger631dtype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/negativeinteger631dtype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6e827b99642ee420e538052b2de6b0d67442d2ea GIT binary patch literal 542 zcmah_%}#?r5dJ_)DXpT`q|e|%kZ3&gWEv0d#e<3GhQLZU;V;Xku|ApyAEYm%vuyEz zCeDV*?Dv;h_U|8`u(1HBU*K}1RI`ktHr?gkr1Ys>WSatn7}m9kXqBXg!)qjOx!iK2%y=rwq<}^L z4{&h=`-_TZ2P5iwxFwEoV#n}0ogt`qS{D=ef8aXPB9|_kj`5E%B@`BYhnkVwquJ#A j=8uW@iMMEr5l+Y-(9P?nQ$i;=!wlygZzAUiR`y2E7_syITv70Now}#8Xn0h)O`Op(YFrgi7V{)$sk@_TB=RE- zn4l@Gw>&eOJ8xS6 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/negativeintegerelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/negativeintegerelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..9d717ace2824da82c54d5466ead6502bb78c19f3 GIT binary patch literal 147 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt@qmzthfl3AAOnOBmUo?65p4im_P2$&fgrj%3`qymja07eEzpmhvjk{KcV I9|&MP0JN$l(*OVf literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtoken5d0etype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtoken5d0etype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..504082f645b33735b2959322c3d027eda8ba6602 GIT binary patch literal 449 zcmah_%SyvQ6g^2}lBTtF=Qnhdh~UPhC^(1}q^?V7#wOTIhDi|Xr@8P${26;DX}VG9 z9p=uxa~|{f`TY8Zi*tba470px^mUTdt6Y|89e6Ozm_II_ z9`5ECEpNoKZ)Rj3RJ}`U(JSMgdU>2$lzP+i1#5fDB7<*F6u0nlBVQ5OE>+u?XMw3I zo9a!ftL#EHTP@*=4Bq{LRyT&1N2ragrFoZd_-w$(0PZh?wTBaChGV~k`$PkTEw2NZ yTdt2GqJQ?Sr$dzum!s1M7+Fh)b01@>L)M+oU;LDKMBL#RVuCTI>;`-Fq+56A=w9Oh literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtoken80fedoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtoken80fedoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..4c3af7f67bfba9a0e8b5df1fd9052f085101b9e3 GIT binary patch literal 365 zcmcarwQC;(6N5Md1CZok;Es3lj8Dv~45=(gWiZSyO4qB%%_+`LEYK@X&PdHoEY<^a zQuC7YQ!?|?_56H8{JmZMT=J7kb5rw57_10u$;>UtLD%OA6l2iLC@Cqh($|OC1hW}v zq&~=2eVDEK4D3*Q8Tj*ZOY*Z*^Gs6=QcFN?7J>>`7^J19fnI)5x;}`ZpPHAP zpOTrEuFt^k=Nsbh?dr$CpO;&bpPia#nqrVzQdy7+GzI|}85n`aGk{5Egz$eLfbjrT C8XlcVf(MT>|aE@cFZID(J$P})peoTeoS;`nJU{1AUe@9k@& z;0?LCk8@6L^7a1l2^&WM`9mD%#?+T#sFPfju@2tKwXWhis8kkm5DJ-8X(6)^?&9w0 z{`PwD2!DAMEr;xcumi8xX+(N%FksLA#};M19taU7JZX_)#Fs{MIJpulc$~#@^ZXED zCQDPj2&pfU^Of1u0(O+bxnbOtafLJ@6AIR8%hN{Di{REuXrW$3i|U4iMIQrf(XzkE zD0Z+-zBQZc7-0;z!S!`C*byf1{;0F2MJzU(R?8n_N>y02JM)R{QrznN?(b0Fqdw1I TVVC%Olua;$kNr-Aj|1QbIbUeQ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtokense66fdoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nmtokense66fdoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..ed8d5b972b012f127ee9ea20d16b48fbff647945 GIT binary patch literal 370 zcmcarwQC;(6N5Md1CZok;Es3lj8Dv~45=(gWiZMwO4qB%%_+`LEYK@X&PdHoEY<^a zQuC7YQ!?|?_56H8{JmZMf?e{HOLJ56N*JsO>&eV5$idL)2^3_|%qS@-u+rCu*#)y3 zXr?~MUVWIo`V1T}n;8W1a!c~FQ}c=~l1fnI)5x;}`ZpPHAP zpOTrEuFt^X=Nsbh?dliIAdr_^lAoQLS8S1NnpRR-kP0*i0T>w=ffg`;NoIube;|PI E0J8xfc>n+a literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonnegativeinteger8a02type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonnegativeinteger8a02type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..eef347a54132f70e6a106a053ff82b1a6ed76ab9 GIT binary patch literal 553 zcmah_!AiqG5PgX;jcK)7LBT)pk`(Ddgn|?g?xhF8a|y|qEF_zdgkt?P4}OS0qqEu6 zO9Rf5W#+wkFEji7@%aTC*8ty_xXs$OdI-ZN&Zvl*;JwJ3GOB{IPD7o9q~bD>Dh)AH zrCL)OwQ@^BwUkngtIbMm2Ji*z|Gf6zo$=l;SRcAA|5wSP$_J!^VZD(|;OddY6P&E3 zH~6}W)b8~~;D!fP{Q}Y~a39U@+FeDkMFQtpE5=&U)3D~op=oP=19(+U4b@vRT?xgq zh;mr`l)y2LVE=G%?r_zGvtW*KxER6f`V7H$*X!a0{s68$EmrBU`565OV@6@|*T;m_ n9_PmAkUwSKXWrr|9GtO!%9Yn=7XSSm6I^t>v7BMLdIWv}qUeFY literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonnegativeinteger9012doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonnegativeinteger9012doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..9df7afe7ad3632fe016ace51f70eaa8809d12794 GIT binary patch literal 440 zcmah_y$ZrG5WduZ+*|~~2XJY$lZun*(4~{Rgf_GVlaw}!`e+V5h%cj;*osilgxt?} zcVE8balPHafgu3e9`yHXf6wG)cgZ-cR35u$aVQka+#*c4V1;WFE<+WiGIj$c10FM- zp13bHk9odP;Zbm@Vf%kN71`kjg^y*JBwA-nN~`-TJ;+Xt7FubcFpxDhFhWe03e&g3 zIh%Ugyl-5uEv7RsQlTvmf;t_36E0%*6Bot~G%WTVm4I~wn&=4*kWb#is0l4-Tf~}@ U&2$^wfzH>A>FDAy{qGKV0rGKnbN~PV literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonnegativeintegerelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonnegativeintegerelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..d1a97aa7ab359f08fc879a67c28c76174c080818 GIT binary patch literal 153 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFoKpm!IdCnx0saS(fUVSCX2ZTErj)6w8B(WkSR(5)F(>DhpD9h9dwY10&E< O1~AEt5dIGYFdhH{(kM&- literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonpositiveintegerccbetype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonpositiveintegerccbetype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..225e1bb08297dd92eeb986bfd1eeaf77b692c351 GIT binary patch literal 553 zcmah_!AiqG5PgYh8`EmFf`WhGCGpUcAV~3GE+T^G5|c4mNH$?N6zivX@I(9=oz13R z8gP~@Gw;oNnc44;&o8*R0Qf$`RnfN1O%&<0peoVfdsXT>X~J6Nkx3$wX`Km~M_9;O zKGj;ZVneZPDJO;V^(tNu;7iv3dF{MA42G53f-4 zhQL&b+`c@=xa2{begR<@NYhtpw++FKGk6b1F*S;whI4HlbgTFc;5UjisSVk#j8ai0 zB^-WAV1xs>KOCHUTy^0snPVJdOyGBYmf*YV9peze0B$@TR+(`5Sp5W3M&a<+$BflJ m=hkPRKVm*$-r*@mIA;BvE5FYi{`(1LIPG|AxxjpN2mAs*Sc38Z literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonpositiveintegerd2cedoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonpositiveintegerd2cedoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6bae9570d7f1db9cfb4feed5b34b8dc8abd59735 GIT binary patch literal 440 zcmah_y$ZrG5Wd#>hntHa_y8^qIEs_#&_x{FrKU#>*d(-3)JJphL3|m##8!lYCggs; zyZiDbkL&FYJ`4cJcA>YON84ClHW!UBQ+XPmvqPa`9Tt3#SzLrJLCIAjWE!rNT&qGD zal%L%Ofg?5e#}rBSpJ_DnLhlWh^P$Xy)k;qSapA;huE3b!YVBc`m&}5hJ@)-p?E9g ze22!qZ&a@(6OM`EuH0YM>FAqid3HZ(QS3v*Vc$^+IOjn?-lGBUlQ$^}pb0I9I8(CO SZj1ZS{+h8J9XhuE-2pFlv3OVj literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonpositiveintegerelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/nonpositiveintegerelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..523e9163be24a40b31cab9306d754e3b07ae1d10 GIT binary patch literal 153 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFoKpm!B7qUz}NzS(fUVSCX2ZTErj)6f1y=WkSS~lao?QDhpD9h9dwY10&E< O1~AEt5dIGYFdhIlk0~Ai literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/normalizedstring226etype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/normalizedstring226etype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..97de2141b2e7c431e78ee9e8d0886259b80b8509 GIT binary patch literal 494 zcmah_%TB{E5S*BhrlFJ`D#0&siKQGkzzuQ07Y-oKRn(X!QXZBaA=*#lz=!ZNu(nB& z2vW!LdOf={TKjYN{sD$_fZ_s|W#6l7&ds`%O>WY+rZ!!!(oS!)j*?BGI{`dyw CfOM?@ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/normalizedstring6c7edoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/normalizedstring6c7edoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..7023645c5015c2e3d206880049ee439008b4e52a GIT binary patch literal 428 zcmah_y$*sf5Izw6i3^)1K7k8O7&LKI7Zw-Y4Ji$f(3U_=ghzAmL3|m#R#8J@yr%c_ z-A}*kt+`ymh6w=b5sZ)P@ED2uP!|kVvP}Fl&np=fennHpqslh{6I8~TNc^2Fd6Z`j zi}$KTU@Pf~GofJfzc=GW{&PTxNtmZf6)Qs8w_7ean`j=SfnI)5x;}`ZpPHAP zpOTrEuFoKlmtT~dn3GwRni5=61QcSBK!_BBMU0HhQcEfeQh^2|03!n<&_V_<$&3*G I4+JnC05^>$>;M1& literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/notation4718doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/notation4718doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1bff0f7ac24d380383b9b0a06a80b1732d72e080 GIT binary patch literal 370 zcmah^%?g4*5FSlS=n{138M?R?K~krpix<6k579*h-Id%Rd$bNcNH0^fn;SxhW?+6k zzHh$W=k5Lg6J`Kd9T=Yu{wZc{)YcSM{G7Shs%&^%yG@eQDsEi0P?qqtV3`|)(LVCS z;K-9pMVWxze@#)<<&V%u5aziM^_CFrrM>Yck-kLx5^%ILOc)ojC^)0(!V~h{Q;n=Q zOE2Y#0`Y?whRhcR&L#{L)}J~+H3KZ{1`3StZsTNu4MT;f(p{5miJLI$X(U5xB>%&J EH{V8Bo&W#< literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/notationed08type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/notationed08type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..cb68a3b2dc92d77c2ce4561f84844017a210e7d4 GIT binary patch literal 451 zcmah^%TB{E5S+LnO+ul)^&8-jAaOz5KpgNT6{tN|R%4n-O>D&$qI?<$K7^lvbzT>c z*p=72voq`U*ZapO7?uFV1uhC}^=+D(T_G!BlDFz$l+cN4_Nhx!S?^R{*83D;wp!n< z`6@%Sz31DfOjHt=L>xuKkaof#Oh(!D|J<_Dhf%<(aBG%10{0?+fL}E71+l9{ecU{A zENW$iEmbY^s~daN5{&2YA4i_C4Xuw*H`2)FRl=i>0~2!gO-8wo6N;TNhaE{O+GoKc>D%9^o7_%qg4n>i+%#r!!yh literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/notationelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/notationelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..fb20cf17b49d41bf40ac5e18c6ef4c3536ed6ea0 GIT binary patch literal 133 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt^X=O5x2;_2_lAdr_|l30?NpO>0qU{O+8kP0*i0T>w=ffg`;NoIube;|PI E0I>KUZU6uP literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/offsetattribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/offsetattribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..d0a53c6fd8c0f7123bbb6990ed8650883254fdae GIT binary patch literal 116 zcmcarwQC;(6N5Md0|N^XYG#y_6jFRpjOr=O-5E6xGrE7AETHy{kd-$Y`Mt&TU~XWwtklutfrl>53EV~rEGHllw}>02Ps9F zTqT3>zoo3(>em+`2b)65HYCI(nPhyDs8nK73D{icf=7j*eagAOHdL}?w-2PMz8(aO z1_{M-iqpJ36vp2wSZcfxxSzmObFSvq-3;bnBmad_YZ#+(z(GA&I7hg!L@(k4XLDel literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positiona4b1attrtypetype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positiona4b1attrtypetype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..a4924c046db59bdf6433ab5fa9a87748ce6396e5 GIT binary patch literal 362 zcmah^OA5j;6nw3pRy{zyf|~??AmT=M-MMftX$@_lZ9*EsdNdav#LMVQX+Ut{goI?? zOy<4U{qY1JA^aBV@HV zMvLTXIPCtLM5&5jXN)Y&a%0q%QkUk^@l$G(sY|91sxBKMrZsC)DK+-Q3{MuDwXp+C zorJBDIl~q$+g3u?IL>Y1+4V-?-G^Swg)MJueHg$H`7d-@$2d&@0qViS-64cAdJ!KP CuVonk literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positionattribute.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positionattribute.xsb new file mode 100644 index 0000000000000000000000000000000000000000..0511afb372fc9699d7cd4270e7ad44784b8a9743 GIT binary patch literal 118 zcmcarwQC;(6N5Md0|N^XYG#y_6jFRpjOr=O-5E*dd#hE3U`FRZDiA6<;mC5<}ML?OvlGG$43)7Oyf>Z`ZpvlZYj0FAz0Rsa7 DiGCv_ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positiveintegera5d9type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positiveintegera5d9type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..e62fd26a063c03c3f315b8b0f5a8279941ceade2 GIT binary patch literal 541 zcmah_%}T>S5dJpCG)=2fEA$z>Bo_2wPf|R%HxWFSkgUl*{t+gGg3-6HDY<=`ZO(80 hg!q7XMq9WzC4Wdazn{(s9pfBRT=cw+oFQD@13Tfue8~U+ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positiveintegerd9c9doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/positiveintegerd9c9doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..589c80ca9a3d7ab11d3f6a9099cfa863836fbc6d GIT binary patch literal 422 zcmah_y$ZrG5Wdv(N-c;NazEew ztz70iYhkWVcFosj9Y>5y12@k1xfc)TxO}z86JW#y${=>rARV-snfnI)5x;}`ZpPHAP zpOTrEuFt?4NG;Gzqa36x#WbmsoC{VFyKtGPw2&D&?3v&@m0Sdu zHLU*&3ZctiRfGsE^19X=N;{X%6%SJ5NIORgzV(FZNuo6iS3zywIgSbu5(+Z^z)J1B6zyN{CxJ`62lOMA_*4er9Ir!fqpG5ik$-XJnl$N&HU literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/qnamea350type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/qnamea350type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..a1c4bba5a22411868de428ba4a55e0fca3c99246 GIT binary patch literal 439 zcmah^K~BRk5S*lGnuHd(@dU&rsf4(2L>%x12_(){)R-nxlNdWfl&5j%L;4vQ$4M_B zu`Ao-*_rkF@cFfej|+hNIj+jCQ@2@W)}^d-lYZ1&)8;B|^(M0*lg+vgX6d^!Cw}I^ptvVO6WGQwt(HT~#2oZ;5*ZrIxQq>@9D0FV6ytw}!*y z*Eh>6Os6?ABBiB~`dz}~XMqXR|7H*em~waFTOJ{1hfnI)5x;}`ZpPHAP xpOTrEuFt?4=$DwA%D`Kg2c!~>O$|ya3sQkbAOIr+BhY9DFv*M%{tpB&9ssOE9XtR4 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/root27f8attrtype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/root27f8attrtype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..b297f86fc5ec208abaa02a64ca6108423df65d1a GIT binary patch literal 276 zcmaivO$x#=5QSf?KlN`R2wuQ-QRxNhu3Ilq(i&=^O-d3)#gn=4AYMi%5f`ouOqe%s zKA88s-XG{-0nk6hTq|Yc4d>iiZ7;2Gg>kk`vs|fKaEYl~adwp-tw5}F8J(NjDBeb< zIEaRu$O|D0wXb9u?FdM|z|tus|Ea2J>t8gbiN{@okvq!J8L~v!YGH&v2?VR#nz8^4 e0VQHDdcN~|Icq0oebdz?s+1<*=PxIgp@z3aN zOHsM#G_#p~nfK;pwjbNKcPPO*0G%h$oZOElOm3bx35P)GrN53NqgdjbS;%8%{OrQz zOwEN{`eUW+owZs_Q_G?EH$lWn^qVyz1Wq*xb#E3uMq<_tzX+{O`aw|4Equ_3zkZbXKUcFf=F&1Nltf}n)3?&xw*IZ#+OgK(q}6KWudaOOq1)+P z1}~2fPuX5t!$utu+s;WFXH4RhV`}&ut-`r5mX?(Y6Qbc-ut;okTdv*ULaVqzY!}Lg zTqBRT^KQ_F%p%hq6U_}FC?v825n8=#DHNo#nCq&=k6yC!%A%CxQnMr^w}aqtOG7ww z#Op3&#WQ42Q5n1a=HUT-pA^{-Q>I&ms$)to%PJfZQi2+t}U<_AqSBTVWr8p_5(md~~lAW&S&gZJ%D6)x5jm;H|y>kLL zeP2FiD=p&Xy(WkjFv)bu6s8(o^ifYr+xGw-TtaQEe; zAdgg1&(0`?7Sx`w_Qc@^jYWMHvTu%(-vsLfhg_GPXamZdE*rw!>$(WE8+HCmTZqC) SMq!OZAHgIH=d>cY9FE^Qc!`++ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/short4950type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/short4950type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..4792eab56983baf589eb7e382d7e302ded32a330 GIT binary patch literal 513 zcmah_%TB{E5S*k*nxrjn#3vvQG!?G`;)FPmD~NLyC8mkgJmf?b<PqL<1!%s!q&>gm-*;GQGHjtA0~h6Vs#ZByR-2k)joHDU2x-X;CH% zSbP|uj~?t#2C)N|S%DjJtivPkYn>sOwbny`@Q=FcY0;&^=4bqU3|NK5^&LaHePYw+ mH$NgDlD9aMgAMvOxpOtzBJwrbCLdr2L+lduSXZ&fMa>tHk!h9y literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/shorta940doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/shorta940doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..b4ca5918d4d87c3ccd0e5225b568381a43556ce6 GIT binary patch literal 362 zcmah^I}U#l3uv_wk1t-_rIGT1{avOTC6RU_3n|H&1 x(J|;g@nCJjh_Uag2RIpEVKz`;e0m!z3v3uO!l9o=Y{E^Ld})X=#Yg-%171q&R|fz9 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/shortelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/shortelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..eebc482fe7ebfba627a790cc472f5cfa7538f49d GIT binary patch literal 127 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP vpOTrEuFt?)oRMEt!oUlrOe{?eN-7Idfkq$zBLgGQXa+FJj1c}01TY=|!touE literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/string92a7doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/string92a7doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..42197c8a392494364e51c02fba79a67ff528c165 GIT binary patch literal 368 zcmah^OAdlC5S=2R#>B*xXK+J}F(J4#ZdmJ{5U4-`l+c=pM|0spyo^p;Fvg8-I-i&K z=1rfs`vWXk0$`lNEZT=rTz99gVX)?H=3T2&@VN0rlCvrno^Dv3@U*Bi?fnI)5x;}`ZpPHAP vpOTrEuFt?$Tv7yNFz`X>G!sknlFEWqpdkpr$iN6RoB>QSBZU700gML#EUzA! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/stringf497type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/stringf497type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..6ecb924fa79832e26e6c3b2f6e5452cbef010cc6 GIT binary patch literal 432 zcmah^K~BRk5S+LnO+zV1z5th4NJt2dhy%WYI9E~QHj$ddvLi%!8V4T2XJ8yBTtH%1 zUXOQYcGsV8?;j920~k+nQT4sKmC|i0-4rf=ZT7A!Oy1d@^g!x%)0K6*lSo`|36QPt z)Oy6{ph2iNudn_lPU2w_$kE9-bc+R$+tH(t~-D!rO!j7PO+7AB}na*=vxRW($dByBho z3ikgMIWLPJS%461GNsA`A%oB0ix-LZB!ee`Y3B;d+PJgpE>`-zt8VubKTaey5Pl28 w()q@~*@lV1##0ZNW`Tp<#=64ME09hng<^TWy literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/structef7btype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/structef7btype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..df9cd184ece850d841dea3781ef0775b3d517234 GIT binary patch literal 448 zcmah^%TB{E5FEQ9Eh+TMFVIV@o{)O1IMi1j=PD#_6RCM9F%sp|df-F&8Q67fE+8?M z*Q@o+?(FCL`2!L+0L2BCrM2B!sUa^-oek+*eH_}XOWXdSI8mm_+oEa?3h|@uUvrE3 zZliZub9y>;2De1~5rrnMLlCB3w)&r0)!ot4HKlB^DiHHLeUGT@%^r!L{`{b^7@Q-s zzk9K4M(P65mRW+91H}pC7lHB!7ZgWK=#hvq#mwfnI)5x;}`ZpPHAP xpOTrEuFt?0TvAk;T*AOt45m}l%#%tg3sQlGAOIr+BhYXLFv*M%{tpB&9soVI9`67E literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/structmodelgroup.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/structmodelgroup.xsb new file mode 100644 index 0000000000000000000000000000000000000000..2d14e09a71906752a7c497438fb8c583aa2342bc GIT binary patch literal 364 zcma)&zfQw25XLVQB2gZI)p946IFv1Fv#^2~y099@q>+-d>px21(HM9TUIwm?DkLWE zmeVJH_x*fd?;oFV2G;bD>4F;I{F@5k2Wj1Q7XSbN literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/timea4a3doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/timea4a3doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..a9ea259db2c1996785e27424ae3396e613990648 GIT binary patch literal 356 zcmah^OA5j;5S`ZeL&2qIaFc)vqDyhpy?Y5Uv<36QMz9{ug$MC6Iuotv${8}B$D4VR z`{jCr6vhA;`!Lw8vz@f{w)PshJLdds4waLhSE|rPRy;P^Dz`6f&bOt}8>dc2+W?FI z{L=Wt&rpT{Oo|ZvN{B|I(Zqd%^hBd4fCW^9Aw@M^&H~*zqE61`Z0}SA7@dVbB1_00 uXjrGvir9Dc24YHpVNP%$`Sfk97_^}ikr>|Fh)sA3-LDy9^zae?#egT)hg4Mn literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/timec293type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/timec293type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..28ea964fbfbbaec523a2f93fd3e806ee8b39f9b1 GIT binary patch literal 434 zcmah^K~BRk5S*kYO+$d*`U4~`u>>bLA`bY9%DIXX(?n_#%drsUX&iV6pMi0b_5u>S z@_M{Gv%CI!|M*0R6~MT}Rpp$yld>-=-Q<1t*6jK&H(6)5(gUg6qATlmDt7R`{yTx)Q>N&Z*Sb* zXoRYScsz1?XSpq6V|B0Xt46?o0yBE}O(PaKVe}?gV;&LahzH)7XB@Z@7D)cc`fnI)5x;}`ZpPHAP upOTrEuFt?yl9`*zzyl(ajVz5zDhpD91|R?<10&F21~AEt5dIGYFdhJ9d>p(0 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/token528dtype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/token528dtype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f04bc171c7d793bf924daeca7ab4cafc48afbc61 GIT binary patch literal 439 zcmah^%TB{E5S+Manxqf7@d>Dx7$H?c91#b6MR2a7#xzlz#Ih|!`7{oE2tNaByXgfa z*0Mc2JF{MYy?=ay;R2xZ9Lw5Tb<4Tg)Uqv2@z(B5U#g=z2NB$P1~&;5L~$u@+;?AU8>-kQ!A4Mz=E8$`8J!ue=*oo5=keaW z$^CM@K?q|2jC~j+%XN~Pb9{Chlsy#kRF$<&ovgF1uF_g^qfKV>ohf8&_u8y%cC57V zF#j*uRj&M1tr3CA)_b>5s&Q#taiAhc)i^2;o;+d5X&TLQPrHt|-9)oIw;3aXcf)_t x3FtoXU>!n>vG3{)a0;M}IY2@1=>=A85YSfnI)5x;}`ZpPHAP vpOTrEuFt?)lAoQL$G{7wOpPp3N-7Idfkq$zBLgGQXa+FJj1c}01TY=|#s3|o literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedbytebe73doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedbytebe73doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..040d94f49ab088632706c4544a263e8273d9fb01 GIT binary patch literal 404 zcmah_OA5j;5S`Z654se31~(N|z5HF*X*h&_H6EdGS zzn463_XoHT0HB`1JdKky6WzY6IYjbOkZW~rWLA@gop_Zs!~|S0nU|s<2ho&;;Cb9B zzLTu2xKObD-&a=k`Db&230R$!syCDlI|mLpm+Jj=*iT{6S`1)0L`USqSrjV$j=)Bb zd>!VJnZ&}Tk3XQr(dUJNz6&FR*b@Xo&y- literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedbyteec63type.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedbyteec63type.xsb new file mode 100644 index 0000000000000000000000000000000000000000..4e2047555b561f2cc7a5bf513b0a039586370ea7 GIT binary patch literal 538 zcmah_%T9w(6dWFsBcvLf9P`2}t5>jyNm~VYj?)!QOH$>YP7t<*8AnO6TeHLyU+*fnI)5x;}`ZpPHAP zpOTrEuFt?znpd2eo|l^9R9TYBAOhnh0ePv(X2vCz1*t#-5rC0_5oi$um}Eu>{|5pX F4*-R*BcK2P literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedinta6bedoctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedinta6bedoctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..519720f36716bddf12c7b63cc7ba49bef0f1e679 GIT binary patch literal 398 zcmah^y$*sf5Izw638RTVgG)Q<;NW0f*mWkgR3L$tNJ+#;bMQfY8NF6e1{1I8{e1cE zzPrcub_W;c0O%(WMB6Z8ve`GKfTcPoajQ!%rWnYhPev^i}kY>u)zTjqk|33r}i=Pz=xqltZSzkw!vK(^?D3rjNkCz G40r)qo@ST; literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedintelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedintelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..ab7e107685a011d0ca2cc922b1f3b8679d53167e GIT binary patch literal 139 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt?-npd2eo|l^9nODLf4C7?xm82ymr+4 z;w5u)=AH)^J~!_lFmVpBpWz~_>*Ch;t2h&RRC#atvRXxjw<=R#17E0kl}MHPa9>m< zQzep6)fmnn!ukH-l8ztuF0F~$C3v$v|MY*k%!}o|C*)mkEfe(g+rvj#St%B9^es~B z*>i}|ZYQbgMHGvAT?m+A0_#ajT`eUgQc=RVf-@NhlVEx?4zAmnsxJAlu!~YuqI?yt zBN4I8qa_UfGoX(S%r6$Pg)X}WcjP!nkG$RJT7tdN_HY2_kGak?=+b5KY5je;oWkJQ t)_`uCxXt;^ACh;-8{Eml5&c8nx(zxevbQsXdz@f^Qz|>0>l*Rg1K;*Qc1r*N literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedlong12e7doctype.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedlong12e7doctype.xsb new file mode 100644 index 0000000000000000000000000000000000000000..1c52127e6db7e1cd2e87f54fbc477b615409dfd0 GIT binary patch literal 404 zcmah_%L;-(6up}EAeVvP(8j5Vgf>C65n9$-L70VxHtI_0Fu$Q$~{` zXX$~*ZAn=JyZ?Q8SrtE<15Cg?Ynp0Hh}x+*;9Mg16Sbd!(`pQ0rlJD*tQU#jhC4o)peb@mrFm#6UQIf@bA&-RGJPOcK3wU=hR=IdWN8Nn6 znLm0M?$(OAsAC6ixyb}{FMx5cyj|suWGOD>c*nX z`Ry>XTofXI5p^~Y%P8?9AX1ao(kMhBTuyrv+~sf&&u1v0Xl#1s#9Z1 zjn1dex6vgFjqi4POq;}Y&u{&ZdWX8koeUf?-{-Aap#hP(-!TivH{t F_yQ$pdJzBs literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedlongelement.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/system/s66C5D0BD10B482BA0E5C0DE1DA2FB5C7/unsignedlongelement.xsb new file mode 100644 index 0000000000000000000000000000000000000000..47367f29760685bdd66ca07101760cbafe9f7034 GIT binary patch literal 141 zcmcarwQC;(6N5Md0|PSy3xj4xNlAf~zJ76XMrv+iv0g=PPH}!>fnI)5x;}`ZpPHAP zpOTrEuFt?znpd2eo|l^9lb@H)AOhp%0C^?`Ddr`W1*t#-5rC0_5oi$um}Eu>{|5pX F4*+4*LCjNMxhCKukYOSs_aIaf2_EiZ znd_|#ij)ft>;H{Onw@`ldzgV~taY|xtbVm-frA+_U^N2LK&FM@M{PB2NH|U69s)6S_W%+6<~}74q6KvtWVrV&w(~{3}RF@jj9Q^q1))8 LiXL97e^NgE(xlPE zkFc4YZ)P&^wfgvki4%b55zf-Ou5Nr^MXAU`HF?h$stl`1DHC4sx;hAgiZ+pd6&ZlA?)bcf&`Rw~5{Jbep` z}b82oX7iyq8x4zUHBrv|s&k%xmm6fnI)5x;}`ZpPHAP zpOTrEuFt?*npd2eo|l>uoRMEt!XOIc7K6Acsg_A4l?AClBN2d+fe~mG1DIq+2>%BH G7!LpgvLwv_ literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Array.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITIES.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ENTITY.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/ID.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREF.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/IDREFS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NCName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKEN.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NMTOKENS.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/NOTATION.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Name.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/QName.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/Struct.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/anyURI.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayCoordinate.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/arrayCoordinate.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/base64Binary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/boolean.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/byte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/date.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/dateTime.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/decimal.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/double.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/duration.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/float.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gMonthDay.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYear.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/gYearMonth.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/hexBinary.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/int.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/integer.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/language.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/long.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/negativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonNegativeInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/nonPositiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/normalizedString.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/positiveInteger.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/short.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/string.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/time.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/token.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedByte.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedInt.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedLong.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fschemas_2Exmlsoap_2Eorg_2Fsoap_2Fencoding_2F/unsignedShort.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaTypeItem.xsb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/resources/schemaorg_apache_xmlbeans/type/http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F06_2Fxmlmime/expectedMediaTypeItem.xsb new file mode 100644 index 0000000000000000000000000000000000000000..f1c445d7cfa16fd40eff8110e97d98504782ea1c GIT binary patch literal 84 zcmcarwQC;(6N5Md0|P6Nb}CNJNX<>mFG`P3EJy^h<12D=l2Q}%iuH;si%U{-^@`2R koK0N}oLmeIoJ=f?oE!~YO`Q!~Tn$|ujoh3}oy{2-0ZXA6J^%m! literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/tempuri/FileServiceStub.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/tempuri/FileServiceStub.java new file mode 100644 index 0000000..50ea457 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/tempuri/FileServiceStub.java @@ -0,0 +1,358 @@ +/** + * FileServiceStub.java This file was auto-generated from WSDL by the Apache + * Axis2 version: 1.0 May 04, 2006 (09:21:04 IST) + */ +package org.tempuri; + + +/* +* FileServiceStub java implementation +*/ +public class FileServiceStub extends org.apache.axis2.client.Stub { + //default axis home being null forces the system to pick up the mars from the axis2 library + public static final java.lang.String AXIS2_HOME = null; + protected static org.apache.axis2.description.AxisOperation[] _operations; + + //hashmaps to keep the fault mapping + private java.util.HashMap faultExeptionNameMap = new java.util.HashMap(); + private java.util.HashMap faultExeptionClassNameMap = new java.util.HashMap(); + private java.util.HashMap faultMessageMap = new java.util.HashMap(); + + /** */ + private java.util.HashMap ns2Modules = new java.util.HashMap(); + private javax.xml.namespace.QName[] opNameArray = null; + + public FileServiceStub( + org.apache.axis2.context.ConfigurationContext configurationContext, + java.lang.String targetEndpoint) throws java.lang.Exception { + //To populate AxisService + populateAxisService(); + populateFaults(); + + //////////////////////////////////////////////////////////////////////// + org.apache.axis2.engine.AxisConfiguration axisConfiguration = configurationContext.getAxisConfiguration(); + java.util.Collection modules = axisConfiguration.getModules().values(); + + for (java.util.Iterator iterator = modules.iterator(); + iterator.hasNext(); iterator.next()) { + org.apache.axis2.description.AxisModule axisModule = (org.apache.axis2.description.AxisModule) iterator.next(); + java.lang.String[] namespaces = axisModule.getSupportedPolicyNamespaces(); + + if (namespaces != null) { + for (int i = 0; i < namespaces.length; i++) { + ns2Modules.put(namespaces[i], axisModule); + } + } + } + + //////////////////////////////////////////////////////////////////////// + _serviceClient = new org.apache.axis2.client.ServiceClient(configurationContext, + _service); + _serviceClient.getOptions().setTo(new org.apache.axis2.addressing.EndpointReference( + targetEndpoint)); + + //Set the soap version + _serviceClient.getOptions().setSoapVersionURI(org.apache.axiom.soap.SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI); + + //////////////////////////////////////////////////////////////////////// + org.apache.axis2.description.AxisOperation axisOperation; + + for (java.util.Iterator iterator = _service.getChildren(); + iterator.hasNext();) { + // Engaging the modules per AxisOperation + axisOperation = (org.apache.axis2.description.AxisOperation) iterator.next(); + engage(axisOperation, configurationContext.getAxisConfiguration()); + } + + /////////////////////////////////////////////////////////////////////// + } + + /** + * Default Constructor + */ + public FileServiceStub() throws java.lang.Exception { + this("http://localhost:8080/FileService"); + } + + /** + * Constructor taking the target endpoint + */ + public FileServiceStub(java.lang.String targetEndpoint) + throws java.lang.Exception { + this(org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem( + AXIS2_HOME, null), targetEndpoint); + } + + private void populateAxisService() { + //creating the Service + _service = new org.apache.axis2.description.AxisService("FileService"); + + /* + * setting the endpont policy + */ + java.lang.String _service_policy_string = "\n \n 32\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "; + org.apache.axis2.description.PolicyInclude servicePolicyInclude = _service.getPolicyInclude(); + servicePolicyInclude.addPolicyElement(org.apache.axis2.description.PolicyInclude.SERVICE_POLICY, + getPolicyFromString(_service_policy_string)); + + //creating the operations + org.apache.axis2.description.AxisOperation __operation; + + _operations = new org.apache.axis2.description.AxisOperation[1]; + + __operation = new org.apache.axis2.description.OutInAxisOperation(); + + __operation.setName(new javax.xml.namespace.QName("", "GetFile")); + + _operations[0] = __operation; + _service.addOperation(__operation); + } + + //populates the faults + private void populateFaults() { + } + + /** + * Auto generated method signature + * + * @param param0 + * + * @see org.tempuri.FileService#GetFile + */ + public org.apache.axiom.om.OMElement GetFile( + org.apache.axiom.om.OMElement param0) throws java.rmi.RemoteException { + try { + org.apache.axis2.client.OperationClient _operationClient = _serviceClient.createClient(_operations[0].getName()); + _operationClient.getOptions().setAction("http://tempuri.org/IFileService/GetFile"); + _operationClient.getOptions().setExceptionToBeThrownOnSOAPFault(true); + + // create SOAP envelope with that payload + org.apache.axiom.soap.SOAPEnvelope env = null; + + //Style is Doc. + env = toEnvelope(getFactory(_operationClient.getOptions() + .getSoapVersionURI()), + param0, + optimizeContent( + new javax.xml.namespace.QName("", "GetFile"))); + + // create message context with that soap envelope + org.apache.axis2.context.MessageContext _messageContext = new org.apache.axis2.context.MessageContext(); + _messageContext.setEnvelope(env); + + // add the message contxt to the operation client + _operationClient.addMessageContext(_messageContext); + + //execute the operation client + _operationClient.execute(true); + + org.apache.axis2.context.MessageContext _returnMessageContext = _operationClient.getMessageContext(org.apache.axis2.wsdl.WSDLConstants.MESSAGE_LABEL_IN_VALUE); + org.apache.axiom.soap.SOAPEnvelope _returnEnv = _returnMessageContext.getEnvelope(); + + java.lang.Object object = fromOM(getElement(_returnEnv, "document"), + org.apache.axiom.om.OMElement.class, + getEnvelopeNamespaces(_returnEnv)); + _messageContext.getTransportOut().getSender().cleanup(_messageContext); + + return (org.apache.axiom.om.OMElement) object; + } catch (org.apache.axis2.AxisFault f) { + org.apache.axiom.om.OMElement faultElt = f.getDetail(); + + if (faultElt != null) { + if (faultExeptionNameMap.containsKey(faultElt.getQName())) { + //make the fault by reflection + try { + java.lang.String exceptionClassName = (java.lang.String) faultExeptionClassNameMap.get(faultElt.getQName()); + java.lang.Class exceptionClass = java.lang.Class.forName(exceptionClassName); + java.rmi.RemoteException ex = (java.rmi.RemoteException) exceptionClass.newInstance(); + + //message class + java.lang.String messageClassName = (java.lang.String) faultMessageMap.get(faultElt.getQName()); + java.lang.Class messageClass = java.lang.Class.forName(messageClassName); + java.lang.Object messageObject = fromOM(faultElt, + messageClass, null); + java.lang.reflect.Method m = exceptionClass.getMethod("setFaultMessage", + new java.lang.Class[] { messageClass }); + m.invoke(ex, new java.lang.Object[] { messageObject }); + + throw ex; + } catch (java.lang.ClassCastException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.ClassNotFoundException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.NoSuchMethodException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.reflect.InvocationTargetException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.IllegalAccessException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } catch (java.lang.InstantiationException e) { + // we cannot intantiate the class - throw the original Axis fault + throw f; + } + } else { + throw f; + } + } else { + throw f; + } + } + } + + /** + * A utility method that copies the namepaces from the SOAPEnvelope + */ + private java.util.Map getEnvelopeNamespaces( + org.apache.axiom.soap.SOAPEnvelope env) { + java.util.Map returnMap = new java.util.HashMap(); + java.util.Iterator namespaceIterator = env.getAllDeclaredNamespaces(); + + while (namespaceIterator.hasNext()) { + org.apache.axiom.om.OMNamespace ns = (org.apache.axiom.om.OMNamespace) namespaceIterator.next(); + returnMap.put(ns.getPrefix(), ns.getName()); + } + + return returnMap; + } + + //////////////////////////////////////////////////////////////////////// + private static org.apache.ws.policy.Policy getPolicyFromString( + java.lang.String policyString) { + org.apache.ws.policy.util.PolicyReader prdr = org.apache.ws.policy.util.PolicyFactory.getPolicyReader(org.apache.ws.policy.util.PolicyFactory.OM_POLICY_READER); + + try { + if ((policyString != null) && !policyString.trim().equals("")) { + return prdr.readPolicy(new java.io.ByteArrayInputStream( + policyString.getBytes())); + } + } catch (Exception e) { + throw new RuntimeException("cannot convert " + policyString + + " to policy", e); + } + + return null; + } + + private static org.apache.ws.policy.Policy merge( + java.lang.String policyString1, java.lang.String policyString2) { + return (org.apache.ws.policy.Policy) getPolicyFromString(policyString1) + .merge(getPolicyFromString( + policyString2)); + } + + private java.util.ArrayList getModules(java.util.List termsList) { + java.util.ArrayList arrayList = new java.util.ArrayList(); + java.util.Iterator iterator = termsList.iterator(); + + org.apache.ws.policy.PrimitiveAssertion pa; + java.lang.String namespace; + org.apache.axis2.description.AxisModule axisModule; + + while (iterator.hasNext()) { + pa = (org.apache.ws.policy.PrimitiveAssertion) iterator.next(); + namespace = pa.getName().getNamespaceURI(); + axisModule = (org.apache.axis2.description.AxisModule) ns2Modules.get(namespace); + + if (axisModule == null) { + // TODO + System.err.println( + "Warning: cannot find a module for process PrimitiveAssertion - " + + pa.getName()); + } + + arrayList.add(axisModule); + } + + return arrayList; + } + + private void engage( + org.apache.axis2.description.AxisDescription axisDescription, + org.apache.axis2.engine.AxisConfiguration axisConfiguration) + throws org.apache.axis2.AxisFault { + org.apache.axis2.description.PolicyInclude policyInclude = axisDescription.getPolicyInclude(); + org.apache.ws.policy.Policy policy = policyInclude.getEffectivePolicy(); + + if (policy == null) { + return; + } + + if (!policy.isNormalized()) { + policy = (org.apache.ws.policy.Policy) policy.normalize(); + } + + org.apache.ws.policy.XorCompositeAssertion xor = (org.apache.ws.policy.XorCompositeAssertion) policy.getTerms() + .get(0); + + if (xor.isEmpty()) { + // TODO + throw new RuntimeException("No policy alternative found"); + } + + org.apache.ws.policy.AndCompositeAssertion anAlternative = (org.apache.ws.policy.AndCompositeAssertion) xor.getTerms() + .get(0); + java.util.List moduleList = getModules(anAlternative.getTerms()); + + if (axisDescription instanceof org.apache.axis2.description.AxisService) { + for (java.util.Iterator iterator = moduleList.iterator(); + iterator.hasNext();) { + ((org.apache.axis2.description.AxisService) axisDescription).engageModule((org.apache.axis2.description.AxisModule) iterator.next(), + axisConfiguration); + } + } else if (axisDescription instanceof org.apache.axis2.description.AxisOperation) { + for (java.util.Iterator iterator = moduleList.iterator(); + iterator.hasNext();) { + ((org.apache.axis2.description.AxisOperation) axisDescription).engageModule((org.apache.axis2.description.AxisModule) iterator.next(), + axisConfiguration); + } + } + } + + private boolean optimizeContent(javax.xml.namespace.QName opName) { + if (opNameArray == null) { + return false; + } + + for (int i = 0; i < opNameArray.length; i++) { + if (opName.equals(opNameArray[i])) { + return true; + } + } + + return false; + } + + //http://localhost:8080/FileService + private org.apache.axiom.om.OMElement fromOM( + org.apache.axiom.om.OMElement param, java.lang.Class type, + java.util.Map extraNamespaces) { + return param; + } + + private org.apache.axiom.om.OMElement toOM( + org.apache.axiom.om.OMElement param) { + return param; + } + + private org.apache.axiom.soap.SOAPEnvelope toEnvelope( + org.apache.axiom.soap.SOAPFactory factory, + org.apache.axiom.om.OMElement param, boolean optimizeContent) { + org.apache.axiom.soap.SOAPEnvelope envelope = factory.getDefaultEnvelope(); + envelope.getBody().addChild(param); + + return envelope; + } + + /** + * get the default envelope + */ + private org.apache.axiom.soap.SOAPEnvelope toEnvelope( + org.apache.axiom.soap.SOAPFactory factory) { + return factory.getDefaultEnvelope(); + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.java new file mode 100644 index 0000000..1e69ae8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ContentTypeAttribute.java @@ -0,0 +1,157 @@ +/* + * An XML attribute type. + * Localname: contentType + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ContentTypeAttribute + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime; + + +/** + * A document containing one contentType(@http://www.w3.org/2004/06/xmlmime) attribute. + * + * This is a complex type. + */ +public interface ContentTypeAttribute extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContentTypeAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("contenttypeed83attrtypetype"); + + /** + * Gets the "contentType" attribute + */ + java.lang.String getContentType(); + + /** + * Gets (as xml) the "contentType" attribute + */ + org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType xgetContentType(); + + /** + * True if has "contentType" attribute + */ + boolean isSetContentType(); + + /** + * Sets the "contentType" attribute + */ + void setContentType(java.lang.String contentType); + + /** + * Sets (as xml) the "contentType" attribute + */ + void xsetContentType(org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType contentType); + + /** + * Unsets the "contentType" attribute + */ + void unsetContentType(); + + /** + * An XML contentType(@http://www.w3.org/2004/06/xmlmime). + * + * This is an atomic type that is a restriction of org.w3.www._2004._06.xmlmime.ContentTypeAttribute$ContentType. + */ + public interface ContentType extends org.apache.xmlbeans.XmlString + { + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContentType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("contenttyped54eattrtype"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType newValue(java.lang.Object obj) { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType) type.newValue( obj ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType newInstance() { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + private Factory() { } // No instance of this class allowed + } + } + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute newInstance() { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.java new file mode 100644 index 0000000..db91484 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeDocument.java @@ -0,0 +1,156 @@ +/* + * An XML document type. + * Localname: expectedMediaType + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime; + + +/** + * A document containing one expectedMediaType(@http://www.w3.org/2004/06/xmlmime) element. + * + * This is a complex type. + */ +public interface ExpectedMediaTypeDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExpectedMediaTypeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("expectedmediatype0e08doctype"); + + /** + * Gets the "expectedMediaType" element + */ + java.util.List getExpectedMediaType(); + + /** + * Gets (as xml) the "expectedMediaType" element + */ + org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType xgetExpectedMediaType(); + + /** + * Sets the "expectedMediaType" element + */ + void setExpectedMediaType(java.util.List expectedMediaType); + + /** + * Sets (as xml) the "expectedMediaType" element + */ + void xsetExpectedMediaType(org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType expectedMediaType); + + /** + * An XML expectedMediaType(@http://www.w3.org/2004/06/xmlmime). + * + * This is a list type whose items are org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem. + */ + public interface ExpectedMediaType extends org.apache.xmlbeans.XmlAnySimpleType + { + java.util.List getListValue(); + java.util.List xgetListValue(); + void setListValue(java.util.List list); + /** @deprecated */ + java.util.List listValue(); + /** @deprecated */ + java.util.List xlistValue(); + /** @deprecated */ + void set(java.util.List list); + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExpectedMediaType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("expectedmediatypec05aelemtype"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType newValue(java.lang.Object obj) { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType) type.newValue( obj ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType newInstance() { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + private Factory() { } // No instance of this class allowed + } + } + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument newInstance() { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.java new file mode 100644 index 0000000..122b889 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/ExpectedMediaTypeItem.java @@ -0,0 +1,99 @@ +/* + * XML Type: expectedMediaTypeItem + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime; + + +/** + * An XML expectedMediaTypeItem(@http://www.w3.org/2004/06/xmlmime). + * + * This is an atomic type that is a restriction of org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem. + */ +public interface ExpectedMediaTypeItem extends org.apache.xmlbeans.XmlString +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ExpectedMediaTypeItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("expectedmediatypeitemd20btype"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem newValue(java.lang.Object obj) { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) type.newValue( obj ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem newInstance() { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ContentTypeAttributeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ContentTypeAttributeImpl.java new file mode 100644 index 0000000..fa15167 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ContentTypeAttributeImpl.java @@ -0,0 +1,136 @@ +/* + * An XML attribute type. + * Localname: contentType + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ContentTypeAttribute + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime.impl; +/** + * A document containing one contentType(@http://www.w3.org/2004/06/xmlmime) attribute. + * + * This is a complex type. + */ +public class ContentTypeAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.w3.www._2004._06.xmlmime.ContentTypeAttribute +{ + + public ContentTypeAttributeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName CONTENTTYPE$0 = + new javax.xml.namespace.QName("http://www.w3.org/2004/06/xmlmime", "contentType"); + + + /** + * Gets the "contentType" attribute + */ + public java.lang.String getContentType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(CONTENTTYPE$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "contentType" attribute + */ + public org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType xgetContentType() + { + synchronized (monitor()) + { + check_orphaned(); + org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType target = null; + target = (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType)get_store().find_attribute_user(CONTENTTYPE$0); + return target; + } + } + + /** + * True if has "contentType" attribute + */ + public boolean isSetContentType() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(CONTENTTYPE$0) != null; + } + } + + /** + * Sets the "contentType" attribute + */ + public void setContentType(java.lang.String contentType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(CONTENTTYPE$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(CONTENTTYPE$0); + } + target.setStringValue(contentType); + } + } + + /** + * Sets (as xml) the "contentType" attribute + */ + public void xsetContentType(org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType contentType) + { + synchronized (monitor()) + { + check_orphaned(); + org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType target = null; + target = (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType)get_store().find_attribute_user(CONTENTTYPE$0); + if (target == null) + { + target = (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType)get_store().add_attribute_user(CONTENTTYPE$0); + } + target.set(contentType); + } + } + + /** + * Unsets the "contentType" attribute + */ + public void unsetContentType() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(CONTENTTYPE$0); + } + } + /** + * An XML contentType(@http://www.w3.org/2004/06/xmlmime). + * + * This is an atomic type that is a restriction of org.w3.www._2004._06.xmlmime.ContentTypeAttribute$ContentType. + */ + public static class ContentTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType + { + + public ContentTypeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected ContentTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeDocumentImpl.java new file mode 100644 index 0000000..062f42c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeDocumentImpl.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: expectedMediaType + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime.impl; +/** + * A document containing one expectedMediaType(@http://www.w3.org/2004/06/xmlmime) element. + * + * This is a complex type. + */ +public class ExpectedMediaTypeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument +{ + + public ExpectedMediaTypeDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName EXPECTEDMEDIATYPE$0 = + new javax.xml.namespace.QName("http://www.w3.org/2004/06/xmlmime", "expectedMediaType"); + + + /** + * Gets the "expectedMediaType" element + */ + public java.util.List getExpectedMediaType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXPECTEDMEDIATYPE$0, 0); + if (target == null) + { + return null; + } + return target.getListValue(); + } + } + + /** + * Gets (as xml) the "expectedMediaType" element + */ + public org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType xgetExpectedMediaType() + { + synchronized (monitor()) + { + check_orphaned(); + org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType target = null; + target = (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)get_store().find_element_user(EXPECTEDMEDIATYPE$0, 0); + return target; + } + } + + /** + * Sets the "expectedMediaType" element + */ + public void setExpectedMediaType(java.util.List expectedMediaType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXPECTEDMEDIATYPE$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EXPECTEDMEDIATYPE$0); + } + target.setListValue(expectedMediaType); + } + } + + /** + * Sets (as xml) the "expectedMediaType" element + */ + public void xsetExpectedMediaType(org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType expectedMediaType) + { + synchronized (monitor()) + { + check_orphaned(); + org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType target = null; + target = (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)get_store().find_element_user(EXPECTEDMEDIATYPE$0, 0); + if (target == null) + { + target = (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)get_store().add_element_user(EXPECTEDMEDIATYPE$0); + } + target.set(expectedMediaType); + } + } + /** + * An XML expectedMediaType(@http://www.w3.org/2004/06/xmlmime). + * + * This is a list type whose items are org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem. + */ + public static class ExpectedMediaTypeImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType + { + + public ExpectedMediaTypeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected ExpectedMediaTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeItemImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeItemImpl.java new file mode 100644 index 0000000..ec53904 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/w3/www/_2004/_06/xmlmime/impl/ExpectedMediaTypeItemImpl.java @@ -0,0 +1,26 @@ +/* + * XML Type: expectedMediaTypeItem + * Namespace: http://www.w3.org/2004/06/xmlmime + * Java type: org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem + * + * Automatically generated - do not modify. + */ +package org.w3.www._2004._06.xmlmime.impl; +/** + * An XML expectedMediaTypeItem(@http://www.w3.org/2004/06/xmlmime). + * + * This is an atomic type that is a restriction of org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem. + */ +public class ExpectedMediaTypeItemImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem +{ + + public ExpectedMediaTypeItemImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected ExpectedMediaTypeItemImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.java new file mode 100644 index 0000000..a2e664b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyTypeDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: anyType + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyTypeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one anyType(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface AnyTypeDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AnyTypeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("anytypeb1cadoctype"); + + /** + * Gets the "anyType" element + */ + org.apache.xmlbeans.XmlObject getAnyType(); + + /** + * Sets the "anyType" element + */ + void setAnyType(org.apache.xmlbeans.XmlObject anyType); + + /** + * Appends and returns a new empty "anyType" element + */ + org.apache.xmlbeans.XmlObject addNewAnyType(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyTypeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyTypeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURI.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURI.java new file mode 100644 index 0000000..4cbe1e3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURI.java @@ -0,0 +1,156 @@ +/* + * XML Type: anyURI + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyURI + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML anyURI(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.AnyURI. + */ +public interface AnyURI extends org.apache.xmlbeans.XmlAnyURI +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AnyURI.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("anyurid9a6type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.AnyURI newInstance() { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyURI parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyURI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.java new file mode 100644 index 0000000..eff9664 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/AnyURIDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: anyURI + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyURIDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one anyURI(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface AnyURIDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AnyURIDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("anyuri77b6doctype"); + + /** + * Gets the "anyURI" element + */ + org.xmlsoap.schemas.soap.encoding.AnyURI getAnyURI(); + + /** + * Sets the "anyURI" element + */ + void setAnyURI(org.xmlsoap.schemas.soap.encoding.AnyURI anyURI); + + /** + * Appends and returns a new empty "anyURI" element + */ + org.xmlsoap.schemas.soap.encoding.AnyURI addNewAnyURI(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.AnyURIDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.AnyURIDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Array.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Array.java new file mode 100644 index 0000000..e11b26f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Array.java @@ -0,0 +1,216 @@ +/* + * XML Type: Array + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Array + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML Array(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a complex type. + */ +public interface Array extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Array.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("arraycacdtype"); + + /** + * Gets the "arrayType" attribute + */ + java.lang.String getArrayType(); + + /** + * Gets (as xml) the "arrayType" attribute + */ + org.apache.xmlbeans.XmlString xgetArrayType(); + + /** + * True if has "arrayType" attribute + */ + boolean isSetArrayType(); + + /** + * Sets the "arrayType" attribute + */ + void setArrayType(java.lang.String arrayType); + + /** + * Sets (as xml) the "arrayType" attribute + */ + void xsetArrayType(org.apache.xmlbeans.XmlString arrayType); + + /** + * Unsets the "arrayType" attribute + */ + void unsetArrayType(); + + /** + * Gets the "offset" attribute + */ + java.lang.String getOffset(); + + /** + * Gets (as xml) the "offset" attribute + */ + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetOffset(); + + /** + * True if has "offset" attribute + */ + boolean isSetOffset(); + + /** + * Sets the "offset" attribute + */ + void setOffset(java.lang.String offset); + + /** + * Sets (as xml) the "offset" attribute + */ + void xsetOffset(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate offset); + + /** + * Unsets the "offset" attribute + */ + void unsetOffset(); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Array newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Array parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Array parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Array parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Array) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.java new file mode 100644 index 0000000..eef4585 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayCoordinate.java @@ -0,0 +1,99 @@ +/* + * XML Type: arrayCoordinate + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayCoordinate + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML arrayCoordinate(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ArrayCoordinate. + */ +public interface ArrayCoordinate extends org.apache.xmlbeans.XmlString +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayCoordinate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("arraycoordinateb285type"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate newValue(java.lang.Object obj) { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) type.newValue( obj ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayCoordinate parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayDocument.java new file mode 100644 index 0000000..7303dc7 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: Array + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one Array(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface ArrayDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("array2abddoctype"); + + /** + * Gets the "Array" element + */ + org.xmlsoap.schemas.soap.encoding.Array getArray(); + + /** + * Sets the "Array" element + */ + void setArray(org.xmlsoap.schemas.soap.encoding.Array array); + + /** + * Appends and returns a new empty "Array" element + */ + org.xmlsoap.schemas.soap.encoding.Array addNewArray(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.java new file mode 100644 index 0000000..858e9f8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ArrayTypeAttribute.java @@ -0,0 +1,127 @@ +/* + * An XML attribute type. + * Localname: arrayType + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one arrayType(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public interface ArrayTypeAttribute extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayTypeAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("arraytype1ac5attrtypetype"); + + /** + * Gets the "arrayType" attribute + */ + java.lang.String getArrayType(); + + /** + * Gets (as xml) the "arrayType" attribute + */ + org.apache.xmlbeans.XmlString xgetArrayType(); + + /** + * True if has "arrayType" attribute + */ + boolean isSetArrayType(); + + /** + * Sets the "arrayType" attribute + */ + void setArrayType(java.lang.String arrayType); + + /** + * Sets (as xml) the "arrayType" attribute + */ + void xsetArrayType(org.apache.xmlbeans.XmlString arrayType); + + /** + * Unsets the "arrayType" attribute + */ + void unsetArrayType(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64.java new file mode 100644 index 0000000..a22cae1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64.java @@ -0,0 +1,99 @@ +/* + * XML Type: base64 + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64 + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML base64(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Base64. + */ +public interface Base64 extends org.apache.xmlbeans.XmlBase64Binary +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Base64.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("base64c455type"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Base64 newValue(java.lang.Object obj) { + return (org.xmlsoap.schemas.soap.encoding.Base64) type.newValue( obj ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64 parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64Binary.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64Binary.java new file mode 100644 index 0000000..9780a3c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64Binary.java @@ -0,0 +1,156 @@ +/* + * XML Type: base64Binary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64Binary + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML base64Binary(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Base64Binary. + */ +public interface Base64Binary extends org.apache.xmlbeans.XmlBase64Binary +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Base64Binary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("base64binarye936type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Base64Binary newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64Binary parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64Binary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.java new file mode 100644 index 0000000..ba079f8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Base64BinaryDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: base64Binary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one base64Binary(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface Base64BinaryDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Base64BinaryDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("base64binarybb46doctype"); + + /** + * Gets the "base64Binary" element + */ + org.xmlsoap.schemas.soap.encoding.Base64Binary getBase64Binary(); + + /** + * Sets the "base64Binary" element + */ + void setBase64Binary(org.xmlsoap.schemas.soap.encoding.Base64Binary base64Binary); + + /** + * Appends and returns a new empty "base64Binary" element + */ + org.xmlsoap.schemas.soap.encoding.Base64Binary addNewBase64Binary(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Boolean.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Boolean.java new file mode 100644 index 0000000..fe97a00 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Boolean.java @@ -0,0 +1,156 @@ +/* + * XML Type: boolean + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Boolean + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML boolean(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Boolean. + */ +public interface Boolean extends org.apache.xmlbeans.XmlBoolean +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Boolean.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("boolean183ctype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Boolean newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Boolean parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Boolean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/BooleanDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/BooleanDocument.java new file mode 100644 index 0000000..288a163 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/BooleanDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: boolean + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.BooleanDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one boolean(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface BooleanDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BooleanDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("boolean3c2cdoctype"); + + /** + * Gets the "boolean" element + */ + org.xmlsoap.schemas.soap.encoding.Boolean getBoolean(); + + /** + * Sets the "boolean" element + */ + void setBoolean(org.xmlsoap.schemas.soap.encoding.Boolean xboolean); + + /** + * Appends and returns a new empty "boolean" element + */ + org.xmlsoap.schemas.soap.encoding.Boolean addNewBoolean(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.BooleanDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.BooleanDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Byte.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Byte.java new file mode 100644 index 0000000..8a86617 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Byte.java @@ -0,0 +1,156 @@ +/* + * XML Type: byte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Byte + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML byte(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Byte. + */ +public interface Byte extends org.apache.xmlbeans.XmlByte +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Byte.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("byted70etype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Byte newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Byte parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Byte parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Byte parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Byte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ByteDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ByteDocument.java new file mode 100644 index 0000000..b4992cf --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ByteDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: byte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ByteDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one byte(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface ByteDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ByteDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("byteb91edoctype"); + + /** + * Gets the "byte" element + */ + org.xmlsoap.schemas.soap.encoding.Byte getByte(); + + /** + * Sets the "byte" element + */ + void setByte(org.xmlsoap.schemas.soap.encoding.Byte xbyte); + + /** + * Appends and returns a new empty "byte" element + */ + org.xmlsoap.schemas.soap.encoding.Byte addNewByte(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ByteDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ByteDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Date.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Date.java new file mode 100644 index 0000000..b803448 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Date.java @@ -0,0 +1,156 @@ +/* + * XML Type: date + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Date + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML date(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Date. + */ +public interface Date extends org.apache.xmlbeans.XmlDate +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Date.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("dateb634type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Date newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Date parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Date parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Date parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Date) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateDocument.java new file mode 100644 index 0000000..16eea70 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: date + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one date(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface DateDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DateDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("date9844doctype"); + + /** + * Gets the "date" element + */ + org.xmlsoap.schemas.soap.encoding.Date getDate(); + + /** + * Sets the "date" element + */ + void setDate(org.xmlsoap.schemas.soap.encoding.Date date); + + /** + * Appends and returns a new empty "date" element + */ + org.xmlsoap.schemas.soap.encoding.Date addNewDate(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DateDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateTime.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateTime.java new file mode 100644 index 0000000..0b6d554 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateTime.java @@ -0,0 +1,156 @@ +/* + * XML Type: dateTime + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateTime + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML dateTime(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.DateTime. + */ +public interface DateTime extends org.apache.xmlbeans.XmlDateTime +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DateTime.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("datetime4161type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DateTime newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateTime parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.java new file mode 100644 index 0000000..3061c68 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DateTimeDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: dateTime + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateTimeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one dateTime(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface DateTimeDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DateTimeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("datetime9b71doctype"); + + /** + * Gets the "dateTime" element + */ + org.xmlsoap.schemas.soap.encoding.DateTime getDateTime(); + + /** + * Sets the "dateTime" element + */ + void setDateTime(org.xmlsoap.schemas.soap.encoding.DateTime dateTime); + + /** + * Appends and returns a new empty "dateTime" element + */ + org.xmlsoap.schemas.soap.encoding.DateTime addNewDateTime(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DateTimeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DateTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Decimal.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Decimal.java new file mode 100644 index 0000000..21aff8c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Decimal.java @@ -0,0 +1,156 @@ +/* + * XML Type: decimal + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Decimal + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML decimal(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Decimal. + */ +public interface Decimal extends org.apache.xmlbeans.XmlDecimal +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Decimal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("decimalbc25type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Decimal newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Decimal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Decimal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DecimalDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DecimalDocument.java new file mode 100644 index 0000000..51c5175 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DecimalDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: decimal + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DecimalDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one decimal(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface DecimalDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DecimalDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("decimale015doctype"); + + /** + * Gets the "decimal" element + */ + org.xmlsoap.schemas.soap.encoding.Decimal getDecimal(); + + /** + * Sets the "decimal" element + */ + void setDecimal(org.xmlsoap.schemas.soap.encoding.Decimal decimal); + + /** + * Appends and returns a new empty "decimal" element + */ + org.xmlsoap.schemas.soap.encoding.Decimal addNewDecimal(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DecimalDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DecimalDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Double.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Double.java new file mode 100644 index 0000000..e8cda5f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Double.java @@ -0,0 +1,156 @@ +/* + * XML Type: double + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Double + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML double(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Double. + */ +public interface Double extends org.apache.xmlbeans.XmlDouble +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Double.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("double6057type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Double newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Double parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Double parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Double parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Double) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DoubleDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DoubleDocument.java new file mode 100644 index 0000000..4210986 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DoubleDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: double + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DoubleDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one double(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface DoubleDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DoubleDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("doublefe67doctype"); + + /** + * Gets the "double" element + */ + org.xmlsoap.schemas.soap.encoding.Double getDouble(); + + /** + * Sets the "double" element + */ + void setDouble(org.xmlsoap.schemas.soap.encoding.Double xdouble); + + /** + * Appends and returns a new empty "double" element + */ + org.xmlsoap.schemas.soap.encoding.Double addNewDouble(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DoubleDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DoubleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Duration.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Duration.java new file mode 100644 index 0000000..b0520ef --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Duration.java @@ -0,0 +1,156 @@ +/* + * XML Type: duration + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Duration + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML duration(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Duration. + */ +public interface Duration extends org.apache.xmlbeans.XmlDuration +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Duration.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("durationd81atype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Duration newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Duration parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Duration parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Duration parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DurationDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DurationDocument.java new file mode 100644 index 0000000..49fcd72 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/DurationDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: duration + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DurationDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one duration(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface DurationDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DurationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("duration322adoctype"); + + /** + * Gets the "duration" element + */ + org.xmlsoap.schemas.soap.encoding.Duration getDuration(); + + /** + * Sets the "duration" element + */ + void setDuration(org.xmlsoap.schemas.soap.encoding.Duration duration); + + /** + * Appends and returns a new empty "duration" element + */ + org.xmlsoap.schemas.soap.encoding.Duration addNewDuration(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.DurationDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.DurationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.DurationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIES.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIES.java new file mode 100644 index 0000000..8641fec --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIES.java @@ -0,0 +1,165 @@ +/* + * XML Type: ENTITIES + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITIES + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML ENTITIES(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlENTITY. + */ +public interface ENTITIES extends org.apache.xmlbeans.XmlENTITIES +{ + java.util.List getListValue(); + java.util.List xgetListValue(); + void setListValue(java.util.List list); + /** @deprecated */ + java.util.List listValue(); + /** @deprecated */ + java.util.List xlistValue(); + /** @deprecated */ + void set(java.util.List list); + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ENTITIES.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("entitiesba07type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ENTITIES newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIES parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIES) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.java new file mode 100644 index 0000000..9b15017 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITIESDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: ENTITIES + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITIESDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one ENTITIES(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface ENTITIESDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ENTITIESDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("entities1417doctype"); + + /** + * Gets the "ENTITIES" element + */ + org.xmlsoap.schemas.soap.encoding.ENTITIES getENTITIES(); + + /** + * Sets the "ENTITIES" element + */ + void setENTITIES(org.xmlsoap.schemas.soap.encoding.ENTITIES entities); + + /** + * Appends and returns a new empty "ENTITIES" element + */ + org.xmlsoap.schemas.soap.encoding.ENTITIES addNewENTITIES(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITIESDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITIESDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITY.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITY.java new file mode 100644 index 0000000..2246ecd --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITY.java @@ -0,0 +1,156 @@ +/* + * XML Type: ENTITY + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITY + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML ENTITY(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ENTITY. + */ +public interface ENTITY extends org.apache.xmlbeans.XmlENTITY +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ENTITY.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("entity85e9type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ENTITY newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITY parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.java new file mode 100644 index 0000000..861dcde --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ENTITYDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: ENTITY + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITYDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one ENTITY(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface ENTITYDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ENTITYDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("entity23f9doctype"); + + /** + * Gets the "ENTITY" element + */ + org.xmlsoap.schemas.soap.encoding.ENTITY getENTITY(); + + /** + * Sets the "ENTITY" element + */ + void setENTITY(org.xmlsoap.schemas.soap.encoding.ENTITY entity); + + /** + * Appends and returns a new empty "ENTITY" element + */ + org.xmlsoap.schemas.soap.encoding.ENTITY addNewENTITY(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ENTITYDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ENTITYDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Float.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Float.java new file mode 100644 index 0000000..9b23474 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Float.java @@ -0,0 +1,156 @@ +/* + * XML Type: float + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Float + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML float(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Float. + */ +public interface Float extends org.apache.xmlbeans.XmlFloat +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Float.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("float8f30type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Float newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Float parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Float parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Float parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Float) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/FloatDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/FloatDocument.java new file mode 100644 index 0000000..fd3c0a1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/FloatDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: float + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.FloatDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one float(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface FloatDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FloatDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("floatef20doctype"); + + /** + * Gets the "float" element + */ + org.xmlsoap.schemas.soap.encoding.Float getFloat(); + + /** + * Sets the "float" element + */ + void setFloat(org.xmlsoap.schemas.soap.encoding.Float xfloat); + + /** + * Appends and returns a new empty "float" element + */ + org.xmlsoap.schemas.soap.encoding.Float addNewFloat(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.FloatDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.FloatDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.FloatDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GDay.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GDay.java new file mode 100644 index 0000000..5d0f456 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GDay.java @@ -0,0 +1,156 @@ +/* + * XML Type: gDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GDay + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML gDay(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GDay. + */ +public interface GDay extends org.apache.xmlbeans.XmlGDay +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GDay.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("gday2b7btype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GDay newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDay parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GDay parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GDay parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GDayDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GDayDocument.java new file mode 100644 index 0000000..f73e443 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GDayDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: gDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GDayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one gDay(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface GDayDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GDayDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("gday0d8bdoctype"); + + /** + * Gets the "gDay" element + */ + org.xmlsoap.schemas.soap.encoding.GDay getGDay(); + + /** + * Sets the "gDay" element + */ + void setGDay(org.xmlsoap.schemas.soap.encoding.GDay gDay); + + /** + * Appends and returns a new empty "gDay" element + */ + org.xmlsoap.schemas.soap.encoding.GDay addNewGDay(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GDayDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GDayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonth.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonth.java new file mode 100644 index 0000000..5ad7713 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonth.java @@ -0,0 +1,156 @@ +/* + * XML Type: gMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonth + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML gMonth(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GMonth. + */ +public interface GMonth extends org.apache.xmlbeans.XmlGMonth +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GMonth.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("gmonth94dftype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GMonth newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonth parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDay.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDay.java new file mode 100644 index 0000000..7973a7f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDay.java @@ -0,0 +1,156 @@ +/* + * XML Type: gMonthDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDay + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML gMonthDay(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GMonthDay. + */ +public interface GMonthDay extends org.apache.xmlbeans.XmlGMonthDay +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GMonthDay.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("gmonthday1f17type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GMonthDay newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDay parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDay) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.java new file mode 100644 index 0000000..ca59254 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDayDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: gMonthDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one gMonthDay(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface GMonthDayDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GMonthDayDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("gmonthday0707doctype"); + + /** + * Gets the "gMonthDay" element + */ + org.xmlsoap.schemas.soap.encoding.GMonthDay getGMonthDay(); + + /** + * Sets the "gMonthDay" element + */ + void setGMonthDay(org.xmlsoap.schemas.soap.encoding.GMonthDay gMonthDay); + + /** + * Appends and returns a new empty "gMonthDay" element + */ + org.xmlsoap.schemas.soap.encoding.GMonthDay addNewGMonthDay(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDayDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDayDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDocument.java new file mode 100644 index 0000000..0cf7f10 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GMonthDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: gMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one gMonth(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface GMonthDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GMonthDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("gmonth32efdoctype"); + + /** + * Gets the "gMonth" element + */ + org.xmlsoap.schemas.soap.encoding.GMonth getGMonth(); + + /** + * Sets the "gMonth" element + */ + void setGMonth(org.xmlsoap.schemas.soap.encoding.GMonth gMonth); + + /** + * Appends and returns a new empty "gMonth" element + */ + org.xmlsoap.schemas.soap.encoding.GMonth addNewGMonth(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GMonthDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYear.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYear.java new file mode 100644 index 0000000..e1eaef9 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYear.java @@ -0,0 +1,156 @@ +/* + * XML Type: gYear + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYear + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML gYear(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GYear. + */ +public interface GYear extends org.apache.xmlbeans.XmlGYear +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GYear.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("gyearbc18type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GYear newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYear parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYear parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYear parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYear) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearDocument.java new file mode 100644 index 0000000..a62148d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: gYear + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one gYear(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface GYearDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GYearDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("gyear1c08doctype"); + + /** + * Gets the "gYear" element + */ + org.xmlsoap.schemas.soap.encoding.GYear getGYear(); + + /** + * Sets the "gYear" element + */ + void setGYear(org.xmlsoap.schemas.soap.encoding.GYear gYear); + + /** + * Appends and returns a new empty "gYear" element + */ + org.xmlsoap.schemas.soap.encoding.GYear addNewGYear(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GYearDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonth.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonth.java new file mode 100644 index 0000000..34b9b35 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonth.java @@ -0,0 +1,156 @@ +/* + * XML Type: gYearMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearMonth + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML gYearMonth(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GYearMonth. + */ +public interface GYearMonth extends org.apache.xmlbeans.XmlGYearMonth +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GYearMonth.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("gyearmonth85e2type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GYearMonth newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonth parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.java new file mode 100644 index 0000000..553ee9b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/GYearMonthDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: gYearMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearMonthDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one gYearMonth(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface GYearMonthDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GYearMonthDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("gyearmonth9bf2doctype"); + + /** + * Gets the "gYearMonth" element + */ + org.xmlsoap.schemas.soap.encoding.GYearMonth getGYearMonth(); + + /** + * Sets the "gYearMonth" element + */ + void setGYearMonth(org.xmlsoap.schemas.soap.encoding.GYearMonth gYearMonth); + + /** + * Appends and returns a new empty "gYearMonth" element + */ + org.xmlsoap.schemas.soap.encoding.GYearMonth addNewGYearMonth(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.GYearMonthDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.GYearMonthDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinary.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinary.java new file mode 100644 index 0000000..08ffe2e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinary.java @@ -0,0 +1,156 @@ +/* + * XML Type: hexBinary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.HexBinary + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML hexBinary(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.HexBinary. + */ +public interface HexBinary extends org.apache.xmlbeans.XmlHexBinary +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HexBinary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("hexbinary1c50type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.HexBinary newInstance() { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.HexBinary parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.HexBinary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.java new file mode 100644 index 0000000..eef8161 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/HexBinaryDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: hexBinary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.HexBinaryDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one hexBinary(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface HexBinaryDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HexBinaryDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("hexbinary0440doctype"); + + /** + * Gets the "hexBinary" element + */ + org.xmlsoap.schemas.soap.encoding.HexBinary getHexBinary(); + + /** + * Sets the "hexBinary" element + */ + void setHexBinary(org.xmlsoap.schemas.soap.encoding.HexBinary hexBinary); + + /** + * Appends and returns a new empty "hexBinary" element + */ + org.xmlsoap.schemas.soap.encoding.HexBinary addNewHexBinary(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.HexBinaryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.HexBinaryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ID.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ID.java new file mode 100644 index 0000000..5d35126 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ID.java @@ -0,0 +1,156 @@ +/* + * XML Type: ID + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ID + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML ID(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ID. + */ +public interface ID extends org.apache.xmlbeans.XmlID +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ID.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("id4da1type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ID newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ID parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ID parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ID parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ID) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDDocument.java new file mode 100644 index 0000000..86a2b12 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: ID + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one ID(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface IDDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IDDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("id73b1doctype"); + + /** + * Gets the "ID" element + */ + org.xmlsoap.schemas.soap.encoding.ID getID(); + + /** + * Sets the "ID" element + */ + void setID(org.xmlsoap.schemas.soap.encoding.ID id); + + /** + * Appends and returns a new empty "ID" element + */ + org.xmlsoap.schemas.soap.encoding.ID addNewID(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IDDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREF.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREF.java new file mode 100644 index 0000000..9733d28 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREF.java @@ -0,0 +1,156 @@ +/* + * XML Type: IDREF + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREF + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML IDREF(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.IDREF. + */ +public interface IDREF extends org.apache.xmlbeans.XmlIDREF +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IDREF.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("idrefa34ctype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IDREF newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREF parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFDocument.java new file mode 100644 index 0000000..0ebaa13 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: IDREF + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one IDREF(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface IDREFDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IDREFDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("idref033cdoctype"); + + /** + * Gets the "IDREF" element + */ + org.xmlsoap.schemas.soap.encoding.IDREF getIDREF(); + + /** + * Sets the "IDREF" element + */ + void setIDREF(org.xmlsoap.schemas.soap.encoding.IDREF idref); + + /** + * Appends and returns a new empty "IDREF" element + */ + org.xmlsoap.schemas.soap.encoding.IDREF addNewIDREF(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFS.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFS.java new file mode 100644 index 0000000..37f5aa1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFS.java @@ -0,0 +1,165 @@ +/* + * XML Type: IDREFS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFS + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML IDREFS(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlIDREF. + */ +public interface IDREFS extends org.apache.xmlbeans.XmlIDREFS +{ + java.util.List getListValue(); + java.util.List xgetListValue(); + void setListValue(java.util.List list); + /** @deprecated */ + java.util.List listValue(); + /** @deprecated */ + java.util.List xlistValue(); + /** @deprecated */ + void set(java.util.List list); + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IDREFS.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("idrefs0de1type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IDREFS newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.java new file mode 100644 index 0000000..6201616 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IDREFSDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: IDREFS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFSDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one IDREFS(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface IDREFSDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IDREFSDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("idrefsabf1doctype"); + + /** + * Gets the "IDREFS" element + */ + org.xmlsoap.schemas.soap.encoding.IDREFS getIDREFS(); + + /** + * Sets the "IDREFS" element + */ + void setIDREFS(org.xmlsoap.schemas.soap.encoding.IDREFS idrefs); + + /** + * Appends and returns a new empty "IDREFS" element + */ + org.xmlsoap.schemas.soap.encoding.IDREFS addNewIDREFS(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IDREFSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IDREFSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Int.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Int.java new file mode 100644 index 0000000..e3b34f4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Int.java @@ -0,0 +1,156 @@ +/* + * XML Type: int + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Int + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML int(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Int. + */ +public interface Int extends org.apache.xmlbeans.XmlInt +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Int.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("int8ec3type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Int newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Int parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Int parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Int parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Int) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IntDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IntDocument.java new file mode 100644 index 0000000..f2e2a19 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IntDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: int + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IntDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one int(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface IntDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IntDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("int2ab3doctype"); + + /** + * Gets the "int" element + */ + org.xmlsoap.schemas.soap.encoding.Int getInt(); + + /** + * Sets the "int" element + */ + void setInt(org.xmlsoap.schemas.soap.encoding.Int xint); + + /** + * Appends and returns a new empty "int" element + */ + org.xmlsoap.schemas.soap.encoding.Int addNewInt(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IntDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IntDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Integer.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Integer.java new file mode 100644 index 0000000..f86981c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Integer.java @@ -0,0 +1,156 @@ +/* + * XML Type: integer + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Integer + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML integer(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Integer. + */ +public interface Integer extends org.apache.xmlbeans.XmlInteger +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Integer.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("integer71d2type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Integer newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Integer parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Integer parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Integer parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Integer) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IntegerDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IntegerDocument.java new file mode 100644 index 0000000..c54b870 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/IntegerDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: integer + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one integer(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface IntegerDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IntegerDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("integer95c2doctype"); + + /** + * Gets the "integer" element + */ + org.xmlsoap.schemas.soap.encoding.Integer getInteger(); + + /** + * Sets the "integer" element + */ + void setInteger(org.xmlsoap.schemas.soap.encoding.Integer integer); + + /** + * Appends and returns a new empty "integer" element + */ + org.xmlsoap.schemas.soap.encoding.Integer addNewInteger(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.IntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.IntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Language.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Language.java new file mode 100644 index 0000000..e9f207c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Language.java @@ -0,0 +1,156 @@ +/* + * XML Type: language + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Language + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML language(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Language. + */ +public interface Language extends org.apache.xmlbeans.XmlLanguage +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Language.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("languagea8detype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Language newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Language parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Language parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Language parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Language) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/LanguageDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/LanguageDocument.java new file mode 100644 index 0000000..68bc663 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/LanguageDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: language + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.LanguageDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one language(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface LanguageDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LanguageDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("language02eedoctype"); + + /** + * Gets the "language" element + */ + org.xmlsoap.schemas.soap.encoding.Language getLanguage(); + + /** + * Sets the "language" element + */ + void setLanguage(org.xmlsoap.schemas.soap.encoding.Language language); + + /** + * Appends and returns a new empty "language" element + */ + org.xmlsoap.schemas.soap.encoding.Language addNewLanguage(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.LanguageDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.LanguageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Long.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Long.java new file mode 100644 index 0000000..001a2ef --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Long.java @@ -0,0 +1,156 @@ +/* + * XML Type: long + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Long + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML long(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Long. + */ +public interface Long extends org.apache.xmlbeans.XmlLong +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Long.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("long2b82type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Long newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Long parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Long parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Long parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Long) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/LongDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/LongDocument.java new file mode 100644 index 0000000..6e035be --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/LongDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: long + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.LongDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one long(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface LongDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LongDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("long0d92doctype"); + + /** + * Gets the "long" element + */ + org.xmlsoap.schemas.soap.encoding.Long getLong(); + + /** + * Sets the "long" element + */ + void setLong(org.xmlsoap.schemas.soap.encoding.Long xlong); + + /** + * Appends and returns a new empty "long" element + */ + org.xmlsoap.schemas.soap.encoding.Long addNewLong(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.LongDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.LongDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.LongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NCName.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NCName.java new file mode 100644 index 0000000..1f09951 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NCName.java @@ -0,0 +1,156 @@ +/* + * XML Type: NCName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NCName + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML NCName(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NCName. + */ +public interface NCName extends org.apache.xmlbeans.XmlNCName +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NCName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("ncnamef7a6type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NCName newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCName parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NCName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NCName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NCName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NCNameDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NCNameDocument.java new file mode 100644 index 0000000..3852a1a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NCNameDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: NCName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NCNameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one NCName(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NCNameDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NCNameDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("ncname95b6doctype"); + + /** + * Gets the "NCName" element + */ + org.xmlsoap.schemas.soap.encoding.NCName getNCName(); + + /** + * Sets the "NCName" element + */ + void setNCName(org.xmlsoap.schemas.soap.encoding.NCName ncName); + + /** + * Appends and returns a new empty "NCName" element + */ + org.xmlsoap.schemas.soap.encoding.NCName addNewNCName(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NCNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NCNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKEN.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKEN.java new file mode 100644 index 0000000..6063cb5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKEN.java @@ -0,0 +1,156 @@ +/* + * XML Type: NMTOKEN + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKEN + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML NMTOKEN(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NMTOKEN. + */ +public interface NMTOKEN extends org.apache.xmlbeans.XmlNMTOKEN +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NMTOKEN.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("nmtoken5d0etype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKEN parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKEN) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.java new file mode 100644 index 0000000..f227042 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: NMTOKEN + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one NMTOKEN(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NMTOKENDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NMTOKENDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("nmtoken80fedoctype"); + + /** + * Gets the "NMTOKEN" element + */ + org.xmlsoap.schemas.soap.encoding.NMTOKEN getNMTOKEN(); + + /** + * Sets the "NMTOKEN" element + */ + void setNMTOKEN(org.xmlsoap.schemas.soap.encoding.NMTOKEN nmtoken); + + /** + * Appends and returns a new empty "NMTOKEN" element + */ + org.xmlsoap.schemas.soap.encoding.NMTOKEN addNewNMTOKEN(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENS.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENS.java new file mode 100644 index 0000000..7029a06 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENS.java @@ -0,0 +1,165 @@ +/* + * XML Type: NMTOKENS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENS + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML NMTOKENS(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlNMTOKEN. + */ +public interface NMTOKENS extends org.apache.xmlbeans.XmlNMTOKENS +{ + java.util.List getListValue(); + java.util.List xgetListValue(); + void setListValue(java.util.List list); + /** @deprecated */ + java.util.List listValue(); + /** @deprecated */ + java.util.List xlistValue(); + /** @deprecated */ + void set(java.util.List list); + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NMTOKENS.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("nmtokens8c5ftype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENS parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.java new file mode 100644 index 0000000..6666a83 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NMTOKENSDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: NMTOKENS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one NMTOKENS(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NMTOKENSDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NMTOKENSDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("nmtokense66fdoctype"); + + /** + * Gets the "NMTOKENS" element + */ + org.xmlsoap.schemas.soap.encoding.NMTOKENS getNMTOKENS(); + + /** + * Sets the "NMTOKENS" element + */ + void setNMTOKENS(org.xmlsoap.schemas.soap.encoding.NMTOKENS nmtokens); + + /** + * Appends and returns a new empty "NMTOKENS" element + */ + org.xmlsoap.schemas.soap.encoding.NMTOKENS addNewNMTOKENS(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATION.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATION.java new file mode 100644 index 0000000..1b01461 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATION.java @@ -0,0 +1,156 @@ +/* + * XML Type: NOTATION + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NOTATION + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML NOTATION(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NOTATION. + */ +public interface NOTATION extends org.apache.xmlbeans.XmlQName +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NOTATION.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("notationed08type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NOTATION newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NOTATION parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NOTATION) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.java new file mode 100644 index 0000000..05cbe08 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NOTATIONDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: NOTATION + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NOTATIONDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one NOTATION(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NOTATIONDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NOTATIONDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("notation4718doctype"); + + /** + * Gets the "NOTATION" element + */ + org.xmlsoap.schemas.soap.encoding.NOTATION getNOTATION(); + + /** + * Sets the "NOTATION" element + */ + void setNOTATION(org.xmlsoap.schemas.soap.encoding.NOTATION notation); + + /** + * Appends and returns a new empty "NOTATION" element + */ + org.xmlsoap.schemas.soap.encoding.NOTATION addNewNOTATION(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NOTATIONDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NOTATIONDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Name.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Name.java new file mode 100644 index 0000000..081230d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Name.java @@ -0,0 +1,156 @@ +/* + * XML Type: Name + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Name + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML Name(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Name. + */ +public interface Name extends org.apache.xmlbeans.XmlName +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Name.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("namea8f1type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Name newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Name parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Name parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Name parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Name) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NameDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NameDocument.java new file mode 100644 index 0000000..ae790eb --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NameDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: Name + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one Name(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NameDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NameDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("name8b01doctype"); + + /** + * Gets the "Name" element + */ + org.xmlsoap.schemas.soap.encoding.Name getName(); + + /** + * Sets the "Name" element + */ + void setName(org.xmlsoap.schemas.soap.encoding.Name name); + + /** + * Appends and returns a new empty "Name" element + */ + org.xmlsoap.schemas.soap.encoding.Name addNewName(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NameDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeInteger.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeInteger.java new file mode 100644 index 0000000..9e7efa9 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeInteger.java @@ -0,0 +1,156 @@ +/* + * XML Type: negativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NegativeInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML negativeInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NegativeInteger. + */ +public interface NegativeInteger extends org.apache.xmlbeans.XmlNegativeInteger +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NegativeInteger.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("negativeinteger631dtype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.java new file mode 100644 index 0000000..5598aff --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NegativeIntegerDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: negativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one negativeInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NegativeIntegerDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NegativeIntegerDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("negativeinteger970ddoctype"); + + /** + * Gets the "negativeInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NegativeInteger getNegativeInteger(); + + /** + * Sets the "negativeInteger" element + */ + void setNegativeInteger(org.xmlsoap.schemas.soap.encoding.NegativeInteger negativeInteger); + + /** + * Appends and returns a new empty "negativeInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NegativeInteger addNewNegativeInteger(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.java new file mode 100644 index 0000000..8510225 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeInteger.java @@ -0,0 +1,156 @@ +/* + * XML Type: nonNegativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonNegativeInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML nonNegativeInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NonNegativeInteger. + */ +public interface NonNegativeInteger extends org.apache.xmlbeans.XmlNonNegativeInteger +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonNegativeInteger.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("nonnegativeinteger8a02type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.java new file mode 100644 index 0000000..f1527e0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonNegativeIntegerDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: nonNegativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one nonNegativeInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NonNegativeIntegerDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonNegativeIntegerDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("nonnegativeinteger9012doctype"); + + /** + * Gets the "nonNegativeInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NonNegativeInteger getNonNegativeInteger(); + + /** + * Sets the "nonNegativeInteger" element + */ + void setNonNegativeInteger(org.xmlsoap.schemas.soap.encoding.NonNegativeInteger nonNegativeInteger); + + /** + * Appends and returns a new empty "nonNegativeInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NonNegativeInteger addNewNonNegativeInteger(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.java new file mode 100644 index 0000000..f696263 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveInteger.java @@ -0,0 +1,156 @@ +/* + * XML Type: nonPositiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonPositiveInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML nonPositiveInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NonPositiveInteger. + */ +public interface NonPositiveInteger extends org.apache.xmlbeans.XmlNonPositiveInteger +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonPositiveInteger.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("nonpositiveintegerccbetype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.java new file mode 100644 index 0000000..7b2d5a0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NonPositiveIntegerDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: nonPositiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one nonPositiveInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NonPositiveIntegerDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonPositiveIntegerDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("nonpositiveintegerd2cedoctype"); + + /** + * Gets the "nonPositiveInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NonPositiveInteger getNonPositiveInteger(); + + /** + * Sets the "nonPositiveInteger" element + */ + void setNonPositiveInteger(org.xmlsoap.schemas.soap.encoding.NonPositiveInteger nonPositiveInteger); + + /** + * Appends and returns a new empty "nonPositiveInteger" element + */ + org.xmlsoap.schemas.soap.encoding.NonPositiveInteger addNewNonPositiveInteger(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedString.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedString.java new file mode 100644 index 0000000..88d4b24 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedString.java @@ -0,0 +1,156 @@ +/* + * XML Type: normalizedString + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NormalizedString + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML normalizedString(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NormalizedString. + */ +public interface NormalizedString extends org.apache.xmlbeans.XmlNormalizedString +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NormalizedString.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("normalizedstring226etype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NormalizedString newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedString parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.java new file mode 100644 index 0000000..d5611d5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/NormalizedStringDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: normalizedString + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one normalizedString(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface NormalizedStringDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NormalizedStringDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("normalizedstring6c7edoctype"); + + /** + * Gets the "normalizedString" element + */ + org.xmlsoap.schemas.soap.encoding.NormalizedString getNormalizedString(); + + /** + * Sets the "normalizedString" element + */ + void setNormalizedString(org.xmlsoap.schemas.soap.encoding.NormalizedString normalizedString); + + /** + * Appends and returns a new empty "normalizedString" element + */ + org.xmlsoap.schemas.soap.encoding.NormalizedString addNewNormalizedString(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.java new file mode 100644 index 0000000..a81583e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/OffsetAttribute.java @@ -0,0 +1,127 @@ +/* + * An XML attribute type. + * Localname: offset + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.OffsetAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one offset(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public interface OffsetAttribute extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OffsetAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("offsetea5battrtypetype"); + + /** + * Gets the "offset" attribute + */ + java.lang.String getOffset(); + + /** + * Gets (as xml) the "offset" attribute + */ + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetOffset(); + + /** + * True if has "offset" attribute + */ + boolean isSetOffset(); + + /** + * Sets the "offset" attribute + */ + void setOffset(java.lang.String offset); + + /** + * Sets (as xml) the "offset" attribute + */ + void xsetOffset(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate offset); + + /** + * Unsets the "offset" attribute + */ + void unsetOffset(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute newInstance() { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.OffsetAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.OffsetAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositionAttribute.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositionAttribute.java new file mode 100644 index 0000000..c1bd1ff --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositionAttribute.java @@ -0,0 +1,127 @@ +/* + * An XML attribute type. + * Localname: position + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositionAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one position(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public interface PositionAttribute extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PositionAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("positiona4b1attrtypetype"); + + /** + * Gets the "position" attribute + */ + java.lang.String getPosition(); + + /** + * Gets (as xml) the "position" attribute + */ + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetPosition(); + + /** + * True if has "position" attribute + */ + boolean isSetPosition(); + + /** + * Sets the "position" attribute + */ + void setPosition(java.lang.String position); + + /** + * Sets (as xml) the "position" attribute + */ + void xsetPosition(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate position); + + /** + * Unsets the "position" attribute + */ + void unsetPosition(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute newInstance() { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositionAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositionAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveInteger.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveInteger.java new file mode 100644 index 0000000..d13a129 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveInteger.java @@ -0,0 +1,156 @@ +/* + * XML Type: positiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositiveInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML positiveInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.PositiveInteger. + */ +public interface PositiveInteger extends org.apache.xmlbeans.XmlPositiveInteger +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PositiveInteger.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("positiveintegera5d9type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger newInstance() { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositiveInteger parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositiveInteger) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.java new file mode 100644 index 0000000..9365b29 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/PositiveIntegerDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: positiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one positiveInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface PositiveIntegerDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PositiveIntegerDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("positiveintegerd9c9doctype"); + + /** + * Gets the "positiveInteger" element + */ + org.xmlsoap.schemas.soap.encoding.PositiveInteger getPositiveInteger(); + + /** + * Sets the "positiveInteger" element + */ + void setPositiveInteger(org.xmlsoap.schemas.soap.encoding.PositiveInteger positiveInteger); + + /** + * Appends and returns a new empty "positiveInteger" element + */ + org.xmlsoap.schemas.soap.encoding.PositiveInteger addNewPositiveInteger(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/QName.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/QName.java new file mode 100644 index 0000000..9ae6ed0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/QName.java @@ -0,0 +1,156 @@ +/* + * XML Type: QName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.QName + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML QName(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.QName. + */ +public interface QName extends org.apache.xmlbeans.XmlQName +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("qnamea350type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.QName newInstance() { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QName parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.QName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.QName parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.QName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/QNameDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/QNameDocument.java new file mode 100644 index 0000000..3288006 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/QNameDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: QName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.QNameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one QName(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface QNameDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QNameDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("qname0340doctype"); + + /** + * Gets the "QName" element + */ + org.xmlsoap.schemas.soap.encoding.QName getQName(); + + /** + * Sets the "QName" element + */ + void setQName(org.xmlsoap.schemas.soap.encoding.QName qName); + + /** + * Appends and returns a new empty "QName" element + */ + org.xmlsoap.schemas.soap.encoding.QName addNewQName(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.QNameDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.QNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.QNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/RootAttribute.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/RootAttribute.java new file mode 100644 index 0000000..6d07b3e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/RootAttribute.java @@ -0,0 +1,157 @@ +/* + * An XML attribute type. + * Localname: root + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.RootAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one root(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public interface RootAttribute extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RootAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("root42aaattrtypetype"); + + /** + * Gets the "root" attribute + */ + boolean getRoot(); + + /** + * Gets (as xml) the "root" attribute + */ + org.xmlsoap.schemas.soap.encoding.RootAttribute.Root xgetRoot(); + + /** + * True if has "root" attribute + */ + boolean isSetRoot(); + + /** + * Sets the "root" attribute + */ + void setRoot(boolean root); + + /** + * Sets (as xml) the "root" attribute + */ + void xsetRoot(org.xmlsoap.schemas.soap.encoding.RootAttribute.Root root); + + /** + * Unsets the "root" attribute + */ + void unsetRoot(); + + /** + * An XML root(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.RootAttribute$Root. + */ + public interface Root extends org.apache.xmlbeans.XmlBoolean + { + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Root.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("root27f8attrtype"); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.RootAttribute.Root newValue(java.lang.Object obj) { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root) type.newValue( obj ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute.Root newInstance() { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute.Root newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + private Factory() { } // No instance of this class allowed + } + } + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.RootAttribute newInstance() { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.RootAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.RootAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Short.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Short.java new file mode 100644 index 0000000..75620ae --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Short.java @@ -0,0 +1,156 @@ +/* + * XML Type: short + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Short + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML short(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Short. + */ +public interface Short extends org.apache.xmlbeans.XmlShort +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Short.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("short4950type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Short newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Short parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Short parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Short parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Short) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ShortDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ShortDocument.java new file mode 100644 index 0000000..6d46298 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/ShortDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: short + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ShortDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one short(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface ShortDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ShortDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("shorta940doctype"); + + /** + * Gets the "short" element + */ + org.xmlsoap.schemas.soap.encoding.Short getShort(); + + /** + * Sets the "short" element + */ + void setShort(org.xmlsoap.schemas.soap.encoding.Short xshort); + + /** + * Appends and returns a new empty "short" element + */ + org.xmlsoap.schemas.soap.encoding.Short addNewShort(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.ShortDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.ShortDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.ShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/String.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/String.java new file mode 100644 index 0000000..b2df524 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/String.java @@ -0,0 +1,156 @@ +/* + * XML Type: string + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.String + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML string(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.String. + */ +public interface String extends org.apache.xmlbeans.XmlString +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(String.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("stringf497type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.String newInstance() { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.String parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.String parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.String parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.String parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.String) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/StringDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/StringDocument.java new file mode 100644 index 0000000..d36989d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/StringDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: string + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.StringDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one string(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface StringDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StringDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("string92a7doctype"); + + /** + * Gets the "string" element + */ + org.xmlsoap.schemas.soap.encoding.String getString(); + + /** + * Sets the "string" element + */ + void setString(org.xmlsoap.schemas.soap.encoding.String string); + + /** + * Appends and returns a new empty "string" element + */ + org.xmlsoap.schemas.soap.encoding.String addNewString(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.StringDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.StringDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.StringDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Struct.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Struct.java new file mode 100644 index 0000000..75d17ea --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Struct.java @@ -0,0 +1,156 @@ +/* + * XML Type: Struct + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Struct + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML Struct(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a complex type. + */ +public interface Struct extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Struct.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("structef7btype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Struct newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Struct parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Struct parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Struct parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Struct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/StructDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/StructDocument.java new file mode 100644 index 0000000..00a885e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/StructDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: Struct + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.StructDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one Struct(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface StructDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StructDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("struct8d8bdoctype"); + + /** + * Gets the "Struct" element + */ + org.xmlsoap.schemas.soap.encoding.Struct getStruct(); + + /** + * Sets the "Struct" element + */ + void setStruct(org.xmlsoap.schemas.soap.encoding.Struct struct); + + /** + * Appends and returns a new empty "Struct" element + */ + org.xmlsoap.schemas.soap.encoding.Struct addNewStruct(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.StructDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.StructDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.StructDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Time.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Time.java new file mode 100644 index 0000000..d4e8dfc --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Time.java @@ -0,0 +1,156 @@ +/* + * XML Type: time + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Time + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML time(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Time. + */ +public interface Time extends org.apache.xmlbeans.XmlTime +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Time.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("timec293type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Time newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Time parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Time parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Time parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Time) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/TimeDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/TimeDocument.java new file mode 100644 index 0000000..2dc4e0d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/TimeDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: time + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.TimeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one time(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface TimeDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TimeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("timea4a3doctype"); + + /** + * Gets the "time" element + */ + org.xmlsoap.schemas.soap.encoding.Time getTime(); + + /** + * Sets the "time" element + */ + void setTime(org.xmlsoap.schemas.soap.encoding.Time time); + + /** + * Appends and returns a new empty "time" element + */ + org.xmlsoap.schemas.soap.encoding.Time addNewTime(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.TimeDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.TimeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.TimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Token.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Token.java new file mode 100644 index 0000000..7c417c3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/Token.java @@ -0,0 +1,156 @@ +/* + * XML Type: token + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Token + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML token(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Token. + */ +public interface Token extends org.apache.xmlbeans.XmlToken +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Token.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("token528dtype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.Token newInstance() { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.Token parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Token parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.Token parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.Token) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/TokenDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/TokenDocument.java new file mode 100644 index 0000000..b9d2f12 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/TokenDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: token + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.TokenDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one token(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface TokenDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TokenDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("tokenb27ddoctype"); + + /** + * Gets the "token" element + */ + org.xmlsoap.schemas.soap.encoding.Token getToken(); + + /** + * Sets the "token" element + */ + void setToken(org.xmlsoap.schemas.soap.encoding.Token token); + + /** + * Appends and returns a new empty "token" element + */ + org.xmlsoap.schemas.soap.encoding.Token addNewToken(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.TokenDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.TokenDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.TokenDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByte.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByte.java new file mode 100644 index 0000000..8315f51 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByte.java @@ -0,0 +1,156 @@ +/* + * XML Type: unsignedByte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedByte + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML unsignedByte(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedByte. + */ +public interface UnsignedByte extends org.apache.xmlbeans.XmlUnsignedByte +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedByte.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("unsignedbyteec63type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByte parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByte) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.java new file mode 100644 index 0000000..17d1f7a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedByteDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: unsignedByte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one unsignedByte(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface UnsignedByteDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedByteDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("unsignedbytebe73doctype"); + + /** + * Gets the "unsignedByte" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedByte getUnsignedByte(); + + /** + * Sets the "unsignedByte" element + */ + void setUnsignedByte(org.xmlsoap.schemas.soap.encoding.UnsignedByte unsignedByte); + + /** + * Appends and returns a new empty "unsignedByte" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedByte addNewUnsignedByte(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedInt.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedInt.java new file mode 100644 index 0000000..8b5b7e4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedInt.java @@ -0,0 +1,156 @@ +/* + * XML Type: unsignedInt + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedInt + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML unsignedInt(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedInt. + */ +public interface UnsignedInt extends org.apache.xmlbeans.XmlUnsignedInt +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedInt.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("unsignedintfacetype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedInt parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedInt) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.java new file mode 100644 index 0000000..1e9fd7f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedIntDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: unsignedInt + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one unsignedInt(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface UnsignedIntDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedIntDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("unsignedinta6bedoctype"); + + /** + * Gets the "unsignedInt" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedInt getUnsignedInt(); + + /** + * Sets the "unsignedInt" element + */ + void setUnsignedInt(org.xmlsoap.schemas.soap.encoding.UnsignedInt unsignedInt); + + /** + * Appends and returns a new empty "unsignedInt" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedInt addNewUnsignedInt(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLong.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLong.java new file mode 100644 index 0000000..8437da3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLong.java @@ -0,0 +1,156 @@ +/* + * XML Type: unsignedLong + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedLong + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML unsignedLong(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedLong. + */ +public interface UnsignedLong extends org.apache.xmlbeans.XmlUnsignedLong +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedLong.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("unsignedlong40d7type"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLong parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLong) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.java new file mode 100644 index 0000000..95ef356 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedLongDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: unsignedLong + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one unsignedLong(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface UnsignedLongDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedLongDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("unsignedlong12e7doctype"); + + /** + * Gets the "unsignedLong" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedLong getUnsignedLong(); + + /** + * Sets the "unsignedLong" element + */ + void setUnsignedLong(org.xmlsoap.schemas.soap.encoding.UnsignedLong unsignedLong); + + /** + * Appends and returns a new empty "unsignedLong" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedLong addNewUnsignedLong(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShort.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShort.java new file mode 100644 index 0000000..6f2eeff --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShort.java @@ -0,0 +1,156 @@ +/* + * XML Type: unsignedShort + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedShort + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * An XML unsignedShort(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedShort. + */ +public interface UnsignedShort extends org.apache.xmlbeans.XmlUnsignedShort +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedShort.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("unsignedshortde9btype"); + + /** + * Gets the "id" attribute + */ + java.lang.String getId(); + + /** + * Gets (as xml) the "id" attribute + */ + org.apache.xmlbeans.XmlID xgetId(); + + /** + * True if has "id" attribute + */ + boolean isSetId(); + + /** + * Sets the "id" attribute + */ + void setId(java.lang.String id); + + /** + * Sets (as xml) the "id" attribute + */ + void xsetId(org.apache.xmlbeans.XmlID id); + + /** + * Unsets the "id" attribute + */ + void unsetId(); + + /** + * Gets the "href" attribute + */ + java.lang.String getHref(); + + /** + * Gets (as xml) the "href" attribute + */ + org.apache.xmlbeans.XmlAnyURI xgetHref(); + + /** + * True if has "href" attribute + */ + boolean isSetHref(); + + /** + * Sets the "href" attribute + */ + void setHref(java.lang.String href); + + /** + * Sets (as xml) the "href" attribute + */ + void xsetHref(org.apache.xmlbeans.XmlAnyURI href); + + /** + * Unsets the "href" attribute + */ + void unsetHref(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShort parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShort) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.java new file mode 100644 index 0000000..7639540 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/UnsignedShortDocument.java @@ -0,0 +1,112 @@ +/* + * An XML document type. + * Localname: unsignedShort + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding; + + +/** + * A document containing one unsignedShort(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public interface UnsignedShortDocument extends org.apache.xmlbeans.XmlObject +{ + public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) + org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnsignedShortDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s66C5D0BD10B482BA0E5C0DE1DA2FB5C7").resolveHandle("unsignedshort4e8bdoctype"); + + /** + * Gets the "unsignedShort" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedShort getUnsignedShort(); + + /** + * Sets the "unsignedShort" element + */ + void setUnsignedShort(org.xmlsoap.schemas.soap.encoding.UnsignedShort unsignedShort); + + /** + * Appends and returns a new empty "unsignedShort" element + */ + org.xmlsoap.schemas.soap.encoding.UnsignedShort addNewUnsignedShort(); + + /** + * A factory class with static methods for creating instances + * of this type. + */ + + public static final class Factory + { + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument newInstance() { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument newInstance(org.apache.xmlbeans.XmlOptions options) { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } + + /** @param xmlAsString the string value to parse */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } + + /** @param file the file from which to load an xml document */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } + + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return (org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } + + /** @deprecated {@link XMLInputStream} */ + public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { + return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } + + private Factory() { } // No instance of this class allowed + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyTypeDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyTypeDocumentImpl.java new file mode 100644 index 0000000..ba2d737 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyTypeDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: anyType + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyTypeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one anyType(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class AnyTypeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.AnyTypeDocument +{ + + public AnyTypeDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ANYTYPE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "anyType"); + + + /** + * Gets the "anyType" element + */ + public org.apache.xmlbeans.XmlObject getAnyType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlObject target = null; + target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(ANYTYPE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "anyType" element + */ + public void setAnyType(org.apache.xmlbeans.XmlObject anyType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlObject target = null; + target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(ANYTYPE$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(ANYTYPE$0); + } + target.set(anyType); + } + } + + /** + * Appends and returns a new empty "anyType" element + */ + public org.apache.xmlbeans.XmlObject addNewAnyType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlObject target = null; + target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(ANYTYPE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIDocumentImpl.java new file mode 100644 index 0000000..df45ac2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: anyURI + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyURIDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one anyURI(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class AnyURIDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.AnyURIDocument +{ + + public AnyURIDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ANYURI$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "anyURI"); + + + /** + * Gets the "anyURI" element + */ + public org.xmlsoap.schemas.soap.encoding.AnyURI getAnyURI() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.AnyURI target = null; + target = (org.xmlsoap.schemas.soap.encoding.AnyURI)get_store().find_element_user(ANYURI$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "anyURI" element + */ + public void setAnyURI(org.xmlsoap.schemas.soap.encoding.AnyURI anyURI) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.AnyURI target = null; + target = (org.xmlsoap.schemas.soap.encoding.AnyURI)get_store().find_element_user(ANYURI$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.AnyURI)get_store().add_element_user(ANYURI$0); + } + target.set(anyURI); + } + } + + /** + * Appends and returns a new empty "anyURI" element + */ + public org.xmlsoap.schemas.soap.encoding.AnyURI addNewAnyURI() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.AnyURI target = null; + target = (org.xmlsoap.schemas.soap.encoding.AnyURI)get_store().add_element_user(ANYURI$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIImpl.java new file mode 100644 index 0000000..9336c24 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/AnyURIImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: anyURI + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.AnyURI + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML anyURI(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.AnyURI. + */ +public class AnyURIImpl extends org.apache.xmlbeans.impl.values.JavaUriHolderEx implements org.xmlsoap.schemas.soap.encoding.AnyURI +{ + + public AnyURIImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected AnyURIImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayCoordinateImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayCoordinateImpl.java new file mode 100644 index 0000000..4858195 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayCoordinateImpl.java @@ -0,0 +1,26 @@ +/* + * XML Type: arrayCoordinate + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayCoordinate + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML arrayCoordinate(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ArrayCoordinate. + */ +public class ArrayCoordinateImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.ArrayCoordinate +{ + + public ArrayCoordinateImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected ArrayCoordinateImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayDocumentImpl.java new file mode 100644 index 0000000..d821f6f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: Array + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one Array(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class ArrayDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ArrayDocument +{ + + public ArrayDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ARRAY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "Array"); + + + /** + * Gets the "Array" element + */ + public org.xmlsoap.schemas.soap.encoding.Array getArray() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Array target = null; + target = (org.xmlsoap.schemas.soap.encoding.Array)get_store().find_element_user(ARRAY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "Array" element + */ + public void setArray(org.xmlsoap.schemas.soap.encoding.Array array) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Array target = null; + target = (org.xmlsoap.schemas.soap.encoding.Array)get_store().find_element_user(ARRAY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Array)get_store().add_element_user(ARRAY$0); + } + target.set(array); + } + } + + /** + * Appends and returns a new empty "Array" element + */ + public org.xmlsoap.schemas.soap.encoding.Array addNewArray() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Array target = null; + target = (org.xmlsoap.schemas.soap.encoding.Array)get_store().add_element_user(ARRAY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayImpl.java new file mode 100644 index 0000000..4193336 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayImpl.java @@ -0,0 +1,399 @@ +/* + * XML Type: Array + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Array + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML Array(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a complex type. + */ +public class ArrayImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.Array +{ + + public ArrayImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ARRAYTYPE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "arrayType"); + private static final javax.xml.namespace.QName OFFSET$2 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "offset"); + private static final javax.xml.namespace.QName ID$4 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$6 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "arrayType" attribute + */ + public java.lang.String getArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "arrayType" attribute + */ + public org.apache.xmlbeans.XmlString xgetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ARRAYTYPE$0); + return target; + } + } + + /** + * True if has "arrayType" attribute + */ + public boolean isSetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ARRAYTYPE$0) != null; + } + } + + /** + * Sets the "arrayType" attribute + */ + public void setArrayType(java.lang.String arrayType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ARRAYTYPE$0); + } + target.setStringValue(arrayType); + } + } + + /** + * Sets (as xml) the "arrayType" attribute + */ + public void xsetArrayType(org.apache.xmlbeans.XmlString arrayType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(ARRAYTYPE$0); + } + target.set(arrayType); + } + } + + /** + * Unsets the "arrayType" attribute + */ + public void unsetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ARRAYTYPE$0); + } + } + + /** + * Gets the "offset" attribute + */ + public java.lang.String getOffset() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(OFFSET$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "offset" attribute + */ + public org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(OFFSET$2); + return target; + } + } + + /** + * True if has "offset" attribute + */ + public boolean isSetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(OFFSET$2) != null; + } + } + + /** + * Sets the "offset" attribute + */ + public void setOffset(java.lang.String offset) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(OFFSET$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(OFFSET$2); + } + target.setStringValue(offset); + } + } + + /** + * Sets (as xml) the "offset" attribute + */ + public void xsetOffset(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate offset) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(OFFSET$2); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().add_attribute_user(OFFSET$2); + } + target.set(offset); + } + } + + /** + * Unsets the "offset" attribute + */ + public void unsetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(OFFSET$2); + } + } + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$4); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$4); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$4) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$4); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$4); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$4); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$4); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$4); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$6); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$6); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$6) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$6); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$6); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$6); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$6); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$6); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayTypeAttributeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayTypeAttributeImpl.java new file mode 100644 index 0000000..c1d72b3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ArrayTypeAttributeImpl.java @@ -0,0 +1,118 @@ +/* + * An XML attribute type. + * Localname: arrayType + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one arrayType(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public class ArrayTypeAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ArrayTypeAttribute +{ + + public ArrayTypeAttributeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ARRAYTYPE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "arrayType"); + + + /** + * Gets the "arrayType" attribute + */ + public java.lang.String getArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "arrayType" attribute + */ + public org.apache.xmlbeans.XmlString xgetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ARRAYTYPE$0); + return target; + } + } + + /** + * True if has "arrayType" attribute + */ + public boolean isSetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ARRAYTYPE$0) != null; + } + } + + /** + * Sets the "arrayType" attribute + */ + public void setArrayType(java.lang.String arrayType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ARRAYTYPE$0); + } + target.setStringValue(arrayType); + } + } + + /** + * Sets (as xml) the "arrayType" attribute + */ + public void xsetArrayType(org.apache.xmlbeans.XmlString arrayType) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ARRAYTYPE$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(ARRAYTYPE$0); + } + target.set(arrayType); + } + } + + /** + * Unsets the "arrayType" attribute + */ + public void unsetArrayType() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ARRAYTYPE$0); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryDocumentImpl.java new file mode 100644 index 0000000..d7a9a2d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: base64Binary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one base64Binary(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class Base64BinaryDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument +{ + + public Base64BinaryDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName BASE64BINARY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "base64Binary"); + + + /** + * Gets the "base64Binary" element + */ + public org.xmlsoap.schemas.soap.encoding.Base64Binary getBase64Binary() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Base64Binary target = null; + target = (org.xmlsoap.schemas.soap.encoding.Base64Binary)get_store().find_element_user(BASE64BINARY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "base64Binary" element + */ + public void setBase64Binary(org.xmlsoap.schemas.soap.encoding.Base64Binary base64Binary) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Base64Binary target = null; + target = (org.xmlsoap.schemas.soap.encoding.Base64Binary)get_store().find_element_user(BASE64BINARY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Base64Binary)get_store().add_element_user(BASE64BINARY$0); + } + target.set(base64Binary); + } + } + + /** + * Appends and returns a new empty "base64Binary" element + */ + public org.xmlsoap.schemas.soap.encoding.Base64Binary addNewBase64Binary() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Base64Binary target = null; + target = (org.xmlsoap.schemas.soap.encoding.Base64Binary)get_store().add_element_user(BASE64BINARY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryImpl.java new file mode 100644 index 0000000..4d518d2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64BinaryImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: base64Binary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64Binary + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML base64Binary(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Base64Binary. + */ +public class Base64BinaryImpl extends org.apache.xmlbeans.impl.values.JavaBase64HolderEx implements org.xmlsoap.schemas.soap.encoding.Base64Binary +{ + + public Base64BinaryImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected Base64BinaryImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64Impl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64Impl.java new file mode 100644 index 0000000..fcb9d86 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/Base64Impl.java @@ -0,0 +1,26 @@ +/* + * XML Type: base64 + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Base64 + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML base64(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Base64. + */ +public class Base64Impl extends org.apache.xmlbeans.impl.values.JavaBase64HolderEx implements org.xmlsoap.schemas.soap.encoding.Base64 +{ + + public Base64Impl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected Base64Impl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanDocumentImpl.java new file mode 100644 index 0000000..ec4a536 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: boolean + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.BooleanDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one boolean(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class BooleanDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.BooleanDocument +{ + + public BooleanDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName BOOLEAN$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "boolean"); + + + /** + * Gets the "boolean" element + */ + public org.xmlsoap.schemas.soap.encoding.Boolean getBoolean() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Boolean target = null; + target = (org.xmlsoap.schemas.soap.encoding.Boolean)get_store().find_element_user(BOOLEAN$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "boolean" element + */ + public void setBoolean(org.xmlsoap.schemas.soap.encoding.Boolean xboolean) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Boolean target = null; + target = (org.xmlsoap.schemas.soap.encoding.Boolean)get_store().find_element_user(BOOLEAN$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Boolean)get_store().add_element_user(BOOLEAN$0); + } + target.set(xboolean); + } + } + + /** + * Appends and returns a new empty "boolean" element + */ + public org.xmlsoap.schemas.soap.encoding.Boolean addNewBoolean() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Boolean target = null; + target = (org.xmlsoap.schemas.soap.encoding.Boolean)get_store().add_element_user(BOOLEAN$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanImpl.java new file mode 100644 index 0000000..096ac5e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/BooleanImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: boolean + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Boolean + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML boolean(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Boolean. + */ +public class BooleanImpl extends org.apache.xmlbeans.impl.values.JavaBooleanHolderEx implements org.xmlsoap.schemas.soap.encoding.Boolean +{ + + public BooleanImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected BooleanImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteDocumentImpl.java new file mode 100644 index 0000000..adf4003 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: byte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ByteDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one byte(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class ByteDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ByteDocument +{ + + public ByteDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName BYTE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "byte"); + + + /** + * Gets the "byte" element + */ + public org.xmlsoap.schemas.soap.encoding.Byte getByte() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Byte target = null; + target = (org.xmlsoap.schemas.soap.encoding.Byte)get_store().find_element_user(BYTE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "byte" element + */ + public void setByte(org.xmlsoap.schemas.soap.encoding.Byte xbyte) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Byte target = null; + target = (org.xmlsoap.schemas.soap.encoding.Byte)get_store().find_element_user(BYTE$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Byte)get_store().add_element_user(BYTE$0); + } + target.set(xbyte); + } + } + + /** + * Appends and returns a new empty "byte" element + */ + public org.xmlsoap.schemas.soap.encoding.Byte addNewByte() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Byte target = null; + target = (org.xmlsoap.schemas.soap.encoding.Byte)get_store().add_element_user(BYTE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteImpl.java new file mode 100644 index 0000000..7c7165c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ByteImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: byte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Byte + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML byte(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Byte. + */ +public class ByteImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.xmlsoap.schemas.soap.encoding.Byte +{ + + public ByteImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected ByteImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateDocumentImpl.java new file mode 100644 index 0000000..76525d1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: date + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one date(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class DateDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.DateDocument +{ + + public DateDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName DATE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "date"); + + + /** + * Gets the "date" element + */ + public org.xmlsoap.schemas.soap.encoding.Date getDate() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Date target = null; + target = (org.xmlsoap.schemas.soap.encoding.Date)get_store().find_element_user(DATE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "date" element + */ + public void setDate(org.xmlsoap.schemas.soap.encoding.Date date) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Date target = null; + target = (org.xmlsoap.schemas.soap.encoding.Date)get_store().find_element_user(DATE$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Date)get_store().add_element_user(DATE$0); + } + target.set(date); + } + } + + /** + * Appends and returns a new empty "date" element + */ + public org.xmlsoap.schemas.soap.encoding.Date addNewDate() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Date target = null; + target = (org.xmlsoap.schemas.soap.encoding.Date)get_store().add_element_user(DATE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateImpl.java new file mode 100644 index 0000000..287014a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: date + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Date + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML date(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Date. + */ +public class DateImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.Date +{ + + public DateImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected DateImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeDocumentImpl.java new file mode 100644 index 0000000..370b2bf --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: dateTime + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateTimeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one dateTime(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class DateTimeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.DateTimeDocument +{ + + public DateTimeDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName DATETIME$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "dateTime"); + + + /** + * Gets the "dateTime" element + */ + public org.xmlsoap.schemas.soap.encoding.DateTime getDateTime() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.DateTime target = null; + target = (org.xmlsoap.schemas.soap.encoding.DateTime)get_store().find_element_user(DATETIME$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "dateTime" element + */ + public void setDateTime(org.xmlsoap.schemas.soap.encoding.DateTime dateTime) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.DateTime target = null; + target = (org.xmlsoap.schemas.soap.encoding.DateTime)get_store().find_element_user(DATETIME$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.DateTime)get_store().add_element_user(DATETIME$0); + } + target.set(dateTime); + } + } + + /** + * Appends and returns a new empty "dateTime" element + */ + public org.xmlsoap.schemas.soap.encoding.DateTime addNewDateTime() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.DateTime target = null; + target = (org.xmlsoap.schemas.soap.encoding.DateTime)get_store().add_element_user(DATETIME$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeImpl.java new file mode 100644 index 0000000..93c7a87 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DateTimeImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: dateTime + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DateTime + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML dateTime(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.DateTime. + */ +public class DateTimeImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.DateTime +{ + + public DateTimeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected DateTimeImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalDocumentImpl.java new file mode 100644 index 0000000..fd7c752 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: decimal + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DecimalDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one decimal(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class DecimalDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.DecimalDocument +{ + + public DecimalDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName DECIMAL$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "decimal"); + + + /** + * Gets the "decimal" element + */ + public org.xmlsoap.schemas.soap.encoding.Decimal getDecimal() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Decimal target = null; + target = (org.xmlsoap.schemas.soap.encoding.Decimal)get_store().find_element_user(DECIMAL$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "decimal" element + */ + public void setDecimal(org.xmlsoap.schemas.soap.encoding.Decimal decimal) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Decimal target = null; + target = (org.xmlsoap.schemas.soap.encoding.Decimal)get_store().find_element_user(DECIMAL$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Decimal)get_store().add_element_user(DECIMAL$0); + } + target.set(decimal); + } + } + + /** + * Appends and returns a new empty "decimal" element + */ + public org.xmlsoap.schemas.soap.encoding.Decimal addNewDecimal() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Decimal target = null; + target = (org.xmlsoap.schemas.soap.encoding.Decimal)get_store().add_element_user(DECIMAL$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalImpl.java new file mode 100644 index 0000000..e288faa --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DecimalImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: decimal + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Decimal + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML decimal(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Decimal. + */ +public class DecimalImpl extends org.apache.xmlbeans.impl.values.JavaDecimalHolderEx implements org.xmlsoap.schemas.soap.encoding.Decimal +{ + + public DecimalImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected DecimalImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleDocumentImpl.java new file mode 100644 index 0000000..c37972b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: double + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DoubleDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one double(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class DoubleDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.DoubleDocument +{ + + public DoubleDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName DOUBLE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "double"); + + + /** + * Gets the "double" element + */ + public org.xmlsoap.schemas.soap.encoding.Double getDouble() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Double target = null; + target = (org.xmlsoap.schemas.soap.encoding.Double)get_store().find_element_user(DOUBLE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "double" element + */ + public void setDouble(org.xmlsoap.schemas.soap.encoding.Double xdouble) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Double target = null; + target = (org.xmlsoap.schemas.soap.encoding.Double)get_store().find_element_user(DOUBLE$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Double)get_store().add_element_user(DOUBLE$0); + } + target.set(xdouble); + } + } + + /** + * Appends and returns a new empty "double" element + */ + public org.xmlsoap.schemas.soap.encoding.Double addNewDouble() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Double target = null; + target = (org.xmlsoap.schemas.soap.encoding.Double)get_store().add_element_user(DOUBLE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleImpl.java new file mode 100644 index 0000000..f496808 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DoubleImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: double + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Double + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML double(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Double. + */ +public class DoubleImpl extends org.apache.xmlbeans.impl.values.JavaDoubleHolderEx implements org.xmlsoap.schemas.soap.encoding.Double +{ + + public DoubleImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected DoubleImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationDocumentImpl.java new file mode 100644 index 0000000..f2328e6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: duration + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.DurationDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one duration(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class DurationDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.DurationDocument +{ + + public DurationDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName DURATION$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "duration"); + + + /** + * Gets the "duration" element + */ + public org.xmlsoap.schemas.soap.encoding.Duration getDuration() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Duration target = null; + target = (org.xmlsoap.schemas.soap.encoding.Duration)get_store().find_element_user(DURATION$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "duration" element + */ + public void setDuration(org.xmlsoap.schemas.soap.encoding.Duration duration) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Duration target = null; + target = (org.xmlsoap.schemas.soap.encoding.Duration)get_store().find_element_user(DURATION$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Duration)get_store().add_element_user(DURATION$0); + } + target.set(duration); + } + } + + /** + * Appends and returns a new empty "duration" element + */ + public org.xmlsoap.schemas.soap.encoding.Duration addNewDuration() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Duration target = null; + target = (org.xmlsoap.schemas.soap.encoding.Duration)get_store().add_element_user(DURATION$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationImpl.java new file mode 100644 index 0000000..013275f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/DurationImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: duration + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Duration + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML duration(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Duration. + */ +public class DurationImpl extends org.apache.xmlbeans.impl.values.JavaGDurationHolderEx implements org.xmlsoap.schemas.soap.encoding.Duration +{ + + public DurationImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected DurationImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESDocumentImpl.java new file mode 100644 index 0000000..18ef480 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: ENTITIES + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITIESDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one ENTITIES(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class ENTITIESDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ENTITIESDocument +{ + + public ENTITIESDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ENTITIES$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "ENTITIES"); + + + /** + * Gets the "ENTITIES" element + */ + public org.xmlsoap.schemas.soap.encoding.ENTITIES getENTITIES() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITIES target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITIES)get_store().find_element_user(ENTITIES$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "ENTITIES" element + */ + public void setENTITIES(org.xmlsoap.schemas.soap.encoding.ENTITIES entities) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITIES target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITIES)get_store().find_element_user(ENTITIES$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ENTITIES)get_store().add_element_user(ENTITIES$0); + } + target.set(entities); + } + } + + /** + * Appends and returns a new empty "ENTITIES" element + */ + public org.xmlsoap.schemas.soap.encoding.ENTITIES addNewENTITIES() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITIES target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITIES)get_store().add_element_user(ENTITIES$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESImpl.java new file mode 100644 index 0000000..9f53ce6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITIESImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: ENTITIES + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITIES + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML ENTITIES(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlENTITY. + */ +public class ENTITIESImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements org.xmlsoap.schemas.soap.encoding.ENTITIES +{ + + public ENTITIESImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected ENTITIESImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYDocumentImpl.java new file mode 100644 index 0000000..7f79ff3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: ENTITY + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITYDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one ENTITY(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class ENTITYDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ENTITYDocument +{ + + public ENTITYDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ENTITY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "ENTITY"); + + + /** + * Gets the "ENTITY" element + */ + public org.xmlsoap.schemas.soap.encoding.ENTITY getENTITY() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITY target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITY)get_store().find_element_user(ENTITY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "ENTITY" element + */ + public void setENTITY(org.xmlsoap.schemas.soap.encoding.ENTITY entity) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITY target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITY)get_store().find_element_user(ENTITY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ENTITY)get_store().add_element_user(ENTITY$0); + } + target.set(entity); + } + } + + /** + * Appends and returns a new empty "ENTITY" element + */ + public org.xmlsoap.schemas.soap.encoding.ENTITY addNewENTITY() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ENTITY target = null; + target = (org.xmlsoap.schemas.soap.encoding.ENTITY)get_store().add_element_user(ENTITY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYImpl.java new file mode 100644 index 0000000..77bfbde --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ENTITYImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: ENTITY + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ENTITY + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML ENTITY(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ENTITY. + */ +public class ENTITYImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.ENTITY +{ + + public ENTITYImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected ENTITYImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatDocumentImpl.java new file mode 100644 index 0000000..28cc174 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: float + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.FloatDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one float(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class FloatDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.FloatDocument +{ + + public FloatDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName FLOAT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "float"); + + + /** + * Gets the "float" element + */ + public org.xmlsoap.schemas.soap.encoding.Float getFloat() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Float target = null; + target = (org.xmlsoap.schemas.soap.encoding.Float)get_store().find_element_user(FLOAT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "float" element + */ + public void setFloat(org.xmlsoap.schemas.soap.encoding.Float xfloat) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Float target = null; + target = (org.xmlsoap.schemas.soap.encoding.Float)get_store().find_element_user(FLOAT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Float)get_store().add_element_user(FLOAT$0); + } + target.set(xfloat); + } + } + + /** + * Appends and returns a new empty "float" element + */ + public org.xmlsoap.schemas.soap.encoding.Float addNewFloat() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Float target = null; + target = (org.xmlsoap.schemas.soap.encoding.Float)get_store().add_element_user(FLOAT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatImpl.java new file mode 100644 index 0000000..09de043 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/FloatImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: float + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Float + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML float(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Float. + */ +public class FloatImpl extends org.apache.xmlbeans.impl.values.JavaFloatHolderEx implements org.xmlsoap.schemas.soap.encoding.Float +{ + + public FloatImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected FloatImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayDocumentImpl.java new file mode 100644 index 0000000..c69029a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: gDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GDayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one gDay(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class GDayDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.GDayDocument +{ + + public GDayDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName GDAY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "gDay"); + + + /** + * Gets the "gDay" element + */ + public org.xmlsoap.schemas.soap.encoding.GDay getGDay() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GDay)get_store().find_element_user(GDAY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "gDay" element + */ + public void setGDay(org.xmlsoap.schemas.soap.encoding.GDay gDay) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GDay)get_store().find_element_user(GDAY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.GDay)get_store().add_element_user(GDAY$0); + } + target.set(gDay); + } + } + + /** + * Appends and returns a new empty "gDay" element + */ + public org.xmlsoap.schemas.soap.encoding.GDay addNewGDay() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GDay)get_store().add_element_user(GDAY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayImpl.java new file mode 100644 index 0000000..1c5e781 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GDayImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: gDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GDay + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML gDay(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GDay. + */ +public class GDayImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.GDay +{ + + public GDayImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected GDayImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayDocumentImpl.java new file mode 100644 index 0000000..59ee620 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: gMonthDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDayDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one gMonthDay(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class GMonthDayDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.GMonthDayDocument +{ + + public GMonthDayDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName GMONTHDAY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "gMonthDay"); + + + /** + * Gets the "gMonthDay" element + */ + public org.xmlsoap.schemas.soap.encoding.GMonthDay getGMonthDay() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonthDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonthDay)get_store().find_element_user(GMONTHDAY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "gMonthDay" element + */ + public void setGMonthDay(org.xmlsoap.schemas.soap.encoding.GMonthDay gMonthDay) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonthDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonthDay)get_store().find_element_user(GMONTHDAY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.GMonthDay)get_store().add_element_user(GMONTHDAY$0); + } + target.set(gMonthDay); + } + } + + /** + * Appends and returns a new empty "gMonthDay" element + */ + public org.xmlsoap.schemas.soap.encoding.GMonthDay addNewGMonthDay() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonthDay target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonthDay)get_store().add_element_user(GMONTHDAY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayImpl.java new file mode 100644 index 0000000..3b57758 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDayImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: gMonthDay + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDay + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML gMonthDay(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GMonthDay. + */ +public class GMonthDayImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.GMonthDay +{ + + public GMonthDayImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected GMonthDayImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDocumentImpl.java new file mode 100644 index 0000000..2d7f861 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: gMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonthDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one gMonth(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class GMonthDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.GMonthDocument +{ + + public GMonthDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName GMONTH$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "gMonth"); + + + /** + * Gets the "gMonth" element + */ + public org.xmlsoap.schemas.soap.encoding.GMonth getGMonth() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonth)get_store().find_element_user(GMONTH$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "gMonth" element + */ + public void setGMonth(org.xmlsoap.schemas.soap.encoding.GMonth gMonth) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonth)get_store().find_element_user(GMONTH$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.GMonth)get_store().add_element_user(GMONTH$0); + } + target.set(gMonth); + } + } + + /** + * Appends and returns a new empty "gMonth" element + */ + public org.xmlsoap.schemas.soap.encoding.GMonth addNewGMonth() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GMonth)get_store().add_element_user(GMONTH$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthImpl.java new file mode 100644 index 0000000..48f2f6e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GMonthImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: gMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GMonth + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML gMonth(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GMonth. + */ +public class GMonthImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.GMonth +{ + + public GMonthImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected GMonthImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearDocumentImpl.java new file mode 100644 index 0000000..c1fa647 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: gYear + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one gYear(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class GYearDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.GYearDocument +{ + + public GYearDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName GYEAR$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "gYear"); + + + /** + * Gets the "gYear" element + */ + public org.xmlsoap.schemas.soap.encoding.GYear getGYear() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYear target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYear)get_store().find_element_user(GYEAR$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "gYear" element + */ + public void setGYear(org.xmlsoap.schemas.soap.encoding.GYear gYear) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYear target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYear)get_store().find_element_user(GYEAR$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.GYear)get_store().add_element_user(GYEAR$0); + } + target.set(gYear); + } + } + + /** + * Appends and returns a new empty "gYear" element + */ + public org.xmlsoap.schemas.soap.encoding.GYear addNewGYear() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYear target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYear)get_store().add_element_user(GYEAR$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearImpl.java new file mode 100644 index 0000000..ecf6325 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: gYear + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYear + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML gYear(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GYear. + */ +public class GYearImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.GYear +{ + + public GYearImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected GYearImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthDocumentImpl.java new file mode 100644 index 0000000..8206daa --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: gYearMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearMonthDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one gYearMonth(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class GYearMonthDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.GYearMonthDocument +{ + + public GYearMonthDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName GYEARMONTH$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "gYearMonth"); + + + /** + * Gets the "gYearMonth" element + */ + public org.xmlsoap.schemas.soap.encoding.GYearMonth getGYearMonth() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYearMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYearMonth)get_store().find_element_user(GYEARMONTH$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "gYearMonth" element + */ + public void setGYearMonth(org.xmlsoap.schemas.soap.encoding.GYearMonth gYearMonth) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYearMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYearMonth)get_store().find_element_user(GYEARMONTH$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.GYearMonth)get_store().add_element_user(GYEARMONTH$0); + } + target.set(gYearMonth); + } + } + + /** + * Appends and returns a new empty "gYearMonth" element + */ + public org.xmlsoap.schemas.soap.encoding.GYearMonth addNewGYearMonth() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.GYearMonth target = null; + target = (org.xmlsoap.schemas.soap.encoding.GYearMonth)get_store().add_element_user(GYEARMONTH$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthImpl.java new file mode 100644 index 0000000..2b1be09 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/GYearMonthImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: gYearMonth + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.GYearMonth + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML gYearMonth(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.GYearMonth. + */ +public class GYearMonthImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.GYearMonth +{ + + public GYearMonthImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected GYearMonthImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryDocumentImpl.java new file mode 100644 index 0000000..f272124 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: hexBinary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.HexBinaryDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one hexBinary(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class HexBinaryDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.HexBinaryDocument +{ + + public HexBinaryDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName HEXBINARY$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "hexBinary"); + + + /** + * Gets the "hexBinary" element + */ + public org.xmlsoap.schemas.soap.encoding.HexBinary getHexBinary() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.HexBinary target = null; + target = (org.xmlsoap.schemas.soap.encoding.HexBinary)get_store().find_element_user(HEXBINARY$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "hexBinary" element + */ + public void setHexBinary(org.xmlsoap.schemas.soap.encoding.HexBinary hexBinary) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.HexBinary target = null; + target = (org.xmlsoap.schemas.soap.encoding.HexBinary)get_store().find_element_user(HEXBINARY$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.HexBinary)get_store().add_element_user(HEXBINARY$0); + } + target.set(hexBinary); + } + } + + /** + * Appends and returns a new empty "hexBinary" element + */ + public org.xmlsoap.schemas.soap.encoding.HexBinary addNewHexBinary() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.HexBinary target = null; + target = (org.xmlsoap.schemas.soap.encoding.HexBinary)get_store().add_element_user(HEXBINARY$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryImpl.java new file mode 100644 index 0000000..d36783d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/HexBinaryImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: hexBinary + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.HexBinary + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML hexBinary(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.HexBinary. + */ +public class HexBinaryImpl extends org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx implements org.xmlsoap.schemas.soap.encoding.HexBinary +{ + + public HexBinaryImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected HexBinaryImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDDocumentImpl.java new file mode 100644 index 0000000..e280880 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: ID + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one ID(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class IDDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.IDDocument +{ + + public IDDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "ID"); + + + /** + * Gets the "ID" element + */ + public org.xmlsoap.schemas.soap.encoding.ID getID() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ID target = null; + target = (org.xmlsoap.schemas.soap.encoding.ID)get_store().find_element_user(ID$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "ID" element + */ + public void setID(org.xmlsoap.schemas.soap.encoding.ID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ID target = null; + target = (org.xmlsoap.schemas.soap.encoding.ID)get_store().find_element_user(ID$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ID)get_store().add_element_user(ID$0); + } + target.set(id); + } + } + + /** + * Appends and returns a new empty "ID" element + */ + public org.xmlsoap.schemas.soap.encoding.ID addNewID() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ID target = null; + target = (org.xmlsoap.schemas.soap.encoding.ID)get_store().add_element_user(ID$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDImpl.java new file mode 100644 index 0000000..b9241e8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: ID + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ID + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML ID(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.ID. + */ +public class IDImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.ID +{ + + public IDImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected IDImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFDocumentImpl.java new file mode 100644 index 0000000..3871513 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: IDREF + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one IDREF(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class IDREFDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.IDREFDocument +{ + + public IDREFDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName IDREF$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "IDREF"); + + + /** + * Gets the "IDREF" element + */ + public org.xmlsoap.schemas.soap.encoding.IDREF getIDREF() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREF target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREF)get_store().find_element_user(IDREF$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "IDREF" element + */ + public void setIDREF(org.xmlsoap.schemas.soap.encoding.IDREF idref) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREF target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREF)get_store().find_element_user(IDREF$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.IDREF)get_store().add_element_user(IDREF$0); + } + target.set(idref); + } + } + + /** + * Appends and returns a new empty "IDREF" element + */ + public org.xmlsoap.schemas.soap.encoding.IDREF addNewIDREF() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREF target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREF)get_store().add_element_user(IDREF$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFImpl.java new file mode 100644 index 0000000..a4a11ea --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: IDREF + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREF + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML IDREF(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.IDREF. + */ +public class IDREFImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.IDREF +{ + + public IDREFImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected IDREFImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSDocumentImpl.java new file mode 100644 index 0000000..759e8e5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: IDREFS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFSDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one IDREFS(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class IDREFSDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.IDREFSDocument +{ + + public IDREFSDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName IDREFS$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "IDREFS"); + + + /** + * Gets the "IDREFS" element + */ + public org.xmlsoap.schemas.soap.encoding.IDREFS getIDREFS() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREFS target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREFS)get_store().find_element_user(IDREFS$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "IDREFS" element + */ + public void setIDREFS(org.xmlsoap.schemas.soap.encoding.IDREFS idrefs) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREFS target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREFS)get_store().find_element_user(IDREFS$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.IDREFS)get_store().add_element_user(IDREFS$0); + } + target.set(idrefs); + } + } + + /** + * Appends and returns a new empty "IDREFS" element + */ + public org.xmlsoap.schemas.soap.encoding.IDREFS addNewIDREFS() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.IDREFS target = null; + target = (org.xmlsoap.schemas.soap.encoding.IDREFS)get_store().add_element_user(IDREFS$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSImpl.java new file mode 100644 index 0000000..74c6f27 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IDREFSImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: IDREFS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IDREFS + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML IDREFS(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlIDREF. + */ +public class IDREFSImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements org.xmlsoap.schemas.soap.encoding.IDREFS +{ + + public IDREFSImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected IDREFSImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntDocumentImpl.java new file mode 100644 index 0000000..cd7f6b8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: int + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IntDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one int(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class IntDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.IntDocument +{ + + public IntDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName INT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "int"); + + + /** + * Gets the "int" element + */ + public org.xmlsoap.schemas.soap.encoding.Int getInt() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Int target = null; + target = (org.xmlsoap.schemas.soap.encoding.Int)get_store().find_element_user(INT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "int" element + */ + public void setInt(org.xmlsoap.schemas.soap.encoding.Int xint) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Int target = null; + target = (org.xmlsoap.schemas.soap.encoding.Int)get_store().find_element_user(INT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Int)get_store().add_element_user(INT$0); + } + target.set(xint); + } + } + + /** + * Appends and returns a new empty "int" element + */ + public org.xmlsoap.schemas.soap.encoding.Int addNewInt() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Int target = null; + target = (org.xmlsoap.schemas.soap.encoding.Int)get_store().add_element_user(INT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntImpl.java new file mode 100644 index 0000000..0e9f5f1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: int + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Int + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML int(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Int. + */ +public class IntImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.xmlsoap.schemas.soap.encoding.Int +{ + + public IntImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected IntImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerDocumentImpl.java new file mode 100644 index 0000000..5ef4e2b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: integer + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.IntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one integer(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class IntegerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.IntegerDocument +{ + + public IntegerDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName INTEGER$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "integer"); + + + /** + * Gets the "integer" element + */ + public org.xmlsoap.schemas.soap.encoding.Integer getInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Integer target = null; + target = (org.xmlsoap.schemas.soap.encoding.Integer)get_store().find_element_user(INTEGER$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "integer" element + */ + public void setInteger(org.xmlsoap.schemas.soap.encoding.Integer integer) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Integer target = null; + target = (org.xmlsoap.schemas.soap.encoding.Integer)get_store().find_element_user(INTEGER$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Integer)get_store().add_element_user(INTEGER$0); + } + target.set(integer); + } + } + + /** + * Appends and returns a new empty "integer" element + */ + public org.xmlsoap.schemas.soap.encoding.Integer addNewInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Integer target = null; + target = (org.xmlsoap.schemas.soap.encoding.Integer)get_store().add_element_user(INTEGER$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerImpl.java new file mode 100644 index 0000000..c06b182 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/IntegerImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: integer + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Integer + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML integer(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Integer. + */ +public class IntegerImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.Integer +{ + + public IntegerImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected IntegerImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageDocumentImpl.java new file mode 100644 index 0000000..f603a59 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: language + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.LanguageDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one language(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class LanguageDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.LanguageDocument +{ + + public LanguageDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName LANGUAGE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "language"); + + + /** + * Gets the "language" element + */ + public org.xmlsoap.schemas.soap.encoding.Language getLanguage() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Language target = null; + target = (org.xmlsoap.schemas.soap.encoding.Language)get_store().find_element_user(LANGUAGE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "language" element + */ + public void setLanguage(org.xmlsoap.schemas.soap.encoding.Language language) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Language target = null; + target = (org.xmlsoap.schemas.soap.encoding.Language)get_store().find_element_user(LANGUAGE$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Language)get_store().add_element_user(LANGUAGE$0); + } + target.set(language); + } + } + + /** + * Appends and returns a new empty "language" element + */ + public org.xmlsoap.schemas.soap.encoding.Language addNewLanguage() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Language target = null; + target = (org.xmlsoap.schemas.soap.encoding.Language)get_store().add_element_user(LANGUAGE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageImpl.java new file mode 100644 index 0000000..44b49b8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LanguageImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: language + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Language + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML language(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Language. + */ +public class LanguageImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.Language +{ + + public LanguageImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected LanguageImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongDocumentImpl.java new file mode 100644 index 0000000..1e49f29 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: long + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.LongDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one long(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class LongDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.LongDocument +{ + + public LongDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName LONG$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "long"); + + + /** + * Gets the "long" element + */ + public org.xmlsoap.schemas.soap.encoding.Long getLong() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Long target = null; + target = (org.xmlsoap.schemas.soap.encoding.Long)get_store().find_element_user(LONG$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "long" element + */ + public void setLong(org.xmlsoap.schemas.soap.encoding.Long xlong) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Long target = null; + target = (org.xmlsoap.schemas.soap.encoding.Long)get_store().find_element_user(LONG$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Long)get_store().add_element_user(LONG$0); + } + target.set(xlong); + } + } + + /** + * Appends and returns a new empty "long" element + */ + public org.xmlsoap.schemas.soap.encoding.Long addNewLong() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Long target = null; + target = (org.xmlsoap.schemas.soap.encoding.Long)get_store().add_element_user(LONG$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongImpl.java new file mode 100644 index 0000000..ce7696a --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/LongImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: long + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Long + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML long(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Long. + */ +public class LongImpl extends org.apache.xmlbeans.impl.values.JavaLongHolderEx implements org.xmlsoap.schemas.soap.encoding.Long +{ + + public LongImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected LongImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameDocumentImpl.java new file mode 100644 index 0000000..15e35cc --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: NCName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NCNameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one NCName(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NCNameDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NCNameDocument +{ + + public NCNameDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NCNAME$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "NCName"); + + + /** + * Gets the "NCName" element + */ + public org.xmlsoap.schemas.soap.encoding.NCName getNCName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NCName target = null; + target = (org.xmlsoap.schemas.soap.encoding.NCName)get_store().find_element_user(NCNAME$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "NCName" element + */ + public void setNCName(org.xmlsoap.schemas.soap.encoding.NCName ncName) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NCName target = null; + target = (org.xmlsoap.schemas.soap.encoding.NCName)get_store().find_element_user(NCNAME$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NCName)get_store().add_element_user(NCNAME$0); + } + target.set(ncName); + } + } + + /** + * Appends and returns a new empty "NCName" element + */ + public org.xmlsoap.schemas.soap.encoding.NCName addNewNCName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NCName target = null; + target = (org.xmlsoap.schemas.soap.encoding.NCName)get_store().add_element_user(NCNAME$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameImpl.java new file mode 100644 index 0000000..b481372 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NCNameImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: NCName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NCName + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML NCName(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NCName. + */ +public class NCNameImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.NCName +{ + + public NCNameImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NCNameImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENDocumentImpl.java new file mode 100644 index 0000000..aba27d4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: NMTOKEN + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one NMTOKEN(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NMTOKENDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NMTOKENDocument +{ + + public NMTOKENDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NMTOKEN$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "NMTOKEN"); + + + /** + * Gets the "NMTOKEN" element + */ + public org.xmlsoap.schemas.soap.encoding.NMTOKEN getNMTOKEN() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKEN target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKEN)get_store().find_element_user(NMTOKEN$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "NMTOKEN" element + */ + public void setNMTOKEN(org.xmlsoap.schemas.soap.encoding.NMTOKEN nmtoken) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKEN target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKEN)get_store().find_element_user(NMTOKEN$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NMTOKEN)get_store().add_element_user(NMTOKEN$0); + } + target.set(nmtoken); + } + } + + /** + * Appends and returns a new empty "NMTOKEN" element + */ + public org.xmlsoap.schemas.soap.encoding.NMTOKEN addNewNMTOKEN() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKEN target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKEN)get_store().add_element_user(NMTOKEN$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENImpl.java new file mode 100644 index 0000000..076dcde --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: NMTOKEN + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKEN + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML NMTOKEN(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NMTOKEN. + */ +public class NMTOKENImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.NMTOKEN +{ + + public NMTOKENImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NMTOKENImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSDocumentImpl.java new file mode 100644 index 0000000..b148c12 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: NMTOKENS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one NMTOKENS(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NMTOKENSDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NMTOKENSDocument +{ + + public NMTOKENSDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NMTOKENS$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "NMTOKENS"); + + + /** + * Gets the "NMTOKENS" element + */ + public org.xmlsoap.schemas.soap.encoding.NMTOKENS getNMTOKENS() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKENS target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKENS)get_store().find_element_user(NMTOKENS$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "NMTOKENS" element + */ + public void setNMTOKENS(org.xmlsoap.schemas.soap.encoding.NMTOKENS nmtokens) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKENS target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKENS)get_store().find_element_user(NMTOKENS$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NMTOKENS)get_store().add_element_user(NMTOKENS$0); + } + target.set(nmtokens); + } + } + + /** + * Appends and returns a new empty "NMTOKENS" element + */ + public org.xmlsoap.schemas.soap.encoding.NMTOKENS addNewNMTOKENS() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NMTOKENS target = null; + target = (org.xmlsoap.schemas.soap.encoding.NMTOKENS)get_store().add_element_user(NMTOKENS$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSImpl.java new file mode 100644 index 0000000..c2501e1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NMTOKENSImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: NMTOKENS + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NMTOKENS + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML NMTOKENS(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a list type whose items are org.apache.xmlbeans.XmlNMTOKEN. + */ +public class NMTOKENSImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements org.xmlsoap.schemas.soap.encoding.NMTOKENS +{ + + public NMTOKENSImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NMTOKENSImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONDocumentImpl.java new file mode 100644 index 0000000..01b09e9 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: NOTATION + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NOTATIONDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one NOTATION(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NOTATIONDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NOTATIONDocument +{ + + public NOTATIONDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NOTATION$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "NOTATION"); + + + /** + * Gets the "NOTATION" element + */ + public org.xmlsoap.schemas.soap.encoding.NOTATION getNOTATION() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NOTATION target = null; + target = (org.xmlsoap.schemas.soap.encoding.NOTATION)get_store().find_element_user(NOTATION$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "NOTATION" element + */ + public void setNOTATION(org.xmlsoap.schemas.soap.encoding.NOTATION notation) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NOTATION target = null; + target = (org.xmlsoap.schemas.soap.encoding.NOTATION)get_store().find_element_user(NOTATION$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NOTATION)get_store().add_element_user(NOTATION$0); + } + target.set(notation); + } + } + + /** + * Appends and returns a new empty "NOTATION" element + */ + public org.xmlsoap.schemas.soap.encoding.NOTATION addNewNOTATION() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NOTATION target = null; + target = (org.xmlsoap.schemas.soap.encoding.NOTATION)get_store().add_element_user(NOTATION$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONImpl.java new file mode 100644 index 0000000..47768be --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NOTATIONImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: NOTATION + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NOTATION + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML NOTATION(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NOTATION. + */ +public class NOTATIONImpl extends org.apache.xmlbeans.impl.values.JavaQNameHolderEx implements org.xmlsoap.schemas.soap.encoding.NOTATION +{ + + public NOTATIONImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NOTATIONImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameDocumentImpl.java new file mode 100644 index 0000000..3fa61c1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: Name + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one Name(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NameDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NameDocument +{ + + public NameDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NAME$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "Name"); + + + /** + * Gets the "Name" element + */ + public org.xmlsoap.schemas.soap.encoding.Name getName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Name target = null; + target = (org.xmlsoap.schemas.soap.encoding.Name)get_store().find_element_user(NAME$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "Name" element + */ + public void setName(org.xmlsoap.schemas.soap.encoding.Name name) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Name target = null; + target = (org.xmlsoap.schemas.soap.encoding.Name)get_store().find_element_user(NAME$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Name)get_store().add_element_user(NAME$0); + } + target.set(name); + } + } + + /** + * Appends and returns a new empty "Name" element + */ + public org.xmlsoap.schemas.soap.encoding.Name addNewName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Name target = null; + target = (org.xmlsoap.schemas.soap.encoding.Name)get_store().add_element_user(NAME$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameImpl.java new file mode 100644 index 0000000..0e6cf84 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NameImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: Name + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Name + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML Name(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Name. + */ +public class NameImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.Name +{ + + public NameImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NameImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerDocumentImpl.java new file mode 100644 index 0000000..bd012e0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: negativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one negativeInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NegativeIntegerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NegativeIntegerDocument +{ + + public NegativeIntegerDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NEGATIVEINTEGER$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "negativeInteger"); + + + /** + * Gets the "negativeInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NegativeInteger getNegativeInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NegativeInteger)get_store().find_element_user(NEGATIVEINTEGER$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "negativeInteger" element + */ + public void setNegativeInteger(org.xmlsoap.schemas.soap.encoding.NegativeInteger negativeInteger) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NegativeInteger)get_store().find_element_user(NEGATIVEINTEGER$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NegativeInteger)get_store().add_element_user(NEGATIVEINTEGER$0); + } + target.set(negativeInteger); + } + } + + /** + * Appends and returns a new empty "negativeInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NegativeInteger addNewNegativeInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NegativeInteger)get_store().add_element_user(NEGATIVEINTEGER$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerImpl.java new file mode 100644 index 0000000..678f668 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NegativeIntegerImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: negativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NegativeInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML negativeInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NegativeInteger. + */ +public class NegativeIntegerImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.NegativeInteger +{ + + public NegativeIntegerImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NegativeIntegerImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerDocumentImpl.java new file mode 100644 index 0000000..1f5c791 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: nonNegativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one nonNegativeInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NonNegativeIntegerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerDocument +{ + + public NonNegativeIntegerDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NONNEGATIVEINTEGER$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "nonNegativeInteger"); + + + /** + * Gets the "nonNegativeInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NonNegativeInteger getNonNegativeInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonNegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger)get_store().find_element_user(NONNEGATIVEINTEGER$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "nonNegativeInteger" element + */ + public void setNonNegativeInteger(org.xmlsoap.schemas.soap.encoding.NonNegativeInteger nonNegativeInteger) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonNegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger)get_store().find_element_user(NONNEGATIVEINTEGER$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger)get_store().add_element_user(NONNEGATIVEINTEGER$0); + } + target.set(nonNegativeInteger); + } + } + + /** + * Appends and returns a new empty "nonNegativeInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NonNegativeInteger addNewNonNegativeInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonNegativeInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonNegativeInteger)get_store().add_element_user(NONNEGATIVEINTEGER$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerImpl.java new file mode 100644 index 0000000..49e3d62 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonNegativeIntegerImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: nonNegativeInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonNegativeInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML nonNegativeInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NonNegativeInteger. + */ +public class NonNegativeIntegerImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.NonNegativeInteger +{ + + public NonNegativeIntegerImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NonNegativeIntegerImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerDocumentImpl.java new file mode 100644 index 0000000..a646508 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: nonPositiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one nonPositiveInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NonPositiveIntegerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerDocument +{ + + public NonPositiveIntegerDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NONPOSITIVEINTEGER$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "nonPositiveInteger"); + + + /** + * Gets the "nonPositiveInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NonPositiveInteger getNonPositiveInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonPositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger)get_store().find_element_user(NONPOSITIVEINTEGER$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "nonPositiveInteger" element + */ + public void setNonPositiveInteger(org.xmlsoap.schemas.soap.encoding.NonPositiveInteger nonPositiveInteger) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonPositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger)get_store().find_element_user(NONPOSITIVEINTEGER$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger)get_store().add_element_user(NONPOSITIVEINTEGER$0); + } + target.set(nonPositiveInteger); + } + } + + /** + * Appends and returns a new empty "nonPositiveInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.NonPositiveInteger addNewNonPositiveInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NonPositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.NonPositiveInteger)get_store().add_element_user(NONPOSITIVEINTEGER$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerImpl.java new file mode 100644 index 0000000..d2fac26 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NonPositiveIntegerImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: nonPositiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NonPositiveInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML nonPositiveInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NonPositiveInteger. + */ +public class NonPositiveIntegerImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.NonPositiveInteger +{ + + public NonPositiveIntegerImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NonPositiveIntegerImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringDocumentImpl.java new file mode 100644 index 0000000..3ed230e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: normalizedString + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one normalizedString(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class NormalizedStringDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.NormalizedStringDocument +{ + + public NormalizedStringDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName NORMALIZEDSTRING$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "normalizedString"); + + + /** + * Gets the "normalizedString" element + */ + public org.xmlsoap.schemas.soap.encoding.NormalizedString getNormalizedString() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NormalizedString target = null; + target = (org.xmlsoap.schemas.soap.encoding.NormalizedString)get_store().find_element_user(NORMALIZEDSTRING$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "normalizedString" element + */ + public void setNormalizedString(org.xmlsoap.schemas.soap.encoding.NormalizedString normalizedString) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NormalizedString target = null; + target = (org.xmlsoap.schemas.soap.encoding.NormalizedString)get_store().find_element_user(NORMALIZEDSTRING$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.NormalizedString)get_store().add_element_user(NORMALIZEDSTRING$0); + } + target.set(normalizedString); + } + } + + /** + * Appends and returns a new empty "normalizedString" element + */ + public org.xmlsoap.schemas.soap.encoding.NormalizedString addNewNormalizedString() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.NormalizedString target = null; + target = (org.xmlsoap.schemas.soap.encoding.NormalizedString)get_store().add_element_user(NORMALIZEDSTRING$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringImpl.java new file mode 100644 index 0000000..a7f7377 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/NormalizedStringImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: normalizedString + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.NormalizedString + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML normalizedString(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.NormalizedString. + */ +public class NormalizedStringImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.NormalizedString +{ + + public NormalizedStringImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected NormalizedStringImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/OffsetAttributeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/OffsetAttributeImpl.java new file mode 100644 index 0000000..9519b3f --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/OffsetAttributeImpl.java @@ -0,0 +1,118 @@ +/* + * An XML attribute type. + * Localname: offset + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.OffsetAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one offset(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public class OffsetAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.OffsetAttribute +{ + + public OffsetAttributeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName OFFSET$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "offset"); + + + /** + * Gets the "offset" attribute + */ + public java.lang.String getOffset() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(OFFSET$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "offset" attribute + */ + public org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(OFFSET$0); + return target; + } + } + + /** + * True if has "offset" attribute + */ + public boolean isSetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(OFFSET$0) != null; + } + } + + /** + * Sets the "offset" attribute + */ + public void setOffset(java.lang.String offset) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(OFFSET$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(OFFSET$0); + } + target.setStringValue(offset); + } + } + + /** + * Sets (as xml) the "offset" attribute + */ + public void xsetOffset(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate offset) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(OFFSET$0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().add_attribute_user(OFFSET$0); + } + target.set(offset); + } + } + + /** + * Unsets the "offset" attribute + */ + public void unsetOffset() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(OFFSET$0); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositionAttributeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositionAttributeImpl.java new file mode 100644 index 0000000..f119c43 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositionAttributeImpl.java @@ -0,0 +1,118 @@ +/* + * An XML attribute type. + * Localname: position + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositionAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one position(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public class PositionAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.PositionAttribute +{ + + public PositionAttributeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName POSITION$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "position"); + + + /** + * Gets the "position" attribute + */ + public java.lang.String getPosition() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(POSITION$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "position" attribute + */ + public org.xmlsoap.schemas.soap.encoding.ArrayCoordinate xgetPosition() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(POSITION$0); + return target; + } + } + + /** + * True if has "position" attribute + */ + public boolean isSetPosition() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(POSITION$0) != null; + } + } + + /** + * Sets the "position" attribute + */ + public void setPosition(java.lang.String position) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(POSITION$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(POSITION$0); + } + target.setStringValue(position); + } + } + + /** + * Sets (as xml) the "position" attribute + */ + public void xsetPosition(org.xmlsoap.schemas.soap.encoding.ArrayCoordinate position) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.ArrayCoordinate target = null; + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().find_attribute_user(POSITION$0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.ArrayCoordinate)get_store().add_attribute_user(POSITION$0); + } + target.set(position); + } + } + + /** + * Unsets the "position" attribute + */ + public void unsetPosition() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(POSITION$0); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerDocumentImpl.java new file mode 100644 index 0000000..1a593e3 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: positiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one positiveInteger(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class PositiveIntegerDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.PositiveIntegerDocument +{ + + public PositiveIntegerDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName POSITIVEINTEGER$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "positiveInteger"); + + + /** + * Gets the "positiveInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.PositiveInteger getPositiveInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.PositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.PositiveInteger)get_store().find_element_user(POSITIVEINTEGER$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "positiveInteger" element + */ + public void setPositiveInteger(org.xmlsoap.schemas.soap.encoding.PositiveInteger positiveInteger) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.PositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.PositiveInteger)get_store().find_element_user(POSITIVEINTEGER$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.PositiveInteger)get_store().add_element_user(POSITIVEINTEGER$0); + } + target.set(positiveInteger); + } + } + + /** + * Appends and returns a new empty "positiveInteger" element + */ + public org.xmlsoap.schemas.soap.encoding.PositiveInteger addNewPositiveInteger() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.PositiveInteger target = null; + target = (org.xmlsoap.schemas.soap.encoding.PositiveInteger)get_store().add_element_user(POSITIVEINTEGER$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerImpl.java new file mode 100644 index 0000000..64d00d5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/PositiveIntegerImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: positiveInteger + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.PositiveInteger + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML positiveInteger(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.PositiveInteger. + */ +public class PositiveIntegerImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.PositiveInteger +{ + + public PositiveIntegerImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected PositiveIntegerImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameDocumentImpl.java new file mode 100644 index 0000000..3a06cf6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: QName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.QNameDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one QName(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class QNameDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.QNameDocument +{ + + public QNameDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName QNAME$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "QName"); + + + /** + * Gets the "QName" element + */ + public org.xmlsoap.schemas.soap.encoding.QName getQName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.QName target = null; + target = (org.xmlsoap.schemas.soap.encoding.QName)get_store().find_element_user(QNAME$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "QName" element + */ + public void setQName(org.xmlsoap.schemas.soap.encoding.QName qName) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.QName target = null; + target = (org.xmlsoap.schemas.soap.encoding.QName)get_store().find_element_user(QNAME$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.QName)get_store().add_element_user(QNAME$0); + } + target.set(qName); + } + } + + /** + * Appends and returns a new empty "QName" element + */ + public org.xmlsoap.schemas.soap.encoding.QName addNewQName() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.QName target = null; + target = (org.xmlsoap.schemas.soap.encoding.QName)get_store().add_element_user(QNAME$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameImpl.java new file mode 100644 index 0000000..26ec8ec --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/QNameImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: QName + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.QName + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML QName(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.QName. + */ +public class QNameImpl extends org.apache.xmlbeans.impl.values.JavaQNameHolderEx implements org.xmlsoap.schemas.soap.encoding.QName +{ + + public QNameImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected QNameImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/RootAttributeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/RootAttributeImpl.java new file mode 100644 index 0000000..45343de --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/RootAttributeImpl.java @@ -0,0 +1,144 @@ +/* + * An XML attribute type. + * Localname: root + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.RootAttribute + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one root(@http://schemas.xmlsoap.org/soap/encoding/) attribute. + * + * This is a complex type. + */ +public class RootAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.RootAttribute +{ + + public RootAttributeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ROOT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "root"); + + + /** + * Gets the "root" attribute + */ + public boolean getRoot() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ROOT$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(ROOT$0); + } + if (target == null) + { + return false; + } + return target.getBooleanValue(); + } + } + + /** + * Gets (as xml) the "root" attribute + */ + public org.xmlsoap.schemas.soap.encoding.RootAttribute.Root xgetRoot() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.RootAttribute.Root target = null; + target = (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root)get_store().find_attribute_user(ROOT$0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root)get_default_attribute_value(ROOT$0); + } + return target; + } + } + + /** + * True if has "root" attribute + */ + public boolean isSetRoot() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ROOT$0) != null; + } + } + + /** + * Sets the "root" attribute + */ + public void setRoot(boolean root) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ROOT$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ROOT$0); + } + target.setBooleanValue(root); + } + } + + /** + * Sets (as xml) the "root" attribute + */ + public void xsetRoot(org.xmlsoap.schemas.soap.encoding.RootAttribute.Root root) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.RootAttribute.Root target = null; + target = (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root)get_store().find_attribute_user(ROOT$0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root)get_store().add_attribute_user(ROOT$0); + } + target.set(root); + } + } + + /** + * Unsets the "root" attribute + */ + public void unsetRoot() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ROOT$0); + } + } + /** + * An XML root(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.RootAttribute$Root. + */ + public static class RootImpl extends org.apache.xmlbeans.impl.values.JavaBooleanHolderEx implements org.xmlsoap.schemas.soap.encoding.RootAttribute.Root + { + + public RootImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, false); + } + + protected RootImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortDocumentImpl.java new file mode 100644 index 0000000..5b3f4b1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: short + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.ShortDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one short(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class ShortDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.ShortDocument +{ + + public ShortDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName SHORT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "short"); + + + /** + * Gets the "short" element + */ + public org.xmlsoap.schemas.soap.encoding.Short getShort() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Short target = null; + target = (org.xmlsoap.schemas.soap.encoding.Short)get_store().find_element_user(SHORT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "short" element + */ + public void setShort(org.xmlsoap.schemas.soap.encoding.Short xshort) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Short target = null; + target = (org.xmlsoap.schemas.soap.encoding.Short)get_store().find_element_user(SHORT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Short)get_store().add_element_user(SHORT$0); + } + target.set(xshort); + } + } + + /** + * Appends and returns a new empty "short" element + */ + public org.xmlsoap.schemas.soap.encoding.Short addNewShort() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Short target = null; + target = (org.xmlsoap.schemas.soap.encoding.Short)get_store().add_element_user(SHORT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortImpl.java new file mode 100644 index 0000000..4ee356c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/ShortImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: short + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Short + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML short(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Short. + */ +public class ShortImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.xmlsoap.schemas.soap.encoding.Short +{ + + public ShortImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected ShortImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringDocumentImpl.java new file mode 100644 index 0000000..40e5e48 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: string + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.StringDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one string(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class StringDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.StringDocument +{ + + public StringDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName STRING$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "string"); + + + /** + * Gets the "string" element + */ + public org.xmlsoap.schemas.soap.encoding.String getString() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.String target = null; + target = (org.xmlsoap.schemas.soap.encoding.String)get_store().find_element_user(STRING$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "string" element + */ + public void setString(org.xmlsoap.schemas.soap.encoding.String string) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.String target = null; + target = (org.xmlsoap.schemas.soap.encoding.String)get_store().find_element_user(STRING$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.String)get_store().add_element_user(STRING$0); + } + target.set(string); + } + } + + /** + * Appends and returns a new empty "string" element + */ + public org.xmlsoap.schemas.soap.encoding.String addNewString() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.String target = null; + target = (org.xmlsoap.schemas.soap.encoding.String)get_store().add_element_user(STRING$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringImpl.java new file mode 100644 index 0000000..d8a6313 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StringImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: string + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.String + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML string(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.String. + */ +public class StringImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.String +{ + + public StringImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected StringImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructDocumentImpl.java new file mode 100644 index 0000000..63ef673 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: Struct + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.StructDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one Struct(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class StructDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.StructDocument +{ + + public StructDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName STRUCT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "Struct"); + + + /** + * Gets the "Struct" element + */ + public org.xmlsoap.schemas.soap.encoding.Struct getStruct() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Struct target = null; + target = (org.xmlsoap.schemas.soap.encoding.Struct)get_store().find_element_user(STRUCT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "Struct" element + */ + public void setStruct(org.xmlsoap.schemas.soap.encoding.Struct struct) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Struct target = null; + target = (org.xmlsoap.schemas.soap.encoding.Struct)get_store().find_element_user(STRUCT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Struct)get_store().add_element_user(STRUCT$0); + } + target.set(struct); + } + } + + /** + * Appends and returns a new empty "Struct" element + */ + public org.xmlsoap.schemas.soap.encoding.Struct addNewStruct() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Struct target = null; + target = (org.xmlsoap.schemas.soap.encoding.Struct)get_store().add_element_user(STRUCT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructImpl.java new file mode 100644 index 0000000..c86fade --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/StructImpl.java @@ -0,0 +1,211 @@ +/* + * XML Type: Struct + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Struct + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML Struct(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is a complex type. + */ +public class StructImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.Struct +{ + + public StructImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeDocumentImpl.java new file mode 100644 index 0000000..37d331e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: time + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.TimeDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one time(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class TimeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.TimeDocument +{ + + public TimeDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName TIME$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "time"); + + + /** + * Gets the "time" element + */ + public org.xmlsoap.schemas.soap.encoding.Time getTime() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Time target = null; + target = (org.xmlsoap.schemas.soap.encoding.Time)get_store().find_element_user(TIME$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "time" element + */ + public void setTime(org.xmlsoap.schemas.soap.encoding.Time time) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Time target = null; + target = (org.xmlsoap.schemas.soap.encoding.Time)get_store().find_element_user(TIME$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Time)get_store().add_element_user(TIME$0); + } + target.set(time); + } + } + + /** + * Appends and returns a new empty "time" element + */ + public org.xmlsoap.schemas.soap.encoding.Time addNewTime() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Time target = null; + target = (org.xmlsoap.schemas.soap.encoding.Time)get_store().add_element_user(TIME$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeImpl.java new file mode 100644 index 0000000..34a8f41 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TimeImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: time + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Time + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML time(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Time. + */ +public class TimeImpl extends org.apache.xmlbeans.impl.values.JavaGDateHolderEx implements org.xmlsoap.schemas.soap.encoding.Time +{ + + public TimeImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected TimeImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenDocumentImpl.java new file mode 100644 index 0000000..306d1e0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: token + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.TokenDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one token(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class TokenDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.TokenDocument +{ + + public TokenDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName TOKEN$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "token"); + + + /** + * Gets the "token" element + */ + public org.xmlsoap.schemas.soap.encoding.Token getToken() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Token target = null; + target = (org.xmlsoap.schemas.soap.encoding.Token)get_store().find_element_user(TOKEN$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "token" element + */ + public void setToken(org.xmlsoap.schemas.soap.encoding.Token token) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Token target = null; + target = (org.xmlsoap.schemas.soap.encoding.Token)get_store().find_element_user(TOKEN$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.Token)get_store().add_element_user(TOKEN$0); + } + target.set(token); + } + } + + /** + * Appends and returns a new empty "token" element + */ + public org.xmlsoap.schemas.soap.encoding.Token addNewToken() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.Token target = null; + target = (org.xmlsoap.schemas.soap.encoding.Token)get_store().add_element_user(TOKEN$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenImpl.java new file mode 100644 index 0000000..0048f82 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/TokenImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: token + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.Token + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML token(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Token. + */ +public class TokenImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlsoap.schemas.soap.encoding.Token +{ + + public TokenImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected TokenImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteDocumentImpl.java new file mode 100644 index 0000000..6225bc0 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: unsignedByte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one unsignedByte(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class UnsignedByteDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.UnsignedByteDocument +{ + + public UnsignedByteDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName UNSIGNEDBYTE$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "unsignedByte"); + + + /** + * Gets the "unsignedByte" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedByte getUnsignedByte() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedByte target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedByte)get_store().find_element_user(UNSIGNEDBYTE$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "unsignedByte" element + */ + public void setUnsignedByte(org.xmlsoap.schemas.soap.encoding.UnsignedByte unsignedByte) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedByte target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedByte)get_store().find_element_user(UNSIGNEDBYTE$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.UnsignedByte)get_store().add_element_user(UNSIGNEDBYTE$0); + } + target.set(unsignedByte); + } + } + + /** + * Appends and returns a new empty "unsignedByte" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedByte addNewUnsignedByte() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedByte target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedByte)get_store().add_element_user(UNSIGNEDBYTE$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteImpl.java new file mode 100644 index 0000000..8e0d805 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedByteImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: unsignedByte + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedByte + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML unsignedByte(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedByte. + */ +public class UnsignedByteImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.xmlsoap.schemas.soap.encoding.UnsignedByte +{ + + public UnsignedByteImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected UnsignedByteImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntDocumentImpl.java new file mode 100644 index 0000000..4661ccb --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: unsignedInt + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one unsignedInt(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class UnsignedIntDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.UnsignedIntDocument +{ + + public UnsignedIntDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName UNSIGNEDINT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "unsignedInt"); + + + /** + * Gets the "unsignedInt" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedInt getUnsignedInt() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedInt target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedInt)get_store().find_element_user(UNSIGNEDINT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "unsignedInt" element + */ + public void setUnsignedInt(org.xmlsoap.schemas.soap.encoding.UnsignedInt unsignedInt) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedInt target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedInt)get_store().find_element_user(UNSIGNEDINT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.UnsignedInt)get_store().add_element_user(UNSIGNEDINT$0); + } + target.set(unsignedInt); + } + } + + /** + * Appends and returns a new empty "unsignedInt" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedInt addNewUnsignedInt() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedInt target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedInt)get_store().add_element_user(UNSIGNEDINT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntImpl.java new file mode 100644 index 0000000..44a8c59 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedIntImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: unsignedInt + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedInt + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML unsignedInt(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedInt. + */ +public class UnsignedIntImpl extends org.apache.xmlbeans.impl.values.JavaLongHolderEx implements org.xmlsoap.schemas.soap.encoding.UnsignedInt +{ + + public UnsignedIntImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected UnsignedIntImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongDocumentImpl.java new file mode 100644 index 0000000..6d04cb5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: unsignedLong + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one unsignedLong(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class UnsignedLongDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.UnsignedLongDocument +{ + + public UnsignedLongDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName UNSIGNEDLONG$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "unsignedLong"); + + + /** + * Gets the "unsignedLong" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedLong getUnsignedLong() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedLong target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedLong)get_store().find_element_user(UNSIGNEDLONG$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "unsignedLong" element + */ + public void setUnsignedLong(org.xmlsoap.schemas.soap.encoding.UnsignedLong unsignedLong) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedLong target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedLong)get_store().find_element_user(UNSIGNEDLONG$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.UnsignedLong)get_store().add_element_user(UNSIGNEDLONG$0); + } + target.set(unsignedLong); + } + } + + /** + * Appends and returns a new empty "unsignedLong" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedLong addNewUnsignedLong() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedLong target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedLong)get_store().add_element_user(UNSIGNEDLONG$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongImpl.java new file mode 100644 index 0000000..29acb8d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedLongImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: unsignedLong + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedLong + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML unsignedLong(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedLong. + */ +public class UnsignedLongImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.xmlsoap.schemas.soap.encoding.UnsignedLong +{ + + public UnsignedLongImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected UnsignedLongImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortDocumentImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortDocumentImpl.java new file mode 100644 index 0000000..8094c9b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortDocumentImpl.java @@ -0,0 +1,76 @@ +/* + * An XML document type. + * Localname: unsignedShort + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * A document containing one unsignedShort(@http://schemas.xmlsoap.org/soap/encoding/) element. + * + * This is a complex type. + */ +public class UnsignedShortDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.xmlsoap.schemas.soap.encoding.UnsignedShortDocument +{ + + public UnsignedShortDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName UNSIGNEDSHORT$0 = + new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "unsignedShort"); + + + /** + * Gets the "unsignedShort" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedShort getUnsignedShort() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedShort target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedShort)get_store().find_element_user(UNSIGNEDSHORT$0, 0); + if (target == null) + { + return null; + } + return target; + } + } + + /** + * Sets the "unsignedShort" element + */ + public void setUnsignedShort(org.xmlsoap.schemas.soap.encoding.UnsignedShort unsignedShort) + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedShort target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedShort)get_store().find_element_user(UNSIGNEDSHORT$0, 0); + if (target == null) + { + target = (org.xmlsoap.schemas.soap.encoding.UnsignedShort)get_store().add_element_user(UNSIGNEDSHORT$0); + } + target.set(unsignedShort); + } + } + + /** + * Appends and returns a new empty "unsignedShort" element + */ + public org.xmlsoap.schemas.soap.encoding.UnsignedShort addNewUnsignedShort() + { + synchronized (monitor()) + { + check_orphaned(); + org.xmlsoap.schemas.soap.encoding.UnsignedShort target = null; + target = (org.xmlsoap.schemas.soap.encoding.UnsignedShort)get_store().add_element_user(UNSIGNEDSHORT$0); + return target; + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortImpl.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortImpl.java new file mode 100644 index 0000000..4e61254 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/src/org/xmlsoap/schemas/soap/encoding/impl/UnsignedShortImpl.java @@ -0,0 +1,216 @@ +/* + * XML Type: unsignedShort + * Namespace: http://schemas.xmlsoap.org/soap/encoding/ + * Java type: org.xmlsoap.schemas.soap.encoding.UnsignedShort + * + * Automatically generated - do not modify. + */ +package org.xmlsoap.schemas.soap.encoding.impl; +/** + * An XML unsignedShort(@http://schemas.xmlsoap.org/soap/encoding/). + * + * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.UnsignedShort. + */ +public class UnsignedShortImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.xmlsoap.schemas.soap.encoding.UnsignedShort +{ + + public UnsignedShortImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType, true); + } + + protected UnsignedShortImpl(org.apache.xmlbeans.SchemaType sType, boolean b) + { + super(sType, b); + } + + private static final javax.xml.namespace.QName ID$0 = + new javax.xml.namespace.QName("", "id"); + private static final javax.xml.namespace.QName HREF$2 = + new javax.xml.namespace.QName("", "href"); + + + /** + * Gets the "id" attribute + */ + public java.lang.String getId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "id" attribute + */ + public org.apache.xmlbeans.XmlID xgetId() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + return target; + } + } + + /** + * True if has "id" attribute + */ + public boolean isSetId() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(ID$0) != null; + } + } + + /** + * Sets the "id" attribute + */ + public void setId(java.lang.String id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$0); + } + target.setStringValue(id); + } + } + + /** + * Sets (as xml) the "id" attribute + */ + public void xsetId(org.apache.xmlbeans.XmlID id) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlID target = null; + target = (org.apache.xmlbeans.XmlID)get_store().find_attribute_user(ID$0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlID)get_store().add_attribute_user(ID$0); + } + target.set(id); + } + } + + /** + * Unsets the "id" attribute + */ + public void unsetId() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(ID$0); + } + } + + /** + * Gets the "href" attribute + */ + public java.lang.String getHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "href" attribute + */ + public org.apache.xmlbeans.XmlAnyURI xgetHref() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + return target; + } + } + + /** + * True if has "href" attribute + */ + public boolean isSetHref() + { + synchronized (monitor()) + { + check_orphaned(); + return get_store().find_attribute_user(HREF$2) != null; + } + } + + /** + * Sets the "href" attribute + */ + public void setHref(java.lang.String href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HREF$2); + } + target.setStringValue(href); + } + } + + /** + * Sets (as xml) the "href" attribute + */ + public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlAnyURI target = null; + target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_attribute_user(HREF$2); + if (target == null) + { + target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_attribute_user(HREF$2); + } + target.set(href); + } + } + + /** + * Unsets the "href" attribute + */ + public void unsetHref() + { + synchronized (monitor()) + { + check_orphaned(); + get_store().remove_attribute(HREF$2); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/test/org/tempuri/FileServiceTest.java b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/test/org/tempuri/FileServiceTest.java new file mode 100644 index 0000000..06661be --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/Java/test/org/tempuri/FileServiceTest.java @@ -0,0 +1,34 @@ +/** + * FileServiceTest.java This file was auto-generated from WSDL by the Apache + * Axis2 version: 1.0 May 04, 2006 (09:21:04 IST) + */ +package org.tempuri; + + +/* + * FileServiceTest Junit test case +*/ +public class FileServiceTest extends junit.framework.TestCase { + /** + * Auto generated test method + */ + public void testGetFile() throws java.lang.Exception { + org.tempuri.FileServiceStub stub = new org.tempuri.FileServiceStub(); //the default implementation should point to the right endpoint + + org.apache.axiom.om.OMElement param4 = (org.apache.axiom.om.OMElement) getTestObject(org.apache.axiom.om.OMElement.class); + + // todo Fill in the param4 here + assertNotNull(stub.GetFile(param4)); + } + + //Create an OMElement and provide it as the test object + public org.apache.axiom.om.OMElement getTestObject(java.lang.Object dummy) { + org.apache.axiom.om.OMFactory factory = org.apache.axiom.om.OMAbstractFactory.getOMFactory(); + org.apache.axiom.om.OMNamespace defNamespace = factory.createOMNamespace("", + null); + + return org.apache.axiom.om.OMAbstractFactory.getOMFactory() + .createOMElement("test", + defNamespace); + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/schemas.microsoft.com.2003.10.Serialization.xsd b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/schemas.microsoft.com.2003.10.Serialization.xsd new file mode 100644 index 0000000..3beda49 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/schemas.microsoft.com.2003.10.Serialization.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/tempuri.org.wsdl b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/tempuri.org.wsdl new file mode 100644 index 0000000..74f0932 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/tempuri.org.wsdl @@ -0,0 +1,191 @@ + + + + + + + + + + + 32 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://localhost:8080/FileService + + shawnc@corp.avanade.org + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/tempuri.org1.xsd b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/tempuri.org1.xsd new file mode 100644 index 0000000..d2c017c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WSDL/tempuri.org1.xsd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/App.config b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/App.config new file mode 100644 index 0000000..b7efc05 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/App.config @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/App_messages.e2e b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/App_messages.e2e new file mode 100644 index 0000000..8ed20c2 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/App_messages.e2e @@ -0,0 +1 @@ +0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issueurn:uuid:feec5c8b-7f6b-4f5f-af31-d6549d275bf3http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8080/FileServicehttp://schemas.xmlsoap.org/ws/2005/02/trust/IssueYHsGBisGAQUFAqBxMG+gJDAiBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICCqJHBEVgQwYKKoZIhvcSAQICAwQAMDOgAwIBBaEDAgEQohMwEaADAgEBoQowCBsGc2hhd25joxIbEGNvcnAuYXZhbmFkZS5vcmc=2561118812713952 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:feec5c8b-7f6b-4f5f-af31-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1118812767230 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:8399e045-1f31-421d-8414-2f16e9b37425http://www.w3.org/2005/08/addressing/anonymoushttp://localhost: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 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issueurn:uuid:8399e045-1f31-421d-8414-2f16e9b37425http://schemas.xmlsoap.org/ws/2005/02/sc/sct256oYGTMIGQoAMKAQCigYgEgYVggYIGCiqGSIb3EgECAgMCAG9yMHCgAwIBBaEDAgEPomQwYqADAgEXolsEWZnp5NMxQpfm+jPsR0NzQjLq7r2tQGysFbYNoMVT+4u4G+WdJS4Kn7mGZhI6Hn6uQJpU/M/kjx/UX6efDVsGArNDLDl/Ak8Yhj8Q4Su85hsqCOFjjNnAMigN2006-06-15T15:09:43.088Z2006-06-15T15:24:43.088Zurn:uuid:4243e84f-ee75-441c-803d-a66cca9b8389YE0GCiqGSIb3EgECAgMCAREAEAD//yOt2dxT3E6Lu3pslBU1x4oONtLFXjcuJll7jqaT0xaXp+O2/wqyuYIEgwOSkWpCaoQ1WV0pCDBYAA==2TmPUy46GIp4i+TKdBTuXhYWwjyzuiDfyZ/FE+EWrv4=1118813055269 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCTurn:uuid:be8ce278-d4df-4379-8347-1d4b8d60864ehttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8080/FileService2006-06-15T15:09:43.138Z2006-06-15T15:14:43.138Zurn:uuid:4243e84f-ee75-441c-803d-a66cca9b8389024tRzMmEAIj9mTF5jE3xK0mgZ0gKo=iUJaKOpE0muECa03PrpIX30ltdc=joxqL7EHLyDUnJ9ej2xdjreMQNY=CuNmjfm/U6y2+ZScFHyVRRpkyKQ=OUzs7EGgam0s0YWI2gmW23vl/jA=kZb/irmESIAkSO5gtGB36NzFl6o=jGqqDCH9Jh1y45z/h4uf6Lq1Avw=+dZELLuym2X0HXBzpNQ/L+wHGQ3hkaDYh53OWO/oB8ve8hLZOdAzRNLGQuKRiu/iI1LXU20Rfe5stayyvQqFrg9tw8pWwg/e1a5AjnFuBaPqJMJheEop+9bK4bmLje54pHrGU1Vid7eXYEdWh3/b2xjJpOLCSKoYdIoxkLku5G951aL0/JIFol/7QUX16t+b4oXvNwhIalNB5wqsGooN4x3RQoUIuDeWhO65PPK1kCy32qexOzalaW3Nm4zvg3yY6Jgl8Gxnfd9pfmP47DpXqj6HUOuG5ifpNET69ge4dDvEAog8CpIThZph2dyrF99rUt2bw0nz9Torv2MiwxttBbOz/gcotIx/rPjhFbWNT/UzeGgPvwWadjnjSWM7cO4+5HjHF+Bjk9OOHZ6SoTT9FvXiIFksS9rBiNyhpA9uLoee0Bz6TZiZ18rv8gO3Zl3k46akybhPna/1bJxLDKUNVzD+EExokYx2SwPI0MfJOUkdtOygjitl5gBAHDL79OwVHqYEkIEHNMv9NhjF+1oBE5q/k/bDBIDQGof5jOEa3Ny8P6JZ+fKcHrbMDPViQi7fr3EWFgs6VQXIKWirUkssUcJWc9qep/2JG3IsqPia68TY2Z95KmbvonwHc64Z+unL6/YylNeuJi1O5u9W1uyIPhQnxkVczO01O+52B6eSaGGVGs0rZ5NlJMIDUy4EC9hcshnfnrh/KRhHu0ZFv8naotOc+YPNKzruv6HN5fjJ6WLh3ZCFkBV9mJ9b0zMPZe+ElT6oX5sZffOMD2CQEN12VpcuBwJ+uTEekXZUFrGxb5k=1118813119470 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCTurn:uuid:be8ce278-d4df-4379-8347-1d4b8d60864e2006-06-15T15:09:43.168Z2006-06-15T15:14:43.168Z024KgPlsJXFSYAdZ+XH8FeaYlYAgQg=QTczwetKuk9Jf4Y+fTE6AQPGsOY=peCxeEsOBjOuRGCc/jl+99CGyDA=SvEoRZNq6BVacMNfROZF8nA4iNA=pH8lhfLM0XtWpynGj4ZNuG3fJ2c=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1118813178098 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.SecurityRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveItemAndVerifySecurityAsyncResult`2.InnerTryReceiveCompletedCallback(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequenceurn:uuid:677fd7c5-59d8-4dd9-9b3d-0c6a26b4931ehttp://localhost:8080/FileService2006-06-15T15:09:43.168Z2006-06-15T15:14:43.168Zurn:uuid:49b11cd4-4e68-4d9c-8231-c2460c6bde38024ybfRTy0jjAtk0MgxvbZiKr4zpfQ=IHDAWjOKa6uAZz0AwPaXuB6da3E=Dxj6hU32gEGGt0YoT8zjilEhmjk=5N/KGEoFd5sDmxLIvm91TosuJIY=cXsjt/iQk2A2wgF/umQh2vAH/PQ=vOcG9nQq1t/raIEtZPuTdMQSgBc=http://www.w3.org/2005/08/addressing/anonymousurn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3c1118813219921 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequenceResponseurn:uuid:677fd7c5-59d8-4dd9-9b3d-0c6a26b4931e2006-06-15T15:09:43.188Z2006-06-15T15:14:43.188Z024u6aajp/eJm/bQ2plAM+Kj++ccaI=kE6w0FsFJ6pMk96XxoIakxF8b+k=g1Eg0RoB2uodBk9XDh+uTHT6gSk=+/L7RnBAGE9SknVLesD7RsD+dvQ=YmRgsovjA6azxrI4Q/qm7SlNQgo=urn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d1http://localhost:8080/FileService1118813270226 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.RequestRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessRequest(IRequestContext context, WsrmMessageInfo info) at System.ServiceModel.Channels.ReliableReplyListenerOverReplySession.ProcessSequencedItem(IReplySessionChannel channel, IRequestContext context, ReliableReplySessionChannel reliableChannel, WsrmMessageInfo info, Boolean newChannel) at System.ServiceModel.Channels.ReliableListenerOverSession`5.HandleReceiveComplete(TItem item, TInnerChannel channel) at System.ServiceModel.Channels.ReliableListenerOverSession`5.AsyncHandleReceiveComplete(Object state) at System.ServiceModel.Channels.IOThreadScheduler.WorkItem.Invoke() at System.ServiceModel.Channels.IOThreadScheduler.ProcessCallbacks() at System.ServiceModel.Channels.IOThreadScheduler.CompletionCallback(Object state) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.ServiceModel.Channels.IOThreadScheduler.ScheduledOverlapped.IOCallbackStub(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d11http://tempuri.org/IFileService/GetFileurn:uuid:ab194523-4b69-462e-8d26-b574e83abcf0http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8080/FileService2006-06-15T15:09:43.208Z2006-06-15T15:14:43.208Zurn:uuid:49b11cd4-4e68-4d9c-8231-c2460c6bde38024KJtWsBEVzFqNvmHW5qFOrspbvrA=sD5X/NZ37rPFwU1tavp9puilu/I=/sDIGlW+aablfm5f+fsU5ANFGW8=VQaJyW6I89vQ2MDpnBYbjW1TgM8=k69pykploFPkXhw5ogDHcjcJUI0=k9uD5/ISnOO4YM7XEmx501B/2uM=5rOg3wKRYXVxzdcw51wI83Rx8pA=qf583+w8mbxsysSUkbKnr6DkORo=Gc0fSdE4Y7PCextaMzaZNlkJ0eZp+UCcZoIgoNrswnX42KjSu0mk0vgV1JRwDCnOVW40HfUfDVbzXxGCyl/xgPeIDJl90DnHWl8ijjVLUB93ZDw1EgaH46oaQiVvkzLEVZljv6GpQkLASEFDRuuJfQ==1118813348361 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3c1urn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d132http://tempuri.org/IFileService/GetFileResponseurn:uuid:ab194523-4b69-462e-8d26-b574e83abcf02006-06-15T15:09:43.228Z2006-06-15T15:14:43.228Z024qWZ8QNUBp1mPExr7mmavMHxCMl8=Ri/dBSJi9P84sqKpIqd6WMUkwNQ=IcOaliPZad0H5Cdt7uH2o78R2ns=rQz2LW16uy2FkWk8M21wxoocWn4=P5jPYLtn5WjPHY99HcDxwrv/Afw=iPxeQN9ljcQe4uQ0w3cWmYvtVgA=ruZOE5I5wgXKB/S/WzzQNoiul/w=2klHeN3CQDL8ffFgGlfK2K5BRunYF/JgQF2SmUq1zDG/mwSvQDWmH5J65VV9k176YtEy1iB6OsTYbxX0xRtW6HF55ADllrbN9Z7wfCEiEgujfMpTbRo0LVxiaByfD3IvmUHS76QdKNk4lpD9JxTCBtXsJqpkA3c2YouueMmmQ+kWBDwsp0PIvMlBoorTQCuG/GY6UPKNuEqfJxww9JWWK7SDQa0bGngShkM0snOz0YT9ZCPTMeMXwCLzqNpnDgcnKm3f4rx4LI8frdCfEkGSo878EJcKMsVmAC4sQnzXeQ0tPsZ+W8Kb/ietGNQYxHVgmQiOdzEAoAXk/iJnmqfQ93Xp48ExcsgrwJn8vixeitJ9oFXmnCJjHcTVPI5f9ZsfeVbvsjY0cziXOJ0JBG8CXNSMMmu76cuJFA0QlVH0HzCXm/281Etn9tzU9EoJRS5tgZaxq1DlXO/o3obyVTwMayfHW6m0BvlykB0WItI7tQy0uGsOILUsBZzFBiVpgNEfClIMrFvgmA0qiIJ6X7xSXXzEhF61+EcYsZnchGNjEoovdYKGSC9SnoXDMsykQlZ70QCnJFPpzLAc7N3cX82yC/sfvaOGxJqi47yQRv7ZAkVvLf82347nqe326qgHEITHShtPqs9KYFcmXq+gr+p/VgJr/Y2xP9tze/zeqvXdVjH9wMgABvxO+rN9KgL7dgTXt2l3ecRc/xV0a6CQHoqpzSVs4EOsGyLnAJ5hvcUZZfgmJZ/8CYlZtAxZdU+cROmV5Mw3gVsYvAzZ4VMZK96zXSvYiONgRWDcGIOPRn652/SXIyqryimhL2mMHEShLQ4wxanTXxui6Jiu+WQKFYVlu4dAp4skVl0rd8lWpYHj9FtMh5bJHAE2PUNEUfQbmeImUrWtnd0lXVyxXaNyIxjM8izcghP5H/CfIHlodvgrJuVqrBa2/+dICWRHjCoIKO5VPvlPmTDOrNNj+iMdMf0Xrw==1118813406214 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.RequestRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.SendReply(IRequestContext context, MaskingMode maskingMode, TimeoutHelper& timeoutHelper) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.SendReply(IRequestContext context, MaskingMode maskingMode) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.OnReply(Message reply, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.DatagramAdapter.ReplyDatagramAdapterListener.Enqueue(IRequestContext request, ItemDequeuedCallback callback) at System.ServiceModel.Channels.DatagramAdapter.DatagramAdapterListenerBase`3.DatagramAdapterReceiver.FinishReceive(IAsyncResult result) at System.ServiceModel.Channels.DatagramAdapter.DatagramAdapterListenerBase`3.DatagramAdapterReceiver.ReceiveCallback(IAsyncResult result) at System.ServiceModel.Channels.DatagramAdapter.DatagramAdapterListenerBase`3.DatagramAdapterReceiver.ReceiveCallbackStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessSequencedMessage(IRequestContext context, WsrmSequencedMessageInfo info) at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessRequest(IRequestContext context, WsrmMessageInfo info) at System.ServiceModel.Channels.ReliableReplySessionChannel.HandleReceiveComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableReplySessionChannel.OnReceiveCompletedStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3curn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d12http://schemas.xmlsoap.org/ws/2005/02/rm/LastMessagehttp://localhost:8080/FileService2006-06-15T15:09:43.238Z2006-06-15T15:14:43.238Zurn:uuid:49b11cd4-4e68-4d9c-8231-c2460c6bde380243gVmAaye1xmL7Y+rC2iGKxAsT6w=j+TmSbGC/xQzHZck7hYkAvyJUfY=MaDY8f1Gt6NDlOjpXC6O+h8yrHQ=fC4H478ZsiD6dheirOiLCe31Y1s=bV0IM1F7SmitWspWOdNFOfESSxU=S0drTyoFw+9MobJ/5rPB5OkhEFs=KTGEjLSH2IjJqPjdLAideG6MpXU=1118813473211 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3c2urn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d132http://schemas.xmlsoap.org/ws/2005/02/rm/LastMessage2006-06-15T15:09:43.258Z2006-06-15T15:14:43.258Z0243gVmAaye1xmL7Y+rC2iGKxAsT6w=IjCRKvuR68As8gqYfondx8GHc1s=2gYM79zpg7W/Wgr3tLIvFvHzw2A=fC4H478ZsiD6dheirOiLCe31Y1s=zyY5F9Bp0fIa4FTW7UycYOIYWXQ=peiPDv6i1g24RHmjB64mZx8GI2E=1118813500525 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.RequestRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.SendReply(IRequestContext context, MaskingMode maskingMode, TimeoutHelper& timeoutHelper) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.SendReply(IRequestContext context, MaskingMode maskingMode) at System.ServiceModel.Channels.ReliableReplySessionChannel.ReliableRequestContext.InnerClose() at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessSequencedMessage(IRequestContext context, WsrmSequencedMessageInfo info) at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessRequest(IRequestContext context, WsrmMessageInfo info) at System.ServiceModel.Channels.ReliableReplySessionChannel.HandleReceiveComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableReplySessionChannel.OnReceiveCompletedStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3chttp://schemas.xmlsoap.org/ws/2005/02/rm/TerminateSequencehttp://localhost:8080/FileService2006-06-15T15:09:43.258Z2006-06-15T15:14:43.258Zurn:uuid:49b11cd4-4e68-4d9c-8231-c2460c6bde38024iDm/6sQnspOYPA0nvQNdbKwvTWY=dsonoXBgeXAbCPTYztBTN1OGkOE=c+/4W4WgzA23xuCzbu1havqSl9o=5N/KGEoFd5sDmxLIvm91TosuJIY=AADRVlc/2fq+gvDJGJbAhMMUfvU=fj7E/30rU5YTwDvz/xTX/UAJNaw=urn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d11118813520850 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIurn:uuid:82f5c92a-6beb-412f-8123-6324c360d6d132http://schemas.xmlsoap.org/ws/2005/02/rm/TerminateSequence2006-06-15T15:09:43.268Z2006-06-15T15:14:43.268Z02470l5c+GNXJto1qtJ+9hXjxTeuEY=cn2eBfNmfZcY82Z1Ic/scUo3UGQ=c+/4W4WgzA23xuCzbu1havqSl9o=5ubeAhVb7/BeLFtcsZGRHvanTD0=5vaZRtfcRf6d/kyLbXd8G6KM+dc=urn:uuid:2165856b-97c3-4a22-83d5-9f08881e4a3c1118813530202 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.SecuritySessionRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ReliableChannelBinder`1.RequestRequestContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessTerminateSequence(IRequestContext context) at System.ServiceModel.Channels.ReliableReplySessionChannel.ProcessRequest(IRequestContext context, WsrmMessageInfo info) at System.ServiceModel.Channels.ReliableReplySessionChannel.HandleReceiveComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableReplySessionChannel.OnReceiveCompletedStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.Dispatch() at System.ServiceModel.Channels.SingletonChannelAcceptor`3.DispatchItems() at System.ServiceModel.Channels.ReplyChannelDemuxer.Dispatch(IChannelListener listener) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.ProcessItem(TInnerItem item) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.HandleReceiveResult(IAsyncResult result) at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnReceiveCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT/Cancelurn:uuid:b24f134c-2463-426b-a2bc-d321109ea1c7http://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8080/FileService2006-06-15T15:09:43.268Z2006-06-15T15:14:43.268Zurn:uuid:49b11cd4-4e68-4d9c-8231-c2460c6bde38024CDUQUeGjvaqYs7n8p0B2E3rQ1zY=GA0icwQsAzfUOq7Gy1Cg8CTTk6o=O0JJEh+vjjrO1MdwGaIt2JlSm04=o3ibE52LCPwycD7dwAsKtJa+WMw=bV0IM1F7SmitWspWOdNFOfESSxU=SPaEaY6BFiOWXnJh6oA3yH1/6ek=8tgxa3IZKWC4AczzSoOwgFiKzv8=http://schemas.xmlsoap.org/ws/2005/02/trust/Cancel1118813549074 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/SCT/Cancelurn:uuid:b24f134c-2463-426b-a2bc-d321109ea1c72006-06-15T15:09:43.268Z2006-06-15T15:14:43.268Z024BXF6YVgC7GaFcATWlFL6EsPDNMk=Co+CdLM6yrXJYKmiLC3jm2Mbk1E=mDiRhnQV6KB02ztJgWrbfdXSJ3w=jVU2DwBDizqT+jMS/aJ8cNmTKAc=kJmwjr9V2UO+0/4JbAN0waxWyZk=1118813558170 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String startInfo, String boundary, String startUri, Boolean writeMessageHeaders) at System.ServiceModel.Channels.MtomMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset, String boundary) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendResponse(IRequestContext requestContext, Message response, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SendCloseResponse(IRequestContext requestContext, Message message, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.CheckForShutdown(IRequestContext requestContext, Message message, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySimplexSessionChannel.OnCloseMessageReceived(IRequestContext requestContext, Message message, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ProcessRequestContext(IRequestContext requestContext, TimeSpan timeout, SecurityProtocolCorrelationState& correlationState, Boolean& isSecurityProcessingFailure) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.CompleteReceive(IAsyncResult result) at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.ReceiveRequestAsyncResult.OnReceive(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputComplete(IAsyncResult result) at System.ServiceModel.Channels.ReliableChannelBinder`1.InputAsyncResult`1.OnInputCompleteStatic(IAsyncResult result) at System.ServiceModel.DiagnosticUtility0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2004/09/transfer/Geturn:uuid:372e1ec7-97dd-4dc7-89bf-9a3771951a4fhttp://www.w3.org/2005/08/addressing/anonymoushttp://localhost:8080/FileService/mex1119676686925 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment`1 buffer, BufferManager bufferManager) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment`1 buffer, Stream inputStream) at System.ServiceModel.Channels.HttpInput.ReadBufferedMessage(Stream inputStream) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIhttp://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponseurn:uuid:372e1ec7-97dd-4dc7-89bf-9a3771951a4f32http://localhost:8080/FileServiceshawnc@corp.avanade.org1119679325836 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIGETlocalhost:8080http://localhost:8080/FileService1119679412354 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIGETdiscolocalhost:8080http://localhost:8080/FileService?disco1119681129477 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIOKtext/xml; charset="UTF-8"1119681133952 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIGETwsdllocalhost:8080http://localhost:8080/FileService?wsdl1119681142463 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIOKtext/xml; charset="UTF-8"32http://localhost:8080/FileServiceshawnc@corp.avanade.org1119681148767 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIGETxsd=xsd0localhost:8080http://localhost:8080/FileService?xsd=xsd01119681175842 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIOKtext/xml; charset="UTF-8"1119681179494 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIGETxsd=xsd1localhost:8080http://localhost:8080/FileService?xsd=xsd11119681204151 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.HttpInput.ProcessHttpAddressing(Message message) at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage() at System.ServiceModel.Channels.IndigoHttpContext.CreateMessage() at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)0308XPSHAWNCIOKtext/xml; charset="UTF-8"1119681207996 at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Diagnostics.TraceEventCache.get_Callstack() at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache) at System.Diagnostics.XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) at System.Diagnostics.TraceSource.TraceData(TraceEventType eventType, Int32 id, Object data) at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record) at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager, Int32 messageOffset) at System.ServiceModel.Channels.MessageEncoder.WriteMessage(Message message, Int32 maxMessageSize, BufferManager bufferManager) at System.ServiceModel.Channels.HttpOutput.SerializeBufferedMessage(Message message) at System.ServiceModel.Channels.HttpOutput.Send() at System.ServiceModel.Channels.IndigoHttpContext.OnReply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestContext.Reply(Message message) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Reply(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessageCleanup(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet) at System.ServiceModel.Dispatcher.ChannelHandler.Dispatch(IRequestContext request, Boolean cleanThread, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(IRequestContext request, OperationContext currentOperationContext) at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result) at System.ServiceModel.Dispatcher.ChannelHandler.OnAsyncReceiveComplete(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(T item) at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread) at System.ServiceModel.Channels.HttpReplyChannelAcceptor.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener`1.HandleContext(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(IndigoHttpContext context, ItemDequeuedCallback callback) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContextCore(IAsyncResult result) at System.ServiceModel.Channels.SharedHttpTransportManager.OnGetContext(IAsyncResult result) at System.ServiceModel.DiagnosticUtility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP) \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/BigTextFile.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/BigTextFile.txt new file mode 100644 index 0000000..ae46b41 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/BigTextFile.txt @@ -0,0 +1 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/LogoText.JPG b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/LogoText.JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c968d5974da9e61b9f62ab0e6ba26dcec2cb24c GIT binary patch literal 2265 zcmbW1dpOkV7RTQ)#xRtI5y>T&LP!{qYsr|HGE8V9Y@x|554r4(nkbj#(qx<3GSncX z)VMUIo60pE<1V)@ayN39%b4GpcIP?gdG;UsIp=)eXTATd^}f>o5t~eSkiLE%vr{ zwg3hL046v9>Ia8_sE7zs1R;t8JvF~l1D_yi^+A-8FhoPmmhioyRZs0N@#fjNkU z!&HF~8U{zhpjx0T$P)qkQ{Z2M3BiRCB1lm&l(-hU4TzEue)UUrqU%H%-n3Q}a<$C7tS@at>|Hx+M z7ZlztDlWNKUQt=~nEm8w^_#b~b@dI6P4C(}I=i}iKJ@l|8TvXrGCDRsF*!HCu(-7R zePwm+2Nw*$e_{#lpJ0FCLJPQrgoWY4$RAuVp(ugD(ZUE7eG#dHPDt-iX;p(bQH(Y1 z4(qj;njvXc=2Tc4YO6Z-%g(tUXn&IZcVO}V7umnT{=?M=B;YVX^WbP;1tv;ZX-5(4#ly(Hku1T4&9`g+rimwB9+(R4OM5ZxwO2`$kwl3y~jI zkiJqJuv`HFl~T?c_ft!8kEJR~#!rrWi}#NbyLaf!$@mn_`vjCG^CF7VZFJQ_(&75@ z@`2*~xWSCu`Q&b$MGI3xf3FZT9T{mE|Gdz3tbxro{m2gQi%P^U*LJ`%bK7jJQe1f# z_gnHGpP&=BS^E1Uo^7D(QtR=O+jV_g^4`8Q>RL*w?g}}@>UeJG`)NWp%$CcI!70Co z+kd=SGZ{nKH}myXGHKGLT~~+8#n2>xLGhtQ!?mcK)cFtk*oe0|HY8pVoCL-3dLsi;ECg zn=s}#d%^IZOC}(|wppvr!&p#lDQ!413zzBmI4#ko&=Jp4WnKQQAb+6Up{e3Qd-#-x z>=Az33wVq6Gj+-t3-G$EQ%P{^aY>ojYm=3y)2 z2l>fE^*(AzY4q}6{_aJrBxa?sYAn8`Wq^E!exNYzGDTbd`)RA%=}y*gw)wFkdQYyn znOUee^Mnw6A3EoL;NVRNNV7=|*8_7ORu|f1Zr?%pX57dbAvutuf;5>at(PVP+MXiU z#fc^+Qb!CS5ZfK$UjAa;a=ehZuaCGy%UsK_wg_C1H%J*xt*mC>E#W8iIUnsK6s?j= z9MWx5oN1Qxd%c%rPA@le*Zr>W`u(lC8j<7YMHla7Nu`#&5WlterNV%)he^S zQf_hl)>wq7MPz!>9KTADb2V6ZNPl9vHn;Bg-5E91rP8eG>g?q&MU3XgK|8*SRB2*O zn_#lXawmXVq%Ya}&-?b;Y<_176q^C4HXE>7r$_@Yuw6hEw?=Cj=Mls*nj zMGtoPf0XO!mp&rm5QE#o*K(f+!|MwpfB4R2j?%BWziQj=qfdKV-+W@P%hS2(=@#~b z!F`M`X%;MOjqg~cljKm=s~ww(FOey+q`rmM6v|m0EMW(!{*7T)T1Hhk#}NcfEPzwJz!yHO6cM zIrJ$xd}@i`o)aJ+m~+yt^6;&sd*#I{Nj|GRhhq6gPZ?*Q8xCpf;txOZGWdAnZbiI{ zaNc#B^981~OL3Pvqa~G@w_bZQGK&<=uhDmv_l3+*N`qF4AYj!O#Yg%>fakK^QVRl{ zWrm>ZeN+g@cpk&)6@Q_QbzT_ZANrYxg*&CrYL(ydYSxShfuZ8wIU=80Im6p5SVJrK z=Cd`|(q;MQ@!!0LmE9ilW@ab_11lk(U1t+!(v7aVd+chH$RunUsVqk~G%1AYH?vHH qQ#Tj2&h!7alujO7E_*AHwe{4r>`76X&jcI1_!=`s69^0r_5Kq(b}4KC literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/Program.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/Program.cs new file mode 100644 index 0000000..f06ae84 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/Program.cs @@ -0,0 +1,62 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.ServiceModel; +using PracticalWcf; + +namespace WcfHost +{ + class Program + { + static void Main( string[] args ) + { + try + { + MyServiceHost.StartService(); + Console.WriteLine( "Press enter to end host..." ); + Console.ReadLine(); + MyServiceHost.StopService(); + } + catch( Exception ex ) + { + Console.WriteLine( ex.Message ); + Console.WriteLine( "Press enter to end host..." ); + Console.ReadLine(); + } + + } + } + + internal class MyServiceHost + { + internal static ServiceHost myServiceHost = null; + + internal static void StartService() + { + //Consider putting the baseAddress in the configuration system + //and getting it here with AppSettings + Uri baseAddress = new Uri( "http://localhost:8080/FileService" ); + //Instantiate new ServiceHost + myServiceHost = new ServiceHost( typeof( FileService ), baseAddress ); + + //WSHttpBinding binding = + // new WSHttpBinding( SecurityMode.Message, true ); + + //myServiceHost.AddServiceEndpoint( + // typeof( IFileService), + // binding, + // baseAddress); + + //Open myServiceHost + myServiceHost.Open(); + } + + internal static void StopService() + { + //Call StopService from your shutdown logic (i.e. dispose method) + if( myServiceHost.State != CommunicationState.Closed ) + myServiceHost.Close(); + } + } + +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..461140c --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "WcfHost" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "WcfHost" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "f564e868-3aa7-43e1-a8ae-e1b64bb16635" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/SmallTextFile.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/SmallTextFile.txt new file mode 100644 index 0000000..ce16fc4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/SmallTextFile.txt @@ -0,0 +1,7 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/WcfHost.csproj b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/WcfHost.csproj new file mode 100644 index 0000000..a5cc437 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/WcfHost.csproj @@ -0,0 +1,69 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {F869E0F0-7F0B-41E2-98D7-607343493646} + Exe + Properties + WcfHost + WcfHost + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + {EB5D37EA-AB29-42FB-A278-36F7AFE3F7C5} + FileSvc + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/WcfHost.csproj.user b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/WcfHost.csproj.user new file mode 100644 index 0000000..a1d742b --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/WcfHost.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/BigTextFile.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/BigTextFile.txt new file mode 100644 index 0000000..ae46b41 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/BigTextFile.txt @@ -0,0 +1 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/FileSvc.dll b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/FileSvc.dll new file mode 100644 index 0000000000000000000000000000000000000000..8017c30341432dbbbe7eb7dd8f607cd8a7e40e18 GIT binary patch literal 16384 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 FTnD7AjMxAG literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/LogoText.JPG b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/LogoText.JPG new file mode 100644 index 0000000000000000000000000000000000000000..0c968d5974da9e61b9f62ab0e6ba26dcec2cb24c GIT binary patch literal 2265 zcmbW1dpOkV7RTQ)#xRtI5y>T&LP!{qYsr|HGE8V9Y@x|554r4(nkbj#(qx<3GSncX z)VMUIo60pE<1V)@ayN39%b4GpcIP?gdG;UsIp=)eXTATd^}f>o5t~eSkiLE%vr{ zwg3hL046v9>Ia8_sE7zs1R;t8JvF~l1D_yi^+A-8FhoPmmhioyRZs0N@#fjNkU z!&HF~8U{zhpjx0T$P)qkQ{Z2M3BiRCB1lm&l(-hU4TzEue)UUrqU%H%-n3Q}a<$C7tS@at>|Hx+M z7ZlztDlWNKUQt=~nEm8w^_#b~b@dI6P4C(}I=i}iKJ@l|8TvXrGCDRsF*!HCu(-7R zePwm+2Nw*$e_{#lpJ0FCLJPQrgoWY4$RAuVp(ugD(ZUE7eG#dHPDt-iX;p(bQH(Y1 z4(qj;njvXc=2Tc4YO6Z-%g(tUXn&IZcVO}V7umnT{=?M=B;YVX^WbP;1tv;ZX-5(4#ly(Hku1T4&9`g+rimwB9+(R4OM5ZxwO2`$kwl3y~jI zkiJqJuv`HFl~T?c_ft!8kEJR~#!rrWi}#NbyLaf!$@mn_`vjCG^CF7VZFJQ_(&75@ z@`2*~xWSCu`Q&b$MGI3xf3FZT9T{mE|Gdz3tbxro{m2gQi%P^U*LJ`%bK7jJQe1f# z_gnHGpP&=BS^E1Uo^7D(QtR=O+jV_g^4`8Q>RL*w?g}}@>UeJG`)NWp%$CcI!70Co z+kd=SGZ{nKH}myXGHKGLT~~+8#n2>xLGhtQ!?mcK)cFtk*oe0|HY8pVoCL-3dLsi;ECg zn=s}#d%^IZOC}(|wppvr!&p#lDQ!413zzBmI4#ko&=Jp4WnKQQAb+6Up{e3Qd-#-x z>=Az33wVq6Gj+-t3-G$EQ%P{^aY>ojYm=3y)2 z2l>fE^*(AzY4q}6{_aJrBxa?sYAn8`Wq^E!exNYzGDTbd`)RA%=}y*gw)wFkdQYyn znOUee^Mnw6A3EoL;NVRNNV7=|*8_7ORu|f1Zr?%pX57dbAvutuf;5>at(PVP+MXiU z#fc^+Qb!CS5ZfK$UjAa;a=ehZuaCGy%UsK_wg_C1H%J*xt*mC>E#W8iIUnsK6s?j= z9MWx5oN1Qxd%c%rPA@le*Zr>W`u(lC8j<7YMHla7Nu`#&5WlterNV%)he^S zQf_hl)>wq7MPz!>9KTADb2V6ZNPl9vHn;Bg-5E91rP8eG>g?q&MU3XgK|8*SRB2*O zn_#lXawmXVq%Ya}&-?b;Y<_176q^C4HXE>7r$_@Yuw6hEw?=Cj=Mls*nj zMGtoPf0XO!mp&rm5QE#o*K(f+!|MwpfB4R2j?%BWziQj=qfdKV-+W@P%hS2(=@#~b z!F`M`X%;MOjqg~cljKm=s~ww(FOey+q`rmM6v|m0EMW(!{*7T)T1Hhk#}NcfEPzwJz!yHO6cM zIrJ$xd}@i`o)aJ+m~+yt^6;&sd*#I{Nj|GRhhq6gPZ?*Q8xCpf;txOZGWdAnZbiI{ zaNc#B^981~OL3Pvqa~G@w_bZQGK&<=uhDmv_l3+*N`qF4AYj!O#Yg%>fakK^QVRl{ zWrm>ZeN+g@cpk&)6@Q_QbzT_ZANrYxg*&CrYL(ydYSxShfuZ8wIU=80Im6p5SVJrK z=Cd`|(q;MQ@!!0LmE9ilW@ab_11lk(U1t+!(v7aVd+chH$RunUsVqk~G%1AYH?vHH qQ#Tj2&h!7alujO7E_*AHwe{4r>`76X&jcI1_!=`s69^0r_5Kq(b}4KC literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/SmallTextFile.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/SmallTextFile.txt new file mode 100644 index 0000000..ce16fc4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/SmallTextFile.txt @@ -0,0 +1,7 @@ +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... +All work and no play makes Jack a dull boy...All work and no play makes Jack a dull boy... + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.exe b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.exe new file mode 100644 index 0000000000000000000000000000000000000000..ac2f29455ed4af1ac35a5bf6b22c52d244966c07 GIT binary patch literal 16384 zcmeHNTWB2D8UAN>Bgt!9NV4PDiKC7z*T|+?uP&BUHI7$aS+)|%Qnb1xv07_(_h>ct z?9OIpR+Ul{^iT?Uh-ol{n9zrogf6kW4q;_gT6@gdWsV6Z9)JjVS4hH6MB*0f0}&7{(1vCWB}x>3VJ+ znv5+Cf%6!+wxu+pPrAZ(kdb4hC0v{@g=|t2|95YLc88|2!+lZO2ugi9-Z5A z2hoTJcOvor5oGFm7~&(Z0JZ&%M;d<6=)s!UKq&E-7@S9-66(;Y9d#hkRtg+P;du0c zmT2hS9~h3wob88Y;WJU|I80}sx~Oqak@(!b+M7%z&!q-?5ek7z8~6tV*ZC4rKN|3H zb!L6nDi=M@@gs0>3-`{sES+o&j_jS6=f+22>xX^-Rd-&rog8OILRH$r!#eF_vJ*78LMdBU(JS;x}Hq-BbZS+_DeRw~X_J0Bs zbT-x&OVE|ryo@v8G~l)c-E0S&k#;K7VswaB=`c+jT;x@J#o^w)E4A+&oyG?coqi>? zJM?Wj%ItM;&O6Ad~7qnG-eL){oINzWH=WJT0*Y*g;>F@`%K7iO)!U zPNFH%lK6teb>Jy_8Tb{n&5_-uH}oFhTlxTfpYG|y7*n>t4LnZ2z_4X79jECj`Xgmx zEx>EBYd`@xN&Be)e2iWIcG4TbK8asLT}jH&Z-7tJePCAFuSv{H`%U@)c8@*+evAG= zPa@9}#W#Xk1A4;5YXXebl1BYf=J^yQ4YP++eZKS37L1@20lW&r^u(l7sM_L5TF5V7 zaXddM)&xxlp9~`#O|EB!yK3bH=b)08cU;@bQFh()MTw?zH$>j2Nz*D*GVeQX=tzcz z(1Nh3u7n?a{^X2Uw$Xs)lxf8CL@8&lk6E^u7p@1}h>sPVtNNnm z+~o-3OwLrxzEu**@v<-6S}Pu1u3CkyS~5;)-tw%REw*e?vze;xSKU1vv#wbXCDXmR zM;WKG?pnnaf42)X7pnO^9EhP}me+Te$T;O?t5|hSW@EQ|RCsyUs_gBYwfyaU3P~BY z%wid%YUMo|6}f7$Xx4Q-u;CHOqv%B=8&S!DVkq2j#5@WNGQ1gKn`=_?wjvD+$`1Ng z&ay3kTQ^M?Ph#}Zb8JBiuH}mft1M_nm<1_ZTFVRBJ1PqQ`lRqYvnXiJwTLG~b~TTg zYhtG4O&ilWFa{HsX4fmID3}2(Uop!CG;&$^tc|%&DYS&VggugTH{Eq?=`8+ic=Kf99_1Ux+czbzvv}uQ@CZCjxaL)8c}PS*dvN?O9}m8n zx%T`GfquEe{pgCSpVkBc%o~MH^&UpVhwHk@LbX2hNd+$=nnx}M_6o%6O8b3 z&gOWd*7i&TX>DI`HJc0__s84j8XNVtIo#t0wOX-8O~-q)u?MeW{1Khj=;ZRbfqpSG zFx1^=nuFc_eWIt^95O|>=*bQA=W;y*1AXW4!q)f^)vnR8OtgfI-@a{(teRykHlsI{ z8j$bg#_-7%D4`o)`_Zbb0YdQQA602Is~=f#&B|4$T$@a@E3WfRPv))t?!gbpRa~#* zcZS#T@}9|#W?NkIPn)lGj=gsGz1z2M{rN>Mkr`fG$c$ZdoSTc8m7c!E!Bp>19zvlf z>*h09GBBGJJa6Dz@USE-US7e>#iCjaV_$S~Hx}hmi!8}XA&2^h!u=pby2`S_((V-P z8;P!G9QV?ikWXXzq!uDsuzBx;UzEN~Mp{Y=6a$I@#eibqf0+SI{%ni`@J4-A1~4R#OGr^dzjd1MEj0$>}r;=L*aB%{x`rZye6z3_9Z6vF&4aK=_mSWJdId2 z#N;EF1$%LinvTmnDeQ5AzkbR=;-A%~ojV(hm ze-!B`Y#w$;+-{{Vt_4_^!Dg@vi`t3G&7+))l3V@g!9FcjySSYLh>MvB_IDhCy)Cl( z`je<{O~&^uz7}XS0l6qkaL+2}6GvFYZqG*_cH0b`R*fBfHKkUzTIeasbJlE&n$=Yttcq~W2tB3xVFv2!^ZeVuR zv%RyN?4Sb0fMP%~pcqgLC + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.pdb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.pdb new file mode 100644 index 0000000000000000000000000000000000000000..dcf49f3801a8158d2ec6632c06c2ebd52419d242 GIT binary patch literal 13824 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 TBcLY!&!}P9UAq3eeA)j4ZC9R* literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.vshost.exe.config b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.vshost.exe.config new file mode 100644 index 0000000..b7efc05 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/bin/Debug/WcfHost.vshost.exe.config @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/obj/Debug/ResolveAssemblyReference.cache b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/obj/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..b0354c3dbb72300bfb0b6ea611c3bdf1627b5d7d GIT binary patch literal 37442 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 bbZ$aj5w^On2wy{85vsVZ2wB4Rb;>^h%uH7T literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/obj/Debug/WcfHost.exe b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WcfHost/obj/Debug/WcfHost.exe new file mode 100644 index 0000000000000000000000000000000000000000..ac2f29455ed4af1ac35a5bf6b22c52d244966c07 GIT binary patch literal 16384 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 Q)Dh&$Xy?`)pb~%n9}lZTR{#J2 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.Designer.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.Designer.cs new file mode 100644 index 0000000..0729ddb --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.Designer.cs @@ -0,0 +1,121 @@ +namespace WsRmClient +{ + partial class Form1 + { + ///

        + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose( bool disposing ) + { + if( disposing && (components != null) ) + { + components.Dispose(); + } + base.Dispose( disposing ); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.button1 = new System.Windows.Forms.Button(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.textBox2 = new System.Windows.Forms.TextBox(); + this.button2 = new System.Windows.Forms.Button(); + this.textBox3 = new System.Windows.Forms.TextBox(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.SuspendLayout(); + // + // button1 + // + this.button1.Location = new System.Drawing.Point( 36, 36 ); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size( 75, 23 ); + this.button1.TabIndex = 0; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler( this.button1_Click ); + // + // textBox1 + // + this.textBox1.Location = new System.Drawing.Point( 130, 38 ); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size( 200, 20 ); + this.textBox1.TabIndex = 1; + this.textBox1.Text = "SmallTextFile.txt"; + // + // textBox2 + // + this.textBox2.Location = new System.Drawing.Point( 36, 76 ); + this.textBox2.Multiline = true; + this.textBox2.Name = "textBox2"; + this.textBox2.Size = new System.Drawing.Size( 421, 260 ); + this.textBox2.TabIndex = 2; + // + // button2 + // + this.button2.Location = new System.Drawing.Point( 36, 356 ); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size( 75, 23 ); + this.button2.TabIndex = 3; + this.button2.Text = "button2"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler( this.button2_Click ); + // + // textBox3 + // + this.textBox3.Location = new System.Drawing.Point( 130, 358 ); + this.textBox3.Name = "textBox3"; + this.textBox3.Size = new System.Drawing.Size( 200, 20 ); + this.textBox3.TabIndex = 4; + this.textBox3.Text = "LogoText.jpg"; + // + // pictureBox1 + // + this.pictureBox1.Location = new System.Drawing.Point( 36, 386 ); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size( 449, 224 ); + this.pictureBox1.TabIndex = 5; + this.pictureBox1.TabStop = false; + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size( 552, 622 ); + this.Controls.Add( this.pictureBox1 ); + this.Controls.Add( this.textBox3 ); + this.Controls.Add( this.button2 ); + this.Controls.Add( this.textBox2 ); + this.Controls.Add( this.textBox1 ); + this.Controls.Add( this.button1 ); + this.Name = "Form1"; + this.Text = "Form1"; + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.ResumeLayout( false ); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button button1; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.TextBox textBox2; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.TextBox textBox3; + private System.Windows.Forms.PictureBox pictureBox1; + } +} + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.cs new file mode 100644 index 0000000..85c9399 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.cs @@ -0,0 +1,44 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; +using System.IO; + +namespace WsRmClient +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + + byte[] GetFile( string fileName ) + { + FileService.FileServiceProxy proxy = new FileService.FileServiceProxy(); + byte[] result = proxy.GetFile( fileName ); + proxy.Close(); + return result; + } + + private void button1_Click( object sender, EventArgs e ) + { + byte[] result = GetFile( textBox1.Text ); + textBox2.Text = ASCIIEncoding.ASCII.GetString( result ); + } + + private void button2_Click( object sender, EventArgs e ) + { + byte[] result = GetFile( textBox3.Text ); + Image jpg = Image.FromStream( new MemoryStream( result ) ); + pictureBox1.Image = jpg; + } + + + + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.resx b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.resx new file mode 100644 index 0000000..19dc0dd --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Program.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Program.cs new file mode 100644 index 0000000..c3d43e8 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Program.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Windows.Forms; + +namespace WsRmClient +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault( false ); + Application.Run( new Form1() ); + } + } +} \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/AssemblyInfo.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..49a84fa --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "WsRmClient" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "Avanade" )] +[assembly: AssemblyProduct( "WsRmClient" )] +[assembly: AssemblyCopyright( "Copyright © Avanade 2006" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid( "2a710312-fbf8-48e6-930b-65aef07999b7" )] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Resources.Designer.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Resources.Designer.cs new file mode 100644 index 0000000..e0f644d --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WsRmClient.Properties +{ + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute( "System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0" )] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute( "Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode" )] + internal Resources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute( global::System.ComponentModel.EditorBrowsableState.Advanced )] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if( (resourceMan == null) ) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager( "WsRmClient.Properties.Resources", typeof( Resources ).Assembly ); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute( global::System.ComponentModel.EditorBrowsableState.Advanced )] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Resources.resx b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Settings.Designer.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Settings.Designer.cs new file mode 100644 index 0000000..f673886 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WsRmClient.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute( "Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0" )] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized( new Settings() ))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Settings.settings b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Service References/FileService.cs b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Service References/FileService.cs new file mode 100644 index 0000000..5fd7fad --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Service References/FileService.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + + +namespace WsRmClient.FileService +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute()] + public interface IFileService + { + + [System.ServiceModel.OperationContractAttribute(ProtectionLevel=System.Net.Security.ProtectionLevel.None, Action="http://tempuri.org/IFileService/GetFile", ReplyAction="http://tempuri.org/IFileService/GetFileResponse")] + byte[] GetFile(string fileName); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface IFileServiceChannel : IFileService, System.ServiceModel.IClientChannel + { + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class FileServiceProxy : System.ServiceModel.ClientBase, IFileService + { + + public FileServiceProxy() + { + } + + public FileServiceProxy(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public FileServiceProxy(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public FileServiceProxy(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public FileServiceProxy(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public byte[] GetFile(string fileName) + { + return base.Channel.GetFile(fileName); + } + } +} diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Service References/FileService.map b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Service References/FileService.map new file mode 100644 index 0000000..9b94fe6 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/Service References/FileService.map @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/WsRmClient.csproj b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/WsRmClient.csproj new file mode 100644 index 0000000..c48d0b5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/WsRmClient.csproj @@ -0,0 +1,85 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {9F49FBE9-9E6A-4598-9257-AEF78D709BF6} + WinExe + Properties + WsRmClient + WsRmClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Designer + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + True + Settings.settings + True + + + FileService.map + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/app.config b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/app.config new file mode 100644 index 0000000..c14f6e1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/app.config @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.exe b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..972926c8385f8cdff8208ddfe8e553b382eeca8b GIT binary patch literal 20480 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 U9tb@UdLZ;b=z-7!|6>pQ7t?`~eE + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.pdb b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.pdb new file mode 100644 index 0000000000000000000000000000000000000000..014d00c045297370c08d64b8fd9f9ea225dfe65f GIT binary patch literal 24064 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 Tk?j6%!VVJ_n6SY3w7~xY`?;NS literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.vshost.exe b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.vshost.exe new file mode 100644 index 0000000000000000000000000000000000000000..ce3f102c36be07551ba7c7fad64c8b24709bdb91 GIT binary patch literal 5632 zcmeHLX>3&26+Umg;MiccvX$*QEU{T$9osBr9ou8T!CO4GX{f1rGjlzDVoO|!Prgq~qltDz9r~?B;$Ix=|OT07mVmN>1Z}RE2drlP`Q)*5X zG<6uR8guNZqj#!d-Lh;?4GGnWTdHBHf%>4@X-9-MYENnj=gbf*dm1jLN#cftptQL=|aWNfvWlQP?*hWf2t+?Lo}%k$q{6hp9nL zgjRO$01v%$;r&I$YdXI8&)FG$2N&cn{PM~EIUlboSblZ6|HQ<{cD(w-H$Pi{GB!Q7 z|H6B@KUnhF)GHNJoBn(6mQTf)Ia@0-J4*9+&;GPbIdCa>RcoH#{Qln`m|0=hKQWNC z!#y@@!#j(1Un%|Q)aTD`kDfW+w4v>(rqa#M$bmyo{cgLmeRW{M$FpYm3da-W&f8x& z0nLKxvau(Eo?AGHIeD_NCo>0YuLwR+p^ze1#Ifrt(TcT2#Y;+-Fe_7rvIeo7wS(yA zX#bP}I_Nou6?Iv{Lq2$0&05=B9YEWMekRLTn0AN-P|#J@A{QJ}x~7y8++mAT5@Rw| z@Q22sG9U6Nxk<0GsfFs1h&|K+JVrkSo|br>`a#cB7|RvrMHFKBr(Uw zl5-@k@UiBtzD8d*9q>KoTQAp`O~3WAt@psmrLqha^n)4xjBMH^@f9F@n1~ujPf^Cu z1X8hoxc8RIqmNGBB-e08_V!a4+g72m#M~*saoB2`Xc84k`hJPumRK&aTH=EeACjm` zG$d}7*dy^#;3Rrn;NPL;}jK9&ZX=lbcdYSfRoToq2>!3ASPn#8u z^5_H5<0%vLR4N9}qQ$`Zh^$7XR0mux@nJd(I!OC~-=*IJ!;-UI&T=Kai#`PZNxBT& zOIH;?y#RZey+d~b$L>D*2U4BLHo7PZt&wf=(v$RGXdorBqSlVYO|go)+z#9IG|?@n z%JQ6^2HUVasx`un?b_|0)?&DE-3)s1h+%8%Ad2nU;Mif|y42~0ZO1f16zp+5(Mk28 zEh6lZ7WQn1YIVa(4rq;W%QHHKR%v&}3{yBk;dB{LLCFE;>z)xZOvCFb_i!dcaZe1+ z7VReV8n#8{t}8l2X3u)jvj&QWL{kF+Vd_0WBWeu|C7jb5g=@zhHd-g*o}-(Cj2hjF z#`S2LwxI3_6TXN_8!^$tUW;&C*dJ1wvR7@j+fFBZw=LZqR*HQcc5v8%N;}r$7|{;z zRXI0nx6BteC@kn? zx7}3wC`~t$^_JixeXZ}r;oYm_b%)++Tlw0>+HX%C`+@-Ake_bp%{*%iWKZ&%~jNE(TX9o*6g%-Rh7EHhP*OlHTd*KJ4?D*a4-;jvD#}$T zOIQn=@p>DHr7y*I8$Y743XSBB{D^C1B}AnPX@5AP4(=bd(sp9DBln=DmYb$353H*? z$g9&OB6vF%DKvX%LSbW(nz&Qd#HFe-r=+-e5z#jlnlL1prkZH9Lb+*IH9O7$Qj&K* zi1dqo@D0qF`iTGURq zl$y==AvIxC2iL{8P9EfJ^b+N0<`}+a;gbg`1N`W1H1*>kDp+;uS4JU@0csxjmC)CT zpTKMnR`9n2umfBdeGU9>R4z4m@TcTs(x)CoK$mlQycQmW;RnyOu?i1|k+nM%lbG(k zU)oNsIsglXDI;B4QqNAHkZxdK@%Jm&3M+mh+d;;>sRJgjdxC zjKDHcB4+hTNzOL=or(eXIE%yQ&!joDM74@5pgblnV%bN-JGR6=O_ohmcu4Tp%XjSM5Nh|8#A5K!MWx={dKuZ TBcLY!&!}P9UAq3eeA)j4ZC9R* literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.vshost.exe.config b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.vshost.exe.config new file mode 100644 index 0000000..c14f6e1 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/bin/Debug/WsRmClient.vshost.exe.config @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/Debug/WsRmClient.Form1.resources b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/Debug/WsRmClient.Form1.resources new file mode 100644 index 0000000000000000000000000000000000000000..06c24d06c1cab750788146ce052b37770f3fa530 GIT binary patch literal 180 zcmX?i>is@O1_p+SK%5g?SzMBus~417oL^d$oLUTL1*ImYq!#HYis@O1_p+SK%5g?SzMBus~417oL^d$oLUTL1*ImYq!#HYK1vb}!ET!!M&nMadZcQb^p|&$n{Jp0=^BHg?9)^)w93-b?%z+-cR_b?}GlMUCcz2mE)R z-n``o(zHX^ju{eyE@xawSo0Iovj88+oiAjVD}4@_kw=$Fi^}Q5`T4N=?(*SkB5g|A zDM8HHu->eP?r+mlB_p17>=CMg$DI_r3RN8114nf qMpTKcn&uA04|{9B-dsl!ORltUaKi10n~RTET-)UB9GhI@===iHPVpoF literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/Debug/WsRmClient.exe b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/Debug/WsRmClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..972926c8385f8cdff8208ddfe8e553b382eeca8b GIT binary patch literal 20480 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 Tk?j6%!VVJ_n6SY3w7~xY`?;NS literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/WsRmClient.csproj.FileList.txt b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/WsRmClient.csproj.FileList.txt new file mode 100644 index 0000000..4cca682 --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/WsRmClient/obj/WsRmClient.csproj.FileList.txt @@ -0,0 +1,9 @@ +bin\Debug\WsRmClient.exe +bin\Debug\WsRmClient.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\WsRmClient.Properties.Resources.resources +obj\Debug\WsRmClient.csproj.GenerateResource.Cache +obj\Debug\WsRmClient.exe +obj\Debug\WsRmClient.pdb +obj\Debug\WsRmClient.Form1.resources +bin\Debug\WsRmClient.exe.config diff --git a/PRO WCF Final Code/Chapter 13/WsReliableMessaging/startAll.bat b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/startAll.bat new file mode 100644 index 0000000..e4d136e --- /dev/null +++ b/PRO WCF Final Code/Chapter 13/WsReliableMessaging/startAll.bat @@ -0,0 +1,2 @@ +start wcfhost\bin\debug\wcfhost.exe +start wsRmClient\bin\debug\WsRmClient.exe diff --git a/PRO WCF Final Code/Readme.doc b/PRO WCF Final Code/Readme.doc new file mode 100644 index 0000000000000000000000000000000000000000..c417c51dc9861b5374996a9611ea850b3c09b84f GIT binary patch literal 23040 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 PZxcRjT5C)H0~Yu{^l;EO literal 0 HcmV?d00001 diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc92d4e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +#Apress Source Code + +This repository accompanies [*Pro WCF*](http://www.apress.com/9781590597026) by Amit Bahree, Dennis Mulder, Shawn Cicoria, Chris Peiris, and Nishith Pathak (Apress, 2007). + +![Cover image](9781590597026.jpg) + +Download the files as a zip using the green button, or clone the repository to your machine using Git. + +##Releases + +Release v1.0 corresponds to the code in the published book, without corrections or updates. + +##Contributions + +See the file Contributing.md for more information on how you can contribute to this repository. diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..f6005ad --- /dev/null +++ b/contributing.md @@ -0,0 +1,14 @@ +# Contributing to Apress Source Code + +Copyright for Apress source code belongs to the author(s). However, under fair use you are encouraged to fork and contribute minor corrections and updates for the benefit of the author(s) and other readers. + +## How to Contribute + +1. Make sure you have a GitHub account. +2. Fork the repository for the relevant book. +3. Create a new branch on which to make your change, e.g. +`git checkout -b my_code_contribution` +4. Commit your change. Include a commit message describing the correction. Please note that if your commit message is not clear, the correction will not be accepted. +5. Submit a pull request. + +Thank you for your contribution! \ No newline at end of file

      8TRh;D%E6k{e&_&nMwTzl-?&gI~QQoJo}j@I7VD^htM53ZAXic>9C zjcZQCY_+{6#+UEy`(-E_q%WA)L-STWu60vu$`qlW^$f`mL2;XeOjiO<67=-*e@BVzl>K85bL3` zM>Ke5vvMtC*z-7XWC#5pnYHXBY3zBokJDo*VMP6kv5*$LJ(u?URO6kn*)zw~v692o zx3kAa&QI9$M_bn(&z|3oRDN@7i$3f#*p5|Oi}62JA#?BH#Lyf$_ae&aCjToDD_@ZF zZ&C*3i_iBL0yC_tbfZrW%@;`Dhe-1Puk!aY#C-=~aHAhEXDUU!Tu1u1_#eV<{&l`3yuECW$W16Q$58ncdkN?F$-B9`l zo!2krn=ws$NW{80ayr)o@jMr31Y}@Gu{w)Y83PIsaC ze|u9>=?ltlcdk8i_tfW(+1aW*w&u1;xAL_;M^0W?TM`+U_V461Eo!-A*Qq|;^1Z*; zz#oX~ZY6(n3Lwqnru#{3S$5y@O!nu(aq|y*oHixp+!?YZ&vL+wogu?onV6Gw@0gRu zwk&^Gk99}r*w5H|h1=b^{vTv~XCa2lCI0i6cq(^xjNcxP9DG>VmVF8lGO-jUlX>w< zaqB=lq4oKLdNhiKt=K9T_pj7qnh^>6Ya`|Z)fhOhY~w~NVr#;P#Cl46eetkvL?fLg zzV-OSIDEIf%wNi1i7%LpVmF?)JfkqJ<;A;-4)$Sx&wi(ic+;)?dTZYitV7}nrb!Bw4mPCuNs;$twD`% zZjJ2F;Ov=pZIKHHSe#IIKK7wS5(6>;HpdvULkCw|D2H<$6vJd*?DuTu+Ye-B6^HB@ zg|W97Gp#@;&+1UmLhf&*c*vfi8T)c%&d|^onQ38)_cDJ@9$DE2V{zVR+1#1`U2-t( zHM`Jv|5LQ!VP^p;$Jhf|20U)Wa+vwYstNQ aEKM!u8Edf4WF^*kw80ZmjdriY^Zx_&V@4VP literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 13/EclipseProjects.zip b/PRO WCF Final Code/Chapter 13/EclipseProjects.zip new file mode 100644 index 0000000000000000000000000000000000000000..9f483afb59b98cc9c3522362aab4ee261b0e64e0 GIT binary patch literal 1304532 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 z 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%0AYG7PAiWeM6rId@8g|jbI)kNJls*c4Ljn>S?qlQ_ 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�xb|084w0@Y}bfzjz*(poU(bj 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]yM5YN%r}e^m`)AoBnNQESBjF^~X!{-$JR+Zu38 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%0DY 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 &>=)!Tw-S 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 literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeServiceDb_log.ldf b/PRO WCF Final Code/Chapter 09/QuickReturnsTransactional/service/TradeServiceDb_log.ldf new file mode 100644 index 0000000000000000000000000000000000000000..d5cecfade901c0c4f86a038a8144e7162b709b7c GIT binary patch literal 516096 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 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +End If + +' Get the name of the account for the anonymous user in IIS +owner = vDirObj.AnonymousUserName + +' Change necessary folder permissions using CACLS.exe +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G " & owner & ":C" +rtc = shell.Run( aclCmd , 0, True ) + +aclCmd = "cmd /c echo y| CACLS " +aclCmd = aclCmd & """" & vDirPath & """" +aclCmd = aclCmd & " /E /G ""VS Developers"":C" +rtc = shell.Run( aclCmd , 0, True ) + +If Err.Number > 0 Then + shell.Popup Err.Description, 0, "Error", 16 ' 16 = Stop + WScript.Quit +Else + res = vDirName & " has been created at" & vbCrLf & vDirPath + shell.Popup res, 0, "All done", 64 ' 64 = Information +End If + +Sub DeleteVirtualDirectory( NameOfVdir ) + + Set iis = GetObject("IIS://localhost/W3SVC/1/Root") + iis.Delete "IISWebVirtualDir", vDirName + + If Err.Number <> 0 Then + + errorString = "Unable to delete existing virtual directory." + + If Err.Description Is Nothing Then + errorString = errorString & "Error Code: " & Err.Number + Else + errorString = errorString & "Description: " & Err.Description + End If + + shell.Popup errorString, 0, "Error", 16 ' 16 = Stop + End If + +End Sub + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/CreateVirtualDirs.bat b/PRO WCF Final Code/Chapter 10/Example01/CreateVirtualDirs.bat new file mode 100644 index 0000000..362264f --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/CreateVirtualDirs.bat @@ -0,0 +1,15 @@ +@echo off + +set AppName=VB6ComSample +set regCmd="%systemroot%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" +cscript CreateVDir.vbs %AppName% %AppName% +%regCmd% -s W3SVC/1/ROOT/%AppName% + +set AppName=DotNetComSample +set regCmd="%systemroot%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" +cscript CreateVDir.vbs %AppName% %AppName% +%regCmd% -s W3SVC/1/ROOT/%AppName% + + +pause + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/DeleteVDir.vbs b/PRO WCF Final Code/Chapter 10/Example01/DeleteVDir.vbs new file mode 100644 index 0000000..138402b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/DeleteVDir.vbs @@ -0,0 +1,38 @@ +Set shell = Wscript.CreateObject( "WScript.Shell" ) + +If Wscript.Arguments.Count < 1 Then + usage = "USAGE: DeleteSampleVdir.vbs virtual_directory_name" & vbCrLf & vbCrLf + usage = usage & "ARGUMENTS" & vbCrLf + usage = usage & "=========" & vbCrLf + usage = usage & "virtual_directory_name : String representing the name of the" & vbCrLf + usage = usage & " virtual directory to delete." + Wscript.Echo usage + Wscript.Quit +End If + +vDirName = Wscript.Arguments(0) + +' Does this IIS application already exist in the metabase? +On Error Resume Next +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root/" & vDirName) +If Err.Number > 0 Then + shell.Popup "An virtual directory named " & vDirName & " does not exists. ", 0, "Error", 16 ' 16 = Stop + Wscript.quit +End If + +Set objIIS = GetObject("IIS://localhost/W3SVC/1/Root") +objIIS.Delete "IISWebVirtualDir", vDirName + +If Err.Number = 0 Then + shell.Popup "Virtual directory named " & vDirName & " was deleted sucessfully", 0, "All done", 64 ' 64 = Information +Else + errorString = "Unable to delete Virtual directory." + If Err.Description Is Nothing Then + ' If the error description is empty. Then just print the error number. + errorString = errorString & " Error Code : " & Err.Number + Else + ' Display the Error Description + errorString = errorString & " Error Description: " & Err.Description + End If + shell.Popup errorString, 0, "Error", 16 +End If diff --git a/PRO WCF Final Code/Chapter 10/Example01/DeleteVirtualDirs.bat b/PRO WCF Final Code/Chapter 10/Example01/DeleteVirtualDirs.bat new file mode 100644 index 0000000..892afc4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/DeleteVirtualDirs.bat @@ -0,0 +1,4 @@ +@echo off +cscript DeleteVdir.vbs VB6ComSample VB6ComSample +cscript DeleteVdir.vbs DotNetComSample DotNetComSample +pause diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.csproj b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.csproj new file mode 100644 index 0000000..dbb4ce4 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {8D77AD7F-A623-441C-A6BA-CE3A8759E3DA} + Exe + Properties + DotNetComClient + DotNetComClient + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + OldHorse2.map + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.sln b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.sln new file mode 100644 index 0000000..b9807b5 --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetComClient", "DotNetComClient.csproj", "{8D77AD7F-A623-441C-A6BA-CE3A8759E3DA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8D77AD7F-A623-441C-A6BA-CE3A8759E3DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8D77AD7F-A623-441C-A6BA-CE3A8759E3DA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8D77AD7F-A623-441C-A6BA-CE3A8759E3DA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8D77AD7F-A623-441C-A6BA-CE3A8759E3DA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.suo b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/DotNetComClient.suo new file mode 100644 index 0000000000000000000000000000000000000000..cc6b5b01a244c79676d0fdbe123dd48dc542dead GIT binary patch literal 13312 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 +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace DotNetComClient.OldHorse2 +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://tempuri.org/3B26F4CA-E839-4AB6-86D4-AADB0A8AADA5", ConfigurationName="DotNetComClient.OldHorse2.IPositionManagement", SessionMode=System.ServiceModel.SessionMode.Required)] + public interface IPositionManagement + { + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/3B26F4CA-E839-4AB6-86D4-AADB0A8AADA5/IPositionManagement/Updat" + + "ePosition", ReplyAction="http://tempuri.org/3B26F4CA-E839-4AB6-86D4-AADB0A8AADA5/IPositionManagement/Updat" + + "ePositionResponse")] + [System.ServiceModel.TransactionFlowAttribute(System.ServiceModel.TransactionFlowOption.Allowed)] + long UpdatePosition(string ticker, long quantity); + + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/3B26F4CA-E839-4AB6-86D4-AADB0A8AADA5/IPositionManagement/GetQu" + + "antity", ReplyAction="http://tempuri.org/3B26F4CA-E839-4AB6-86D4-AADB0A8AADA5/IPositionManagement/GetQu" + + "antityResponse")] + [System.ServiceModel.TransactionFlowAttribute(System.ServiceModel.TransactionFlowOption.Allowed)] + long GetQuantity(string ticker); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public interface IPositionManagementChannel : DotNetComClient.OldHorse2.IPositionManagement, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] + public partial class PositionManagementClient : System.ServiceModel.ClientBase, DotNetComClient.OldHorse2.IPositionManagement + { + + public PositionManagementClient() + { + } + + public PositionManagementClient(string endpointConfigurationName) : + base(endpointConfigurationName) + { + } + + public PositionManagementClient(string endpointConfigurationName, string remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public PositionManagementClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : + base(endpointConfigurationName, remoteAddress) + { + } + + public PositionManagementClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public long UpdatePosition(string ticker, long quantity) + { + return base.Channel.UpdatePosition(ticker, quantity); + } + + public long GetQuantity(string ticker) + { + return base.Channel.GetQuantity(ticker); + } + } +} diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/Service References/OldHorse2.map b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/Service References/OldHorse2.map new file mode 100644 index 0000000..668028b --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/Service References/OldHorse2.map @@ -0,0 +1,23 @@ + + + + + + + + + + + diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/app.config b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/app.config new file mode 100644 index 0000000..7f0727f --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/app.config @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.exe b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.exe new file mode 100644 index 0000000000000000000000000000000000000000..3c3006136afba7ecd902560c7a92de45b2335a21 GIT binary patch literal 20480 zcmeHOTWlOx8UAN?y>T|l61#3mNa9RLTDc*+USDFnEumg}oy57>*qfxZ7V+%v@p_uw zneEJMVuRGW0#!s5O8dYiJXC=qHSo|@1-0B>Kte)Q%k2SykZ4m1LPE5>Q3?s)e`a>= z^_p-I<)NHooqzt@Ip;s$Idf*tnf39zKSN<6iXdORM)W+coQ5U6K3Re}zVlmg`uh48 zcRjBidvRBG-gNbfV;3Extmh5OvOPT~bf;?Rrln^lruDL25XnuOVtazBC&!46X<ha zpb$_9{2w9k2KKd_cyAh_7P@N}(XTcUX^@elZ2Nc84XH4>D1fqUpkp4v^Nn0{y9^*XRoPR*f|~K%>;7vCjdi zsYtq{U4j0h_6aRY&q?~a_G9pWle8_w`n{5lNjfX(qNI;W`i!J6N&4r|YoRl=kwK?B z!rQ`8x<}Ic!xTKGP#_5Idv*8$B33F_3NqSR+`EJlCos7K3T@Cu?kIH81q+5Ut zOP639pd->FETuvqv3)Z=0Ev-lp-CN1^e7$Cwm|-olpfkLp>;|e+4h5$liGV%NCmA6 zhfqIX;n_l0>QVxA{;@9gBG$L+(h$a~br&IV3wI)dEmHce#w~25p+Mpmcw{wN1X3D} zVP=Hr7^u%{eAl3tSZvZT*Q`c2Sd^h3}o`Uz+!y+WT1pQhi_#qfuzgPsU?g8ynb zk676HC(vGcQ}UX|n)RR$gtkh)L+Y6(P?kNJ4oP|^=$9g9I7!>+0npua8T6wRiX>^2 zUIM>?9MGfmDrldy-a$`+zen;ey$OC=@_Ffhmfi@@(zodeZ5DUSL!mr9OP{7ZeT~Yr z1pOnSC8__I)OBu$ z;R+az8>U6cyk|RfvQjWSQR^EW65a=^hUJ;wB8^#vifvk6x=?V0>(Yp66|k1qIyNQd zO6Vs-ptS3Xa;~&^&@72l!f~NXdsz5$RZrB7O@^SiQ&luq7Rhly;n!SdK;?-_cHXh8#rfqbL~sY7)#dR$VUz_q zqHKGjc4y>*JEJJPGqt-EYu5VXSXU2H7Vlf9NsvzSc(R<69JT3W(;RelpRK-+1^xL( z-^3(2DCOc$mz+mcTrEf*ymi-xTN=I z<84g?lUV&|s4wlwH68@nljqln73;6dOBml;`}8#&_UXY|b|C20K0R214p^d!sax8o zPgZj!Gk;VpX6>`WI*=P2H1_BB5A@vD*Dq2-w{2L_hK8xK^a~Boy=*+1mNWV8{}7Vy zH9FbdxWs4U8>U31wCFdKd;1!i!suds5K*2oOBY&eTZg5eHFWj#e=~v=kFUmlo_U*E zsdX~KgBa1VzY4F@VjDGD*HfGDw`#O!sL(%{nj7p*7(-$%(Jyj6iQGW0H&N&r%J2!W>1}k3$kMN$<%-Diau9QU2%&I_V?A*OGa>ZS3 zNmdE~fao`9vzD$huh*o;Yi*D3YtM|@&e(#GuQl>*Oo(Km#QRbF0^nxShb5y) z5Kssx1QY@a0fm43Utlb-$fw*z+#5A7+O>7D@{qbYFX_@(^`$m5^~{a@YFcO$P~^}m1BPFDQuohZ!-A184f)0i?+ zcM9jj4(c)SEnT2a3n#?3blf9LWnnd-bzwJf_G`jw1rZCIRZ#K8n~)$QCsGvwv>4*5gyqJE&>7Up+X}PSrEF+W~(@#*@ArQE5e_ z*KaS0G7HEUTiS|xj)5=A8aTEJzVdPpia4j|*qU`ZUB-b_BNjUKN-S|ShcqeUn+WRR zQQ-J${bR{T^k0p0SmMm*|2B}X0%JzARtwSf>%sqcNPHX1uSR(_#{89DLofMzgFw7F z^k5PF{%7SR0E#FC6aoqXg@8gpA)pXY2q**;0t$iuB?8#g^Z$%*##JSSfI>hapb$_9 ZCy)5Kssx1m2kl{2e&Kisk?S literal 0 HcmV?d00001 diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.exe.config b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.exe.config new file mode 100644 index 0000000..7f0727f --- /dev/null +++ b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.exe.config @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.pdb b/PRO WCF Final Code/Chapter 10/Example01/DotNetComClient/bin/Debug/DotNetComClient.pdb new file mode 100644 index 0000000000000000000000000000000000000000..9bf878dc7c51ceaf2fceb2df540ebba2ace177c7 GIT binary patch literal 13824 zcmeHNYiv|S6rNpbp9S%Vity;1$vAB+!MX=pLvcvlMX#= z48IYb*|fUi(8!|&9rdDX<%|9o4py&t_UE5IFX*UH`7zHwc5gxR(Sidrgg7&*=0M{s ziONr#9;to%_a$HKNWS_kj}3(KmZ|5S`R479M;`v=t#6NgwM&&|{|d8;e@; zbcFq#q~x}c%eh(8GN zXj?`@-QxXdyxvYe5R2M@d+cUAX(ys~s$pfkX}Ob3*>l*Vesn0M zRVKStI`O70X_X^kCa#eRU?tFdE`AvKYk>bJnEYeN*NF~0pIE1BPag7l$Ma9d!Ak#6avCsixy(qvsIy`Tq$h|G1(fRo8eZ0q7R3c?>$jy`yG0arr-KnE9=8!yoJ1

      AZgOU276u^b3L-%{zTcJ_)>}X00JRSq_`*>Tu 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 literal 0 HcmV?d00001 diff --git a/3353.pdf b/3353.pdf new file mode 100644 index 0000000000000000000000000000000000000000..25b5d8d9b7a186bbbe1e04f457a6765850bd3ed3 GIT binary patch literal 310059 zcmd411ytP05;vNl!4lj(xD6w?yF0;cfI))8pn)W~6Wk# zd0InSelRbBg&SlnDvAShv_vSwq5aDT$IBIFg>yF$h!2PR_YaVl_GgRM5eM@Z2`B*O z|2qxD4Fdgx1{Od}`R?P?_$Q73ANs%ocgy{ES%f;s-)RuYKlvaKUf@6Y_<;YU z34s2gj|apD{<|y>US5EvlM@`_XoywPY627-t(*`q2=TiYX+vRz*=6~-C3vJHq_{z{ z(vsXVQj${AGGGZHj}*VOEVrnzEJT2tSCStjAPocofzpx!Kv@CA;9vp7viPL z*bNSKh5z(eZX8BN88z8|^W{6Y#sNYQn{;<(?v4!1(Hd@ZcQ$|kSzCKJ%oQMO4~4^| zVHQr7Fn|Ir5DWn$&Jqv|;sayE6?KEV!k`W~m|hF!W@cuHU-rAM;jXUkVcNl$ z_X4o(#Rt2)YVHqen3>_4L9NWpEY0U=&aM z2~b38(_c@Y;UO2*n~FWmX|(jfHhj{1=53t*^a=Thl{ZIPQcJm-R?K~zYKUvWgSJ-L z4c?ka`(22$y?M)$sTb#*mb56ZuL17BW2ynB=%J|a5iUXUn|YM%uit$trl$>Qb88~k zWj9sNOX$0aUkmUcsd*Vai7L-DSfA@HI?HKtXdKQp8QJ?@!XXDUVColrJ3~HF6h$<#-j8MFvSq_cu17)qO6YzC6KbH#_O=S-(k|D=#66Q7Lz*J7?2s zHxKM$fv*Nq{XyvM>=jz%a4Q*x^Ox}~( z`sB#yE&Aj^`xh2hz{%EGe&vv0%mKalmI8;okq6&-_3KYYk93oVk~UVH<;_X_o7){c zcHkRKNm!M;r^reqA@^_+^~M)xY@6ACb8$#fSz%0&L#mvadMYAm@rW10